@charset "UTF-8";
/*
  Theme Name: J Fab 1.6.3
  Theme URI:
  Author: MT
  Author URI:
  Description: 役員変更、機構図変更 Theme of J Fab
  Version: 1.6.3
  License:
  License URI:
  Text Domain:
*/
/*=====================
  common
===================== */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');

/* =====================
  configuration setting
===================== */
html,
body {
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Lato, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.6666666667;
}

@media print, screen and (min-width: 768px) {
	html,
	body {
		line-height: 1.8;
	}
}

@media print {
	html,
	body {
		line-height: 1.8;
	}
}

@media (prefers-reduced-motion: no-preference) {
	html {
		scroll-behavior: smooth;
	}

	[id] {
		scroll-margin-top: 50px;
	}
}

@media print and (prefers-reduced-motion: no-preference), screen and (prefers-reduced-motion: no-preference) and (min-width: 768px) {
	[id] {
		scroll-margin-top: 60px;
	}
}

@media print and (prefers-reduced-motion: no-preference) {
	[id] {
		scroll-margin-top: 60px;
	}
}

body {
	padding-top: 50px;
}

@media print, screen and (min-width: 768px) {
	body {
		padding-top: 90px;
	}
}

@media print {
	body {
		padding-top: 90px;
	}
}

@media print, screen and (min-width: 768px) {
	body.home {
		padding-top: 0;
	}
}

@media print {
	body.home {
		padding-top: 0;
	}
}

.main {
	position: relative;
}

@media print {
	a[href]:after {
		content: '' !important;
	}

	abbr[title]:after {
		content: '' !important;
	}

	.aos-init {
		-webkit-transform: none !important;
		opacity: 1 !important;
		transform: none !important;
	}

	body {
		padding-top: 0 !important;
	}
}

h1,
h2,
h3,
h4,
h5,
p {
	font-weight: 400;
	margin: 0;
}

a {
	color: #e8380d;
}

a:hover {
	text-decoration: none;
}

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

.text-link:hover {
	opacity: 0.65;
}

.container-lg {
	margin-left: auto;
	margin-right: auto;
	max-width: 1630px;
	padding-left: 15px;
	padding-right: 15px;
}

@media print, screen and (min-width: 992px) {
	.container-lg {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media print {
	.container-lg {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media print, screen and (min-width: 1680px) {
	.container-lg {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media print {
	.container-lg {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.container-wide {
	margin-left: auto;
	margin-right: auto;
	max-width: 1230px;
	padding-left: 15px;
	padding-right: 15px;
}

.container-md {
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	padding-left: 15px;
	padding-right: 15px;
}

.tgt-anchor {
	display: block;
	margin-top: -60px;
	padding-top: 60px;
}

.img-btn {
	display: block;
}

.img-btn img {
	opacity: 1;
	transition: opacity 0.25s linear;
}

.img-btn:hover img {
	opacity: 0.7;
}

.header,
.main,
.footer {
	font-size: 14px;
	font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
	.header,
	.main,
	.footer {
		font-size: 15px;
		font-size: 1.5rem;
	}
}

@media print {
	.header,
	.main,
	.footer {
		font-size: 15px;
		font-size: 1.5rem;
	}
}

*:focus {
	outline: none;
}

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*基本的にグリッドシステムv3のみ*/
body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	-webkit-text-decoration: underline dotted;
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

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;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html 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;
}

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;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

.table-responsive {
	min-height: 0.01%;
	overflow-x: auto;
}

@media screen and (max-width: 767px) {
	.table-responsive {
		-ms-overflow-style: -ms-autohiding-scrollbar;
		margin-bottom: 15px;
		overflow-y: hidden;
		width: 100%;
	}

	.table-responsive > table {
		margin-bottom: 0;
	}

	.table-responsive > table > thead > tr > th,
	.table-responsive > table > tbody > tr > th,
	.table-responsive > table > tfoot > tr > th,
	.table-responsive > table > thead > tr > td,
	.table-responsive > table > tbody > tr > td,
	.table-responsive > table > tfoot > tr > td {
		white-space: nowrap;
	}
}

* {
	box-sizing: border-box;
}

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

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #337ab7;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #23527c;
	text-decoration: underline;
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
}

.img-rounded {
	border-radius: 6px;
}

hr {
	border: 0;
	border-top: 1px solid #eeeeee;
	margin-bottom: 20px;
	margin-top: 20px;
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1680px) {
	.container {
		width: 1650px;
	}
}

.container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row-no-gutters {
	margin-left: 0;
	margin-right: 0;
}

.row-no-gutters [class*='col-'] {
	padding-left: 0;
	padding-right: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

@media (min-width: 768px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-pull-11 {
		right: 91.66666667%;
	}

	.col-sm-pull-10 {
		right: 83.33333333%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-8 {
		right: 66.66666667%;
	}

	.col-sm-pull-7 {
		right: 58.33333333%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-5 {
		right: 41.66666667%;
	}

	.col-sm-pull-4 {
		right: 33.33333333%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-2 {
		right: 16.66666667%;
	}

	.col-sm-pull-1 {
		right: 8.33333333%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-push-11 {
		left: 91.66666667%;
	}

	.col-sm-push-10 {
		left: 83.33333333%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-8 {
		left: 66.66666667%;
	}

	.col-sm-push-7 {
		left: 58.33333333%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-5 {
		left: 41.66666667%;
	}

	.col-sm-push-4 {
		left: 33.33333333%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-2 {
		left: 16.66666667%;
	}

	.col-sm-push-1 {
		left: 8.33333333%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 992px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-1 {
		width: 8.33333333%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-pull-11 {
		right: 91.66666667%;
	}

	.col-md-pull-10 {
		right: 83.33333333%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-8 {
		right: 66.66666667%;
	}

	.col-md-pull-7 {
		right: 58.33333333%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-5 {
		right: 41.66666667%;
	}

	.col-md-pull-4 {
		right: 33.33333333%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-2 {
		right: 16.66666667%;
	}

	.col-md-pull-1 {
		right: 8.33333333%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-push-11 {
		left: 91.66666667%;
	}

	.col-md-push-10 {
		left: 83.33333333%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-8 {
		left: 66.66666667%;
	}

	.col-md-push-7 {
		left: 58.33333333%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-5 {
		left: 41.66666667%;
	}

	.col-md-push-4 {
		left: 33.33333333%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-2 {
		left: 16.66666667%;
	}

	.col-md-push-1 {
		left: 8.33333333%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-md-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 1680px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-pull-11 {
		right: 91.66666667%;
	}

	.col-lg-pull-10 {
		right: 83.33333333%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-8 {
		right: 66.66666667%;
	}

	.col-lg-pull-7 {
		right: 58.33333333%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-5 {
		right: 41.66666667%;
	}

	.col-lg-pull-4 {
		right: 33.33333333%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-2 {
		right: 16.66666667%;
	}

	.col-lg-pull-1 {
		right: 8.33333333%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-push-11 {
		left: 91.66666667%;
	}

	.col-lg-push-10 {
		left: 83.33333333%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-8 {
		left: 66.66666667%;
	}

	.col-lg-push-7 {
		left: 58.33333333%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-5 {
		left: 41.66666667%;
	}

	.col-lg-push-4 {
		left: 33.33333333%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-2 {
		left: 16.66666667%;
	}

	.col-lg-push-1 {
		left: 8.33333333%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-0 {
		margin-left: 0%;
	}
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	content: ' ';
	display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	background-color: transparent;
	border: 0;
	color: transparent;
	font: 0/0 a;
	text-shadow: none;
}

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}

	table.visible-xs {
		display: table !important;
	}

	tr.visible-xs {
		display: table-row !important;
	}

	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}

	table.visible-sm {
		display: table !important;
	}

	tr.visible-sm {
		display: table-row !important;
	}

	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 992px) and (max-width: 1679px) {
	.visible-md {
		display: block !important;
	}

	table.visible-md {
		display: table !important;
	}

	tr.visible-md {
		display: table-row !important;
	}

	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}

@media (min-width: 992px) and (max-width: 1679px) {
	.visible-md-block {
		display: block !important;
	}
}

@media (min-width: 992px) and (max-width: 1679px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media (min-width: 992px) and (max-width: 1679px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1680px) {
	.visible-lg {
		display: block !important;
	}

	table.visible-lg {
		display: table !important;
	}

	tr.visible-lg {
		display: table-row !important;
	}

	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}

@media (min-width: 1680px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media (min-width: 1680px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media (min-width: 1680px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1679px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1680px) {
	.hidden-lg {
		display: none !important;
	}
}

.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}

	table.visible-print {
		display: table !important;
	}

	tr.visible-print {
		display: table-row !important;
	}

	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}

.visible-print-block {
	display: none !important;
}

@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}

@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.hidden-print {
		display: none !important;
	}
}

#lightcase-overlay {
	background-color: #fff;
}

#lightcase-loading {
	color: #999;
}

.lightcase-icon-close {
	color: !important;
}

#lightcase-case {
	text-shadow: none;
}

#lightcase-case #lightcase-content {
	background-color: transparent;
}

#lightcase-case #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
	padding: 0;
}

.img-lightcase {
	display: block;
	position: relative;
}

.img-lightcase::after {
	background-color: #e8380d;
	bottom: 0;
	color: #fff;
	content: '\f00e';
	display: block;
	font-family: FontAwesome;
	font-size: 20px;
	font-size: 2rem;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 30px;
}

.gmap,
.gmap--hide-detail {
	height: 0;
	overflow: hidden;
	padding-bottom: 50%;
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.gmap,
	.gmap--hide-detail {
		padding-bottom: 360px;
	}
}

@media print {
	.gmap,
	.gmap--hide-detail {
		padding-bottom: 360px;
	}
}

.gmap iframe,
.gmap--hide-detail iframe,
.gmap object,
.gmap--hide-detail object,
.gmap embed,
.gmap--hide-detail embed {
	border: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.gmap--hide-detail iframe,
.gmap--hide-detail object,
.gmap--hide-detail embed {
	bottom: 0;
	height: calc(100% + 300px);
	top: -150px;
}

.fotorama {
	overflow: visible;
}

.fotorama__stage {
	margin-bottom: 10px;
}

.fotorama__caption {
	width: 100%;
}

.fotorama__caption__wrap {
	text-align: center;
	width: 100%;
}

.fotorama__thumb-border {
	border-color: #030303;
	border-width: 1px !important;
}

.grecaptcha-badge {
	visibility: hidden;
}

@media print {
	/**
   * Bootstrap Print v1.0.0 (https://github.com/onocom/bootstrap-print)
   * Copyright (c) 2017 Ono Takashi
   * Licensed under MIT (https://github.com/onocom/bootstrap-print/blob/master/LICENSE)
   */
	@page {
		margin: 0 !important;
	}

	* {
		-webkit-print-color-adjust: exact !important;
		background-attachment: initial !important;
		overflow-y: visible !important;
	}

	html {
		zoom: 0.7 !important;
		overflow: visible !important;
	}

	body {
		margin: 0 auto;
		min-width: 1120px !important;
		padding-bottom: 0px !important;
		width: 1120px;
	}

	.container-fluid,
	.container {
		min-width: 1090px !important;
	}

	.row {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}

	.dl-horizontal dt {
		clear: left;
		float: left;
		overflow: hidden;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 160px;
	}

	.dl-horizontal dd {
		margin-left: 180px;
	}

	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .form-control {
		display: inline-block;
		vertical-align: middle;
		width: auto;
	}

	.form-inline .form-control-static {
		display: inline-block;
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}

	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn,
	.form-inline .input-group .form-control {
		width: auto;
	}

	.form-inline .input-group > .form-control {
		width: 100%;
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-bottom: 0;
		margin-top: 0;
		vertical-align: middle;
	}

	.form-inline .radio label,
	.form-inline .checkbox label {
		padding-left: 0;
	}

	.form-inline .radio input[type='radio'],
	.form-inline .checkbox input[type='checkbox'] {
		margin-left: 0;
		position: relative;
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}

	.form-horizontal .control-label {
		margin-bottom: 0;
		padding-top: 7px;
		text-align: right;
	}

	.form-horizontal .form-group-lg .control-label {
		font-size: 18px;
		padding-top: 11px;
	}

	.form-horizontal .form-group-sm .control-label {
		font-size: 12px;
		padding-top: 6px;
	}

	.navbar-header {
		float: left;
	}

	.navbar-right .dropdown-menu {
		left: auto;
		right: 0;
	}

	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto;
	}

	.navbar {
		border-radius: 0;
	}

	.navbar-collapse {
		border-top: 0;
		box-shadow: none;
		width: auto;
	}

	.navbar-collapse.collapse {
		display: block;
		height: auto;
		overflow: visible;
		padding-bottom: 0;
	}

	.navbar-collapse.in {
		overflow-y: visible;
	}

	.nav-justified {
		width: 100%;
	}

	.nav-justified > li {
		float: none;
	}

	.nav-justified > .dropdown .dropdown-menu {
		left: auto;
		top: auto;
	}

	.nav-justified > li {
		display: table-cell;
		width: 1%;
	}

	.nav-justified > li > a {
		margin-bottom: 0;
	}

	.navbar-fixed-top,
	.navbar-fixed-bottom {
		position: static;
	}

	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}

	.container > .navbar-header,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-collapse {
		margin-left: 0;
		margin-right: 0;
	}

	.navbar-static-top {
		border-radius: 0;
	}

	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
	}

	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: -15px;
	}

	.navbar-toggle {
		display: none;
	}

	.navbar-nav {
		float: left;
		margin: 0;
	}

	.navbar-nav > li {
		float: left;
	}

	.navbar-nav > li > a {
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .form-control {
		display: inline-block;
		vertical-align: middle;
		width: auto;
	}

	.navbar-form .form-control-static {
		display: inline-block;
	}

	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle;
	}

	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn,
	.navbar-form .input-group .form-control {
		width: auto;
	}

	.navbar-form .input-group > .form-control {
		width: 100%;
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		margin-bottom: 0;
		margin-top: 0;
		vertical-align: middle;
	}

	.navbar-form .radio label,
	.navbar-form .checkbox label {
		padding-left: 0;
	}

	.navbar-form .radio input[type='radio'],
	.navbar-form .checkbox input[type='checkbox'] {
		margin-left: 0;
		position: relative;
	}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}

	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px;
	}

	.navbar-left {
		float: left;
	}

	.navbar-right {
		float: right;
		margin-right: -15px;
	}

	.navbar-right ~ .navbar-right {
		margin-right: 0;
	}

	.jumbotron {
		padding-bottom: 48px;
		padding-top: 48px;
	}

	.container .jumbotron,
	.container-fluid .jumbotron {
		padding-left: 60px;
		padding-right: 60px;
	}

	.jumbotron h1,
	.jumbotron .h1 {
		font-size: 63px;
	}

	.modal-dialog {
		margin: 30px auto;
		width: 600px;
	}

	.modal-content {
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}

	.modal-sm {
		width: 300px;
	}

	.modal-lg {
		width: 900px;
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		font-size: 30px;
		height: 30px;
		margin-top: -10px;
		width: 30px;
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px;
	}

	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px;
	}

	.carousel-caption {
		left: 20%;
		padding-bottom: 30px;
		right: 20%;
	}

	.carousel-indicators {
		bottom: 20px;
	}

	.col-xs-1,
	.col-sm-1,
	.col-md-1,
	.col-lg-1,
	.col-xs-2,
	.col-sm-2,
	.col-md-2,
	.col-lg-2,
	.col-xs-3,
	.col-sm-3,
	.col-md-3,
	.col-lg-3,
	.col-xs-4,
	.col-sm-4,
	.col-md-4,
	.col-lg-4,
	.col-xs-5,
	.col-sm-5,
	.col-md-5,
	.col-lg-5,
	.col-xs-6,
	.col-sm-6,
	.col-md-6,
	.col-lg-6,
	.col-xs-7,
	.col-sm-7,
	.col-md-7,
	.col-lg-7,
	.col-xs-8,
	.col-sm-8,
	.col-md-8,
	.col-lg-8,
	.col-xs-9,
	.col-sm-9,
	.col-md-9,
	.col-lg-9,
	.col-xs-10,
	.col-sm-10,
	.col-md-10,
	.col-lg-10,
	.col-xs-11,
	.col-sm-11,
	.col-md-11,
	.col-lg-11,
	.col-xs-12,
	.col-sm-12,
	.col-md-12,
	.col-lg-12 {
		float: left;
	}

	.col-lg-12,
	.col-md-12,
	.col-sm-12,
	.col-xs-12 {
		width: 100%;
	}

	.col-lg-11,
	.col-md-11,
	.col-sm-11,
	.col-xs-11 {
		width: 91.66666667%;
	}

	.col-lg-10,
	.col-md-10,
	.col-sm-10,
	.col-xs-10 {
		width: 83.33333333%;
	}

	.col-lg-9,
	.col-md-9,
	.col-sm-9,
	.col-xs-9 {
		width: 75%;
	}

	.col-lg-8,
	.col-md-8,
	.col-sm-8,
	.col-xs-8 {
		width: 66.66666667%;
	}

	.col-lg-7,
	.col-md-7,
	.col-sm-7,
	.col-xs-7 {
		width: 58.33333333%;
	}

	.col-lg-6,
	.col-md-6,
	.col-sm-6,
	.col-xs-6 {
		width: 50%;
	}

	.col-lg-5,
	.col-md-5,
	.col-sm-5,
	.col-xs-5 {
		width: 41.66666667%;
	}

	.col-lg-4,
	.col-md-4,
	.col-sm-4,
	.col-xs-4 {
		width: 33.33333333%;
	}

	.col-lg-3,
	.col-md-3,
	.col-sm-3,
	.col-xs-3 {
		width: 25%;
	}

	.col-lg-2,
	.col-md-2,
	.col-sm-2,
	.col-xs-2 {
		width: 16.66666667%;
	}

	.col-lg-1,
	.col-md-1,
	.col-sm-1,
	.col-xs-1 {
		width: 8.33333333%;
	}

	.col-lg-pull-12,
	.col-md-pull-12,
	.col-sm-pull-12,
	.col-xs-pull-12 {
		right: 100%;
	}

	.col-lg-pull-11,
	.col-md-pull-11,
	.col-sm-pull-11,
	.col-xs-pull-11 {
		right: 91.66666667%;
	}

	.col-lg-pull-10,
	.col-md-pull-10,
	.col-sm-pull-10,
	.col-xs-pull-10 {
		right: 83.33333333%;
	}

	.col-lg-pull-9,
	.col-md-pull-9,
	.col-sm-pull-9,
	.col-xs-pull-9 {
		right: 75%;
	}

	.col-lg-pull-8,
	.col-md-pull-8,
	.col-sm-pull-8,
	.col-xs-pull-8 {
		right: 66.66666667%;
	}

	.col-lg-pull-7,
	.col-md-pull-7,
	.col-sm-pull-7,
	.col-xs-pull-7 {
		right: 58.33333333%;
	}

	.col-lg-pull-6,
	.col-md-pull-6,
	.col-sm-pull-6,
	.col-xs-pull-6 {
		right: 50%;
	}

	.col-lg-pull-5,
	.col-md-pull-5,
	.col-sm-pull-5,
	.col-xs-pull-5 {
		right: 41.66666667%;
	}

	.col-lg-pull-4,
	.col-md-pull-4,
	.col-sm-pull-4,
	.col-xs-pull-4 {
		right: 33.33333333%;
	}

	.col-lg-pull-3,
	.col-md-pull-3,
	.col-sm-pull-3,
	.col-xs-pull-3 {
		right: 25%;
	}

	.col-lg-pull-2,
	.col-md-pull-2,
	.col-sm-pull-2,
	.col-xs-pull-2 {
		right: 16.66666667%;
	}

	.col-lg-pull-1,
	.col-md-pull-1,
	.col-sm-pull-1,
	.col-xs-pull-1 {
		right: 8.33333333%;
	}

	.col-lg-pull-0,
	.col-md-pull-0,
	.col-sm-pull-0,
	.col-xs-pull-0 {
		right: auto;
	}

	.col-lg-push-12,
	.col-md-push-12,
	.col-sm-push-12,
	.col-xs-push-12 {
		left: 100%;
	}

	.col-lg-push-11,
	.col-md-push-11,
	.col-sm-push-11,
	.col-xs-push-11 {
		left: 91.66666667%;
	}

	.col-lg-push-10,
	.col-md-push-10,
	.col-sm-push-10,
	.col-xs-push-10 {
		left: 83.33333333%;
	}

	.col-lg-push-9,
	.col-md-push-9,
	.col-sm-push-9,
	.col-xs-push-9 {
		left: 75%;
	}

	.col-lg-push-8,
	.col-md-push-8,
	.col-sm-push-8,
	.col-xs-push-8 {
		left: 66.66666667%;
	}

	.col-lg-push-7,
	.col-md-push-7,
	.col-sm-push-7,
	.col-xs-push-7 {
		left: 58.33333333%;
	}

	.col-lg-push-6,
	.col-md-push-6,
	.col-sm-push-6,
	.col-xs-push-6 {
		left: 50%;
	}

	.col-lg-push-5,
	.col-md-push-5,
	.col-sm-push-5,
	.col-xs-push-5 {
		left: 41.66666667%;
	}

	.col-lg-push-4,
	.col-md-push-4,
	.col-sm-push-4,
	.col-xs-push-4 {
		left: 33.33333333%;
	}

	.col-lg-push-3,
	.col-md-push-3,
	.col-sm-push-3,
	.col-xs-push-3 {
		left: 25%;
	}

	.col-lg-push-2,
	.col-md-push-2,
	.col-sm-push-2,
	.col-xs-push-2 {
		left: 16.66666667%;
	}

	.col-lg-push-1,
	.col-md-push-1,
	.col-sm-push-1,
	.col-xs-push-1 {
		left: 8.33333333%;
	}

	.col-lg-push-0,
	.col-md-push-0,
	.col-sm-push-0,
	.col-xs-push-0 {
		left: auto;
	}

	.col-lg-offset-12,
	.col-md-offset-12,
	.col-sm-offset-12,
	.col-xs-offset-12 {
		margin-left: 100%;
	}

	.col-lg-offset-11,
	.col-md-offset-11,
	.col-sm-offset-11,
	.col-xs-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-lg-offset-10,
	.col-md-offset-10,
	.col-sm-offset-10,
	.col-xs-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-9,
	.col-md-offset-9,
	.col-sm-offset-9,
	.col-xs-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-8,
	.col-md-offset-8,
	.col-sm-offset-8,
	.col-xs-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-7,
	.col-md-offset-7,
	.col-sm-offset-7,
	.col-xs-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-6,
	.col-md-offset-6,
	.col-sm-offset-6,
	.col-xs-offset-6 {
		margin-left: 50% !important;
	}

	.col-lg-offset-5,
	.col-md-offset-5,
	.col-sm-offset-5,
	.col-xs-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-4,
	.col-md-offset-4,
	.col-sm-offset-4,
	.col-xs-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-3,
	.col-md-offset-3,
	.col-sm-offset-3,
	.col-xs-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-2,
	.col-md-offset-2,
	.col-sm-offset-2,
	.col-xs-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-1,
	.col-md-offset-1,
	.col-sm-offset-1,
	.col-xs-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-0,
	.col-md-offset-0,
	.col-sm-offset-0,
	.col-xs-offset-0 {
		margin-left: 0%;
	}

	.visible-xs,
	.visible-sm,
	.visible-md {
		display: none !important;
	}

	.visible-lg {
		display: block !important;
	}

	.visible-xs-block,
	.visible-xs-inline,
	.visible-xs-inline-block,
	.visible-sm-block,
	.visible-sm-inline,
	.visible-sm-inline-block,
	.visible-md-block,
	.visible-md-inline,
	.visible-md-inline-block {
		display: none !important;
	}

	.visible-lg-block,
	.visible-lg-inline,
	.visible-lg-inline-block {
		display: block !important;
	}

	.hidden-xs,
	.hidden-sm,
	.hidden-md {
		display: block !important;
	}

	.hidden-lg {
		display: none !important;
	}

	.navbar-offcanvas {
		display: block;
		left: auto;
		max-width: none;
		position: relative;
		top: auto;
		width: auto;
	}
}

.section-title--white {
	color: #fff;
}

.section-title--white .section-title__en {
	color: #fff;
}

.section-title--white .section-title__en::after,
.section-title--white .section-title__en::before {
	background-color: #fff;
}

.section-title__en {
	font-family: 'EB Garamond', serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.2;
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.section-title__en {
		font-size: 40px;
		font-size: 4rem;
	}
}

@media print {
	.section-title__en {
		font-size: 40px;
		font-size: 4rem;
	}
}

.section-title__ja {
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 'normal';
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-top: 0.5em;
}

@media print, screen and (min-width: 768px) {
	.section-title__ja {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media print {
	.section-title__ja {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

.row-title {
	align-items: center;
	display: flex;
}

.row-title__en {
	display: flex;
	font-family: 'EB Garamond', serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin-right: 0.5em;
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.row-title__en {
		font-size: 32px;
		font-size: 3.2rem;
	}
}

@media print {
	.row-title__en {
		font-size: 32px;
		font-size: 3.2rem;
	}
}

.row-title__en::after {
	-webkit-transform: rotate(30deg);
	background-color: #000;
	content: ' ';
	display: block;
	margin-left: 0.5em;
	opacity: 0.15;
	position: relative;
	transform: rotate(30deg);
	width: 1px;
}

.row-title__ja {
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 'normal';
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-top: 0.5em;
}

@media print, screen and (min-width: 768px) {
	.row-title__ja {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media print {
	.row-title__ja {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

.content-title {
	font-size: 18px;
	font-size: 1.8rem;
}

@media print, screen and (min-width: 768px) {
	.content-title {
		font-size: 24px;
		font-size: 2.4rem;
	}
}

@media print {
	.content-title {
		font-size: 24px;
		font-size: 2.4rem;
	}
}

.content-title__en {
	display: flex;
	font-family: 'EB Garamond', serif;
	font-size: 65%;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-right: 0.5em;
	opacity: 0.4;
	position: relative;
}

.content-title__ja {
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
	font-size: 100%;
	font-weight: 'normal';
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-top: 0.5em;
}

.ll-title {
	font-size: 32px;
	font-size: 3.2rem;
	padding-left: 1em;
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.ll-title {
		font-size: 40px;
		font-size: 4rem;
	}
}

@media print {
	.ll-title {
		font-size: 40px;
		font-size: 4rem;
	}
}

.ll-title::before {
	background-color: #e8380d;
	content: ' ';
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 0.6em;
	width: 0.75em;
}

.ll-title__en {
	font-family: 'EB Garamond', serif;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.2;
}

.ll-title__ja {
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 'normal';
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-top: 0.5em;
}

@media print, screen and (min-width: 768px) {
	.ll-title__ja {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media print {
	.ll-title__ja {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

.tl-title,
.editor-content h1,
.editor-content h2 {
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding-top: 1em;
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.tl-title,
	.editor-content h1,
	.editor-content h2 {
		font-size: 32px;
		font-size: 3.2rem;
	}
}

@media print {
	.tl-title,
	.editor-content h1,
	.editor-content h2 {
		font-size: 32px;
		font-size: 3.2rem;
	}
}

.tl-title::before,
.editor-content h1::before,
.editor-content h2::before,
.tl-title::after,
.editor-content h1::after,
.editor-content h2::after {
	background-color: #ddd;
	content: ' ';
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.tl-title::after,
.editor-content h1::after,
.editor-content h2::after {
	background-color: #e8380d;
	width: 5em;
}

.tl-title--filled {
	background-color: #f9f9f9;
	padding: 1em 0.5em 1em 1.5em;
}

.tl-title__min {
	font-size: 65%;
}

.bl-title {
	border-left: 2px solid #e8380d;
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	font-weight: 600;
	line-height: 1.3;
	padding-bottom: 0.5em;
	padding-left: 0.75em;
	padding-top: 0.5em;
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.bl-title {
		border-width: 3px;
		font-size: 24px;
		font-size: 2.4rem;
	}
}

@media print {
	.bl-title {
		border-width: 3px;
		font-size: 24px;
		font-size: 2.4rem;
	}
}

.bl-title__min {
	font-size: 65%;
}

.h3-title {
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
	.h3-title {
		font-size: 22px;
		font-size: 2.2rem;
	}
}

@media print {
	.h3-title {
		font-size: 22px;
		font-size: 2.2rem;
	}
}

.h3-title__min {
	font-size: 65%;
}

.h5-title,
.h5-title--point {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
}

@media print, screen and (min-width: 768px) {
	.h5-title,
	.h5-title--point {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

@media print {
	.h5-title,
	.h5-title--point {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

.h5-title--point {
	padding-left: 1em;
	position: relative;
}

.h5-title--point::before {
	-webkit-transform: translate(0, -50%);
	background-color: #e8380d;
	border-radius: 50%;
	content: ' ';
	display: block;
	height: 0.25em;
	left: 0.25em;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 0.25em;
}

.btn,
.btn--back,
.btn--lg,
.worksform__btn button,
.btn--min,
.btn--outline-white,
.btn--outline,
.btn--white,
.btn--black,
.btn--red,
.btn-submit,
.btn--center,
.btn--en,
.btn--sans,
.btn-back {
	align-items: center;
	border: none;
	border-radius: 100px;
	color: #030303;
	display: inline-flex;
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 'normal';
	height: 50px;
	justify-content: space-between;
	letter-spacing: 0.05em;
	line-height: 1.3;
	max-width: 100%;
	padding: 5px 1em 5px 2em;
	position: relative;
	text-decoration: none !important;
	transition: all 0.2s linear;
	width: 100%;
}

@media (hover: hover) and (pointer: fine) {
	.btn:hover .link-arrow,
	.btn--back:hover .link-arrow,
	.btn--lg:hover .link-arrow,
	.worksform__btn button:hover .link-arrow,
	.btn--min:hover .link-arrow,
	.btn--outline-white:hover .link-arrow,
	.btn--outline:hover .link-arrow,
	.btn--white:hover .link-arrow,
	.btn--black:hover .link-arrow,
	.btn--red:hover .link-arrow,
	.btn-submit:hover .link-arrow,
	.btn--center:hover .link-arrow,
	.btn--en:hover .link-arrow,
	.btn--sans:hover .link-arrow,
	.btn-back:hover .link-arrow {
		-webkit-transform: translate(50%, 0);
		transform: translate(50%, 0);
	}
}

@media print, screen and (min-width: 768px) {
	.btn,
	.btn--back,
	.btn--lg,
	.worksform__btn button,
	.btn--min,
	.btn--outline-white,
	.btn--outline,
	.btn--white,
	.btn--black,
	.btn--red,
	.btn-submit,
	.btn--center,
	.btn--en,
	.btn--sans,
	.btn-back {
		height: 55px;
		min-width: 180px;
		width: auto;
	}
}

@media print {
	.btn,
	.btn--back,
	.btn--lg,
	.worksform__btn button,
	.btn--min,
	.btn--outline-white,
	.btn--outline,
	.btn--white,
	.btn--black,
	.btn--red,
	.btn-submit,
	.btn--center,
	.btn--en,
	.btn--sans,
	.btn-back {
		height: 55px;
		min-width: 180px;
		width: auto;
	}
}

.btn--sans,
.worksform__btn button,
.btn-back,
.btn-submit {
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Lato, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 500;
}

.btn--en {
	font-family: 'EB Garamond', serif;
	font-weight: 300;
	letter-spacing: 0.1em;
}

.btn--center,
.worksform__btn button {
	justify-content: center;
	padding-left: 1em;
}

.btn--red,
.worksform__btn button,
.btn-submit {
	background-color: #e8380d;
	color: #fff !important;
}

.btn--red:active,
.worksform__btn button:active,
.btn-submit:active,
.btn--red:focus,
.worksform__btn button:focus,
.btn-submit:focus {
	color: #fff;
}

@media (hover: hover) and (pointer: fine) {
	.btn--red:hover,
	.worksform__btn button:hover,
	.btn-submit:hover {
		background-color: #f45a34;
		color: #fff;
	}
}

.btn--black {
	background-color: #030303;
	color: #fff;
}

.btn--black:active,
.btn--black:focus {
	color: #fff;
}

@media (hover: hover) and (pointer: fine) {
	.btn--black:hover {
		background-color: #333;
		color: #fff;
	}
}

.btn--white {
	background-color: #fff;
	border: 1px solid #ddd;
}

@media print, screen and (min-width: 768px) {
	.btn--white {
		transition: all 0.25s ease;
		transition-property: background color;
	}

	.btn--white:hover {
		background-color: #e8380d;
		border-color: #e8380d;
		color: #fff;
	}
}

@media print {
	.btn--white {
		transition: all 0.25s ease;
		transition-property: background color;
	}

	.btn--white:hover {
		background-color: #e8380d;
		border-color: #e8380d;
		color: #fff;
	}
}

.btn--outline {
	background-color: #fff;
	border: 1px solid #ddd;
}

@media (hover: hover) and (pointer: fine) {
	.btn--outline:hover {
		transition: all 0.25s ease;
	}

	.btn--outline:hover:hover {
		background-color: #e8380d;
		border-color: #e8380d;
		color: #fff;
	}
}

.btn--outline-white {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

@media print, screen and (min-width: 768px) {
	.btn--outline-white {
		transition: all 0.25s ease;
		transition-property: background color;
	}

	.btn--outline-white:hover {
		color: #fff;
	}
}

@media print {
	.btn--outline-white {
		transition: all 0.25s ease;
		transition-property: background color;
	}

	.btn--outline-white:hover {
		color: #fff;
	}
}

.btn--min {
	font-size: 12px;
	font-size: 1.2rem;
	height: 45px;
	width: auto;
}

@media print, screen and (min-width: 768px) {
	.btn--min {
		font-size: 13px;
		font-size: 1.3rem;
		width: 180px;
	}
}

@media print {
	.btn--min {
		font-size: 13px;
		font-size: 1.3rem;
		width: 180px;
	}
}

.btn--lg,
.worksform__btn button {
	height: 50px;
}

@media print, screen and (min-width: 768px) {
	.btn--lg,
	.worksform__btn button {
		height: 65px;
		width: 360px;
	}
}

@media print {
	.btn--lg,
	.worksform__btn button {
		height: 65px;
		width: 360px;
	}
}

.btn--back {
	padding: 5px 2em 5px 1em;
}

.btn--back .link-arrow {
	-webkit-transform: rotate(180deg);
	margin-left: 0;
	margin-right: 0.5em;
	transform: rotate(180deg);
}

@media (hover: hover) and (pointer: fine) {
	.btn--back:hover .link-arrow {
		-webkit-transform: rotate(180deg) translate(50%, 0);
		transform: rotate(180deg) translate(50%, 0);
	}
}

.btn__icon {
	align-items: center;
	background-color: #e8380d;
	border-radius: 50%;
	display: flex;
	height: 2em;
	justify-content: center;
	margin-left: 1em;
	text-align: center;
	width: 2em;
}

.btn__icon img {
	height: auto;
	width: 1.2em;
}

.btn .link-arrow,
.btn--sans .link-arrow,
.worksform__btn button .link-arrow,
.btn-back .link-arrow,
.btn-submit .link-arrow,
.btn--en .link-arrow,
.btn--center .link-arrow,
.btn--red .link-arrow,
.btn--black .link-arrow,
.btn--white .link-arrow,
.btn--outline .link-arrow,
.btn--outline-white .link-arrow,
.btn--min .link-arrow,
.btn--lg .link-arrow,
.btn--back .link-arrow {
	margin-left: 0.5em;
}

.link-arrow {
	background-color: #e8380d;
	border-radius: 50%;
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	height: 1em;
	position: relative;
	width: 1em;
}

@media print, screen and (min-width: 768px) {
	.link-arrow {
		font-size: 15px;
		font-size: 1.5rem;
		transition: all 0.25s ease;
	}
}

@media print {
	.link-arrow {
		font-size: 15px;
		font-size: 1.5rem;
		transition: all 0.25s ease;
	}
}

.link-arrow::before,
.link-arrow::after {
	background-color: #fff;
	content: ' ';
	display: block;
	height: 1px;
	left: 48%;
	position: absolute;
	top: 50%;
	transition: all 0.25s ease;
	width: 30%;
}

.link-arrow::before {
	-webkit-transform-origin: right bottom;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	transform-origin: right bottom;
}

.link-arrow::after {
	-webkit-transform-origin: right top;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	transform-origin: right top;
}

.link-arrow--outline {
	background-color: #fff;
	border: 1px solid #e8380d;
}

.link-arrow--outline::before,
.link-arrow--outline::after {
	background-color: #e8380d;
}

.link-arrow--outline-white {
	background-color: transparent;
	border: 1px solid #fff;
}

.link-arrow--outline-white::before,
.link-arrow--outline-white::after {
	background-color: #fff;
}

.link-arrow--white {
	background-color: #fff;
}

.link-arrow--white::before,
.link-arrow--white::after {
	background-color: #e8380d;
}

.link-arrow--lg {
	font-size: 24px;
	font-size: 2.4rem;
}

@media print, screen and (min-width: 768px) {
	.link-arrow--lg {
		font-size: 40px;
		font-size: 4rem;
	}
}

@media print {
	.link-arrow--lg {
		font-size: 40px;
		font-size: 4rem;
	}
}

.link-arrow--lg::before,
.link-arrow--lg::after {
	width: 20%;
}

.form-btns {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 24px;
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	.form-btns {
		margin-top: 32px;
	}
}

@media print {
	.form-btns {
		margin-top: 32px;
	}
}

.form-btns .wpcf7-spinner {
	position: absolute;
}

.btn-back,
.btn-submit {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 600;
	justify-content: center;
	margin: 0 8px;
	max-width: 320px;
	padding: 5px 1em;
}

@media print, screen and (min-width: 768px) {
	.btn-back,
	.btn-submit {
		font-size: 14px;
		font-size: 1.4rem;
		width: 320px;
	}
}

@media print {
	.btn-back,
	.btn-submit {
		font-size: 14px;
		font-size: 1.4rem;
		width: 320px;
	}
}

.btn-back:disabled,
.btn-submit:disabled {
	opacity: 0.3;
	pointer-events: none;
}

.btn-submit:disabled:hover {
	background-color: #e8380d;
}

.btn-back {
	background-color: #aaa;
	color: #fff;
}

.btn-back:visited {
	color: #fff;
}

@media print, screen and (min-width: 768px) {
	.btn-back:hover {
		color: #666;
	}
}

@media print {
	.btn-back:hover {
		color: #666;
	}
}

@media print, screen and (min-width: 768px) {
	.wrapper-responsive-table {
		overflow: initial !important;
	}
}

@media print {
	.wrapper-responsive-table {
		overflow: initial !important;
	}
}

@media screen and (max-width: 767px) {
	.wrapper-responsive-table {
		-ms-overflow-style: -ms-autohiding-scrollbar;
		display: block;
		margin-right: -15px;
		overflow-y: hidden;
		padding-bottom: 5px;
		position: relative;
	}

	.wrapper-responsive-table__inner {
		display: inline-block;
		min-width: 100%;
		padding-right: 15px;
	}

	.wrapper-responsive-table table {
		min-width: 600px;
	}

	.wrapper-responsive-table--sticky table thead tr th:first-child,
	.wrapper-responsive-table--sticky table tbody tr th:first-child {
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
		left: 0;
		position: sticky;
		z-index: 10;
	}
}

.table,
.editor-content table,
.table--archive {
	border-collapse: collapse;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	.table,
	.editor-content table,
	.table--archive {
		font-size: 15px;
		font-size: 1.5rem;
	}
}

@media print {
	.table,
	.editor-content table,
	.table--archive {
		font-size: 15px;
		font-size: 1.5rem;
	}
}

.table tr,
.editor-content table tr,
.table--archive tr {
	border-bottom: 1px solid #ddd;
}

.table th,
.editor-content table th,
.table--archive th,
.table td,
.editor-content table td,
.table--archive td {
	border-right: 1px solid #ddd;
	padding: 10px 5px;
	position: relative;
	vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
	.table th,
	.editor-content table th,
	.table--archive th,
	.table td,
	.editor-content table td,
	.table--archive td {
		padding: 10px 30px;
	}
}

@media print {
	.table th,
	.editor-content table th,
	.table--archive th,
	.table td,
	.editor-content table td,
	.table--archive td {
		padding: 10px 30px;
	}
}

.table thead th,
.editor-content table thead th,
.table--archive thead th,
.table thead td,
.editor-content table thead td,
.table--archive thead td,
.table .tr-thead th,
.editor-content table .tr-thead th,
.table--archive .tr-thead th,
.table .tr-thead td,
.editor-content table .tr-thead td,
.table--archive .tr-thead td {
	background-color: #d37656;
	color: #fff;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	width: auto;
}

@media print, screen and (min-width: 768px) {
	.table tbody td,
	.editor-content table tbody td,
	.table--archive tbody td {
		height: 60px;
	}
}

@media print {
	.table tbody td,
	.editor-content table tbody td,
	.table--archive tbody td {
		height: 60px;
	}
}

.table tbody th,
.editor-content table tbody th,
.table--archive tbody th {
	background-color: #f9f4f2;
	font-weight: 600;
	text-align: left;
	white-space: nowrap;
	width: 60px;
}

@media print, screen and (min-width: 768px) {
	.table tbody th,
	.editor-content table tbody th,
	.table--archive tbody th {
		height: 55px;
		width: 180px;
	}
}

@media print {
	.table tbody th,
	.editor-content table tbody th,
	.table--archive tbody th {
		height: 55px;
		width: 180px;
	}
}

.table tbody th .min,
.editor-content table tbody th .min,
.table--archive tbody th .min {
	display: block;
	font-size: 85%;
	margin-top: 0.5em;
}

.table .tr-hidden,
.editor-content table .tr-hidden,
.table--archive .tr-hidden {
	display: none;
}

.table .text-left,
.editor-content table .text-left,
.table--archive .text-left {
	text-align: left;
}

.table strong,
.editor-content table strong,
.table--archive strong {
	font-weight: 500;
}

.table--attachment .td-attachment {
	padding: 0 !important;
}

.table--attachment .td-year {
	text-align: center;
	width: 8em;
}

.table--attachment__ttl {
	font-size: 110%;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 5px;
}

@media print, screen and (min-width: 768px) {
	.table--attachment__ttl {
		margin-bottom: 0;
		margin-right: 5px;
	}
}

@media print {
	.table--attachment__ttl {
		margin-bottom: 0;
		margin-right: 5px;
	}
}

.table .btn-innertd,
.editor-content table .btn-innertd,
.table--archive .btn-innertd {
	align-items: center;
	color: #030303;
	display: flex;
	padding: 5px;
}

@media (hover: hover) and (pointer: fine) {
	.table .btn-innertd:hover,
	.editor-content table .btn-innertd:hover,
	.table--archive .btn-innertd:hover {
		background-color: #f6f6f6;
		color: #666;
	}
}

@media print, screen and (min-width: 768px) {
	.table .btn-innertd,
	.editor-content table .btn-innertd,
	.table--archive .btn-innertd {
		padding: 15px;
	}
}

@media print {
	.table .btn-innertd,
	.editor-content table .btn-innertd,
	.table--archive .btn-innertd {
		padding: 15px;
	}
}

.table .btn-innertd.icon-pdf,
.editor-content table .btn-innertd.icon-pdf,
.table--archive .btn-innertd.icon-pdf,
.table .btn-innertd.icon-external,
.editor-content table .btn-innertd.icon-external,
.table--archive .btn-innertd.icon-external {
	padding-right: 20px;
}

@media print, screen and (min-width: 768px) {
	.table .btn-innertd.icon-pdf,
	.editor-content table .btn-innertd.icon-pdf,
	.table--archive .btn-innertd.icon-pdf,
	.table .btn-innertd.icon-external,
	.editor-content table .btn-innertd.icon-external,
	.table--archive .btn-innertd.icon-external {
		padding-right: 30px;
	}
}

@media print {
	.table .btn-innertd.icon-pdf,
	.editor-content table .btn-innertd.icon-pdf,
	.table--archive .btn-innertd.icon-pdf,
	.table .btn-innertd.icon-external,
	.editor-content table .btn-innertd.icon-external,
	.table--archive .btn-innertd.icon-external {
		padding-right: 30px;
	}
}

.table .btn-innertd.icon-pdf::after,
.editor-content table .btn-innertd.icon-pdf::after,
.table--archive .btn-innertd.icon-pdf::after,
.table .btn-innertd.icon-external::after,
.editor-content table .btn-innertd.icon-external::after,
.table--archive .btn-innertd.icon-external::after {
	-webkit-transform: translate(0, -50%);
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: ' ';
	display: block;
	height: 10px;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translate(0, -50%);
	width: 10px;
}

@media print, screen and (min-width: 768px) {
	.table .btn-innertd.icon-pdf::after,
	.editor-content table .btn-innertd.icon-pdf::after,
	.table--archive .btn-innertd.icon-pdf::after,
	.table .btn-innertd.icon-external::after,
	.editor-content table .btn-innertd.icon-external::after,
	.table--archive .btn-innertd.icon-external::after {
		height: 20px;
		right: 15px;
		width: 20px;
	}
}

@media print {
	.table .btn-innertd.icon-pdf::after,
	.editor-content table .btn-innertd.icon-pdf::after,
	.table--archive .btn-innertd.icon-pdf::after,
	.table .btn-innertd.icon-external::after,
	.editor-content table .btn-innertd.icon-external::after,
	.table--archive .btn-innertd.icon-external::after {
		height: 20px;
		right: 15px;
		width: 20px;
	}
}

.table .btn-innertd.icon-external::after,
.editor-content table .btn-innertd.icon-external::after,
.table--archive .btn-innertd.icon-external::after {
	background-image: url(assets/img/common/icon-external.svg);
}

.table .btn-innertd.icon-pdf::after,
.editor-content table .btn-innertd.icon-pdf::after,
.table--archive .btn-innertd.icon-pdf::after {
	background-image: url(assets/img/common/icon-pdf-red.svg);
}

.table--even-bg tbody tr:nth-child(even) {
	background-color: #f6f6f6;
}

.table--td-center tbody td {
	text-align: center;
}

.table--th-center tbody th {
	text-align: center;
}

.table--lined {
	border-left: none;
}

.table--lined tbody th,
.table--lined tbody td {
	border-right: none;
	display: block;
}

@media print, screen and (min-width: 768px) {
	.table--lined tbody th,
	.table--lined tbody td {
		display: table-cell;
		height: 80px;
		padding: 15px;
	}
}

@media print {
	.table--lined tbody th,
	.table--lined tbody td {
		display: table-cell;
		height: 80px;
		padding: 15px;
	}
}

.table--lined tbody th {
	background-color: transparent;
	color: #666;
	font-size: 90%;
	font-weight: 500;
	padding-bottom: 0;
}

@media print, screen and (min-width: 768px) {
	.table--lined tbody th {
		border-bottom: 1px solid;
		padding-bottom: 10px;
		width: 230px;
	}
}

@media print {
	.table--lined tbody th {
		border-bottom: 1px solid;
		padding-bottom: 10px;
		width: 230px;
	}
}

@media print, screen and (min-width: 768px) {
	.table--lined tbody tr:first-child th {
		border-top: 1px solid;
	}
}

@media print {
	.table--lined tbody tr:first-child th {
		border-top: 1px solid;
	}
}

.table--simple {
	background: transparent;
	border: none;
	font-size: 11px;
	font-size: 1.1rem;
}

@media print, screen and (min-width: 768px) {
	.table--simple {
		font-size: 13px;
		font-size: 1.3rem;
	}
}

@media print {
	.table--simple {
		font-size: 13px;
		font-size: 1.3rem;
	}
}

.table--simple thead tr,
.table--simple thead th,
.table--simple thead td,
.table--simple tbody tr,
.table--simple tbody th,
.table--simple tbody td {
	background: transparent;
	border: none;
	height: auto;
	padding: 0;
	vertical-align: top;
}

.table--simple tbody tr:first-child th,
.table--simple tbody tr:first-child td {
	padding-top: 0;
}

.table--simple tbody th,
.table--simple tbody td {
	padding-top: 0.5em;
}

.table--simple tbody th {
	font-weight: normal;
	opacity: 0.5;
	padding-right: 1em;
}

@media print, screen and (min-width: 768px) {
	.table--simple tbody th {
		width: 4em;
	}
}

@media print {
	.table--simple tbody th {
		width: 4em;
	}
}

.table--low tbody th,
.editor-content table tbody th,
.table--low tbody td,
.editor-content table tbody td {
	height: auto;
	padding: 5px;
}

@media print, screen and (min-width: 768px) {
	.table--low tbody th,
	.editor-content table tbody th,
	.table--low tbody td,
	.editor-content table tbody td {
		padding: 10px 15px;
	}
}

@media print {
	.table--low tbody th,
	.editor-content table tbody th,
	.table--low tbody td,
	.editor-content table tbody td {
		padding: 10px 15px;
	}
}

.table--archive {
	background-color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
	.table--archive {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media print {
	.table--archive {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

.table--archive thead th,
.table--archive thead td {
	text-align: center;
}

.table--archive tbody th {
	text-align: center;
	width: 5em;
}

.table--archive tbody th,
.table--archive tbody td {
	height: auto;
	padding: 3px;
}

@media print, screen and (min-width: 768px) {
	.table--archive tbody th,
	.table--archive tbody td {
		padding: 5px 15px;
	}
}

@media print {
	.table--archive tbody th,
	.table--archive tbody td {
		padding: 5px 15px;
	}
}

.table--officer {
	font-size: 11px;
	font-size: 1.1rem;
}

@media print, screen and (min-width: 768px) {
	.table--officer {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media print {
	.table--officer {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

.table--officer tbody th {
	font-size: 90%;
	width: auto;
}

@media print, screen and (min-width: 768px) {
	.table--officer tbody th,
	.table--officer tbody td {
		padding: 10px 15px;
	}
}

@media print {
	.table--officer tbody th,
	.table--officer tbody td {
		padding: 10px 15px;
	}
}

.table--officer tbody .td-name {
	border-right: none;
	padding-right: 1em;
	white-space: nowrap;
}

.table--officer tbody .td-detail {
	font-size: 80%;
	opacity: 0.85;
	padding-left: 0;
}

.table a,
.editor-content table a,
.table--archive a {
	text-decoration: underline;
}

.table-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

@media print, screen and (min-width: 768px) {
	.table-list {
		display: flex;
		flex-wrap: wrap;
	}
}

@media print {
	.table-list {
		display: flex;
		flex-wrap: wrap;
	}
}

.table-list > li {
	margin-top: 0.5em;
}

.table-list > li:first-child {
	margin-top: 0;
}

@media print, screen and (min-width: 768px) {
	.table-list > li {
		width: 50%;
	}

	.table-list > li:nth-child(2) {
		margin-top: 0;
	}
}

@media print {
	.table-list > li {
		width: 50%;
	}

	.table-list > li:nth-child(2) {
		margin-top: 0;
	}
}

/* =====================
  editor(WYSIWYG)
===================== */
table .editor-content {
	font-size: 12px;
}

@media print, screen and (min-width: 768px) {
	table .editor-content {
		font-size: 16px;
	}
}

@media print {
	table .editor-content {
		font-size: 16px;
	}
}

.editor-content {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.75;
	overflow: hidden;
	word-break: break-all;
}

@media print, screen and (min-width: 768px) {
	.editor-content {
		font-size: 16px;
		line-height: 2.1;
	}
}

@media print {
	.editor-content {
		font-size: 16px;
		line-height: 2.1;
	}
}

.editor-content button,
.editor-content input,
.editor-content select,
.editor-content textarea {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.66;
}

.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4 {
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
	font-weight: 'normal';
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 0.5em;
}

@media print, screen and (min-width: 768px) {
	.editor-content h1,
	.editor-content h2,
	.editor-content h3,
	.editor-content h4 {
		line-height: 1.75;
	}
}

@media print {
	.editor-content h1,
	.editor-content h2,
	.editor-content h3,
	.editor-content h4 {
		line-height: 1.75;
	}
}

.editor-content h1:first-child,
.editor-content h2:first-child,
.editor-content h3:first-child,
.editor-content h4:first-child,
.editor-content h5:first-child,
.editor-content h6:first-child,
.editor-content p:first-child {
	margin-top: 0;
}

.editor-content h1 {
	font-size: 24px;
	margin-top: 32px;
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.editor-content h1 {
		font-size: 32px;
		margin-top: 64px;
	}
}

@media print {
	.editor-content h1 {
		font-size: 32px;
		margin-top: 64px;
	}
}

.editor-content h2 {
	font-size: 20px;
	margin-top: 32px;
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.editor-content h2 {
		font-size: 28px;
		margin-top: 64px;
	}
}

@media print {
	.editor-content h2 {
		font-size: 28px;
		margin-top: 64px;
	}
}

.editor-content h3 {
	border-left: 3px solid #e8380d;
	font-size: 18px;
	line-height: 1.5;
	margin-top: 24px;
	padding: 0.25em;
	padding-left: 1em;
	padding-right: 0;
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.editor-content h3 {
		font-size: 24px;
		margin-top: 40px;
	}
}

@media print {
	.editor-content h3 {
		font-size: 24px;
		margin-top: 40px;
	}
}

.editor-content h4 {
	border-left: 2px solid #e8380d;
	font-size: 17px;
	margin-top: 24px;
	padding: 0.5em;
	padding-left: 15px;
	padding-right: 0;
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.editor-content h4 {
		font-size: 20px;
		margin-top: 40px;
		padding-left: 20px;
	}
}

@media print {
	.editor-content h4 {
		font-size: 20px;
		margin-top: 40px;
		padding-left: 20px;
	}
}

.editor-content h5 {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	margin-top: 8px;
}

@media print, screen and (min-width: 768px) {
	.editor-content h5 {
		font-size: 18px;
		margin-top: 16px;
	}
}

@media print {
	.editor-content h5 {
		font-size: 18px;
		margin-top: 16px;
	}
}

.editor-content h6 {
	font-size: 15px;
	font-weight: 500;
	margin: 0;
	margin-top: 8px;
}

@media print, screen and (min-width: 768px) {
	.editor-content h6 {
		font-size: 16px;
		margin-top: 16px;
	}
}

@media print {
	.editor-content h6 {
		font-size: 16px;
		margin-top: 16px;
	}
}

.editor-content p {
	overflow: hidden;
}

.editor-content p,
.editor-content table {
	margin-top: 4px;
}

@media print, screen and (min-width: 768px) {
	.editor-content p,
	.editor-content table {
		margin-top: 8px;
	}
}

@media print {
	.editor-content p,
	.editor-content table {
		margin-top: 8px;
	}
}

.editor-content dfn,
.editor-content cite,
.editor-content em,
.editor-content i {
	font-style: italic;
}

.editor-content blockquote {
	background-color: #f7f7f7;
	color: #666;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0.5em;
	padding-left: 1.5em;
}

@media print, screen and (min-width: 768px) {
	.editor-content blockquote {
		font-size: 15px;
	}
}

@media print {
	.editor-content blockquote {
		font-size: 15px;
	}
}

.editor-content blockquote.alignleft,
.editor-content blockquote.alignright {
	font-size: 14px;
	font-size: 1.4rem;
	width: 34%;
}

.editor-content address {
	margin: 0 0 1.5em;
}

.editor-content pre {
	background: #f7f7f7;
	line-height: 1.5;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

.editor-content code,
.editor-content kbd,
.editor-content tt,
.editor-content var {
	font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}

.editor-content abbr,
.editor-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

.editor-content mark,
.editor-content ins {
	background: #eee;
	text-decoration: none;
}

.editor-content big {
	font-size: 125%;
}

.editor-content dl dt {
	font-weight: 600;
}

.editor-content blockquote,
.editor-content q {
	quotes: '' '';
}

.editor-content blockquote:before,
.editor-content blockquote:after,
.editor-content q:before,
.editor-content q:after {
	content: '';
}

.editor-content hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1em;
}

.editor-content ul,
.editor-content ol {
	margin-bottom: 1em;
	margin-left: 1em;
	margin-top: 1em;
	padding: 0;
}

.editor-content ul {
	list-style: disc;
}

.editor-content ol h1,
.editor-content ol h2,
.editor-content ol h3,
.editor-content ol h4,
.editor-content ol h5,
.editor-content ol h6 {
	border: none;
	padding: 0;
}

.editor-content ol h3 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
	.editor-content ol h3 {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

@media print {
	.editor-content ol h3 {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

.editor-content ol h4 {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
	.editor-content ol h4 {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media print {
	.editor-content ol h4 {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

.editor-content ol p {
	margin-bottom: 5px;
}

.editor-content ol li {
	margin-bottom: 0.5em;
}

.editor-content li > ul,
.editor-content li > ol {
	margin-bottom: 1em;
	margin-left: 1em;
}

.editor-content li ol {
	font-size: 90%;
}

.editor-content li ol li {
	margin-bottom: 0.5em;
}

.editor-content table {
	font-size: 10px;
	font-size: 1rem;
}

@media print, screen and (min-width: 768px) {
	.editor-content table {
		font-size: 15px;
		font-size: 1.5rem;
	}
}

@media print {
	.editor-content table {
		font-size: 15px;
		font-size: 1.5rem;
	}
}

.editor-content table tbody th {
	width: auto;
}

.editor-content a {
	color: #e8380d;
	text-decoration: underline;
}

.editor-content a:hover {
	color: #f45a34;
}

.editor-content .btn-blue {
	color: #fff;
}

.editor-content .btn-blue:hover {
	color: #fff;
}

.editor-content img {
	display: block;
	height: auto;
	max-width: 100%;
}

.editor-content .box img {
	margin: 0 auto;
}

.editor-content embed,
.editor-content iframe,
.editor-content object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.editor-content strong {
	font-weight: 700;
}

.editor-content em {
	font-style: italic;
}

.editor-content blockquote {
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
	display: block;
}

.editor-content .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media print, screen and (min-width: 768px) {
	.editor-content .alignright {
		float: right;
	}
}

@media print {
	.editor-content .alignright {
		float: right;
	}
}

@media print, screen and (min-width: 768px) {
	.editor-content .alignleft {
		float: left;
	}
}

@media print {
	.editor-content .alignleft {
		float: left;
	}
}

.editor-content .alignright img,
.editor-content .alignleft img {
	margin: 10px 0;
}

@media print, screen and (min-width: 768px) {
	.editor-content .alignright img,
	.editor-content .alignleft img {
		margin: 0 10px;
	}
}

@media print {
	.editor-content .alignright img,
	.editor-content .alignleft img {
		margin: 0 10px;
	}
}

.editor-content img[class*='wp-image-'],
.editor-content img[class*='attachment-'] {
	height: auto;
	max-width: 100%;
}

.editor-content img[class*='wp-image-'].alignright,
.editor-content img[class*='wp-image-'].alignleft,
.editor-content img[class*='attachment-'].alignright,
.editor-content img[class*='attachment-'].alignleft {
	margin: 10px 0;
}

@media print, screen and (min-width: 768px) {
	.editor-content img[class*='wp-image-'].alignright,
	.editor-content img[class*='wp-image-'].alignleft,
	.editor-content img[class*='attachment-'].alignright,
	.editor-content img[class*='attachment-'].alignleft {
		margin: 0 10px;
	}
}

@media print {
	.editor-content img[class*='wp-image-'].alignright,
	.editor-content img[class*='wp-image-'].alignleft,
	.editor-content img[class*='attachment-'].alignright,
	.editor-content img[class*='attachment-'].alignleft {
		margin: 0 10px;
	}
}

.editor-content .clearfix {
	zoom: 1;
	overflow: hidden;
}

.editor-content .clearfix:after {
	clear: both;
	content: '';
	display: block;
}

.editor-content .ex_text_right {
	text-align: right;
}

.editor-content div.sharedaddy h3.sd-title:before {
	content: none;
}

.editor-content #jp-relatedposts h3.jp-relatedposts-headline em:before {
	content: none;
}

.editor-content ul.toc_list li:after,
.editor-content ul.toc_list li:before {
	content: none;
}

.editor-content div.easyLink-box div.easyLink-img p.easyLink-img-box span {
	top: 0;
}

.editor-content .easyLink-img img {
	display: inline;
}

.editor-content .filebtn {
	align-items: center;
	border: 1px solid #ddd;
	display: flex;
	font-size: 13px;
	font-size: 1.3rem;
	height: 50px;
	line-height: 1.3;
	padding: 5px;
	position: relative;
	text-decoration: underline;
	transition: all 0.2s linear;
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	.editor-content .filebtn {
		font-size: 14px;
		font-size: 1.4rem;
		height: 55px;
		padding: 15px;
	}

	.editor-content .filebtn:hover {
		background-color: #f6f6f6;
		color: #666;
	}
}

@media print {
	.editor-content .filebtn {
		font-size: 14px;
		font-size: 1.4rem;
		height: 55px;
		padding: 15px;
	}

	.editor-content .filebtn:hover {
		background-color: #f6f6f6;
		color: #666;
	}
}

.editor-content .filebtn--pdf,
.editor-content .filebtn--excel {
	padding-right: 20px;
}

@media print, screen and (min-width: 768px) {
	.editor-content .filebtn--pdf,
	.editor-content .filebtn--excel {
		padding-right: 30px;
	}
}

@media print {
	.editor-content .filebtn--pdf,
	.editor-content .filebtn--excel {
		padding-right: 30px;
	}
}

.editor-content .filebtn--pdf::after,
.editor-content .filebtn--excel::after {
	-webkit-transform: translate(0, -50%);
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: ' ';
	display: block;
	height: 10px;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translate(0, -50%);
	width: 10px;
}

@media print, screen and (min-width: 768px) {
	.editor-content .filebtn--pdf::after,
	.editor-content .filebtn--excel::after {
		height: 20px;
		right: 15px;
		width: 20px;
	}
}

@media print {
	.editor-content .filebtn--pdf::after,
	.editor-content .filebtn--excel::after {
		height: 20px;
		right: 15px;
		width: 20px;
	}
}

.editor-content .filebtn--pdf::after {
	background-image: url(assets/img/common/icon-pdf.svg);
}

.editor-content .filebtn--excel::after {
	background-image: url(assets/img/common/icon-excel.svg);
}

.bg-light {
	background-color: #f5f5f5;
}

.block-child {
	margin-top: 24px;
}

@media print, screen and (min-width: 768px) {
	.block-child {
		margin-top: 64px;
	}
}

@media print {
	.block-child {
		margin-top: 64px;
	}
}

.block-child:first-child {
	margin-top: 0;
}

.block-child--xs {
	margin-top: 4px;
}

@media print, screen and (min-width: 768px) {
	.block-child--xs {
		margin-top: 8px;
	}
}

@media print {
	.block-child--xs {
		margin-top: 8px;
	}
}

.block-child--xs:first-child {
	margin-top: 0;
}

.block-child--sm {
	margin-top: 8px;
}

@media print, screen and (min-width: 768px) {
	.block-child--sm {
		margin-top: 16px;
	}
}

@media print {
	.block-child--sm {
		margin-top: 16px;
	}
}

.block-child--sm:first-child {
	margin-top: 0;
}

.block-child--md {
	margin-top: 24px;
}

@media print, screen and (min-width: 768px) {
	.block-child--md {
		margin-top: 32px;
	}
}

@media print {
	.block-child--md {
		margin-top: 32px;
	}
}

.block-child--md:first-child {
	margin-top: 0;
}

.block-child--lg {
	margin-top: 64px;
}

@media print, screen and (min-width: 768px) {
	.block-child--lg {
		margin-top: 120px;
	}
}

@media print {
	.block-child--lg {
		margin-top: 120px;
	}
}

.block-child--lg:first-child {
	margin-top: 0;
}

.block-child--xl {
	margin-top: 80px;
}

@media print, screen and (min-width: 768px) {
	.block-child--xl {
		margin-top: 160px;
	}
}

@media print {
	.block-child--xl {
		margin-top: 160px;
	}
}

.block-child--xl:first-child {
	margin-top: 0;
}

.container-lg {
	margin-left: auto;
	margin-right: auto;
	max-width: 1630px;
	padding-left: 15px;
	padding-right: 15px;
}

@media print, screen and (min-width: 992px) {
	.container-lg {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media print {
	.container-lg {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media print, screen and (min-width: 1680px) {
	.container-lg {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media print {
	.container-lg {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.container-wide {
	margin-left: auto;
	margin-right: auto;
	max-width: 1230px;
	padding-left: 15px;
	padding-right: 15px;
}

.container-md {
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	padding-left: 15px;
	padding-right: 15px;
}

.target-anchor {
	margin-top: -50px;
	padding-top: 50px;
}

@media print, screen and (min-width: 768px) {
	.target-anchor {
		margin-top: -60px;
		padding-top: 60px;
	}
}

@media print {
	.target-anchor {
		margin-top: -60px;
		padding-top: 60px;
	}
}

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

.text-link {
	color: #555;
	text-decoration: underline;
}

.box,
.box--outline,
.box--lg,
.box--md,
.box--sm,
.box--white {
	background-color: #f5f5f5;
	padding: 15px 10px;
}

@media print, screen and (min-width: 768px) {
	.box,
	.box--outline,
	.box--lg,
	.box--md,
	.box--sm,
	.box--white {
		padding: 60px 50px;
	}
}

@media print {
	.box,
	.box--outline,
	.box--lg,
	.box--md,
	.box--sm,
	.box--white {
		padding: 60px 50px;
	}
}

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

.box--sm {
	padding: 10px;
}

@media print, screen and (min-width: 768px) {
	.box--sm {
		padding: 15px 20px;
	}
}

@media print {
	.box--sm {
		padding: 15px 20px;
	}
}

.box--md {
	padding: 10px;
}

@media print, screen and (min-width: 768px) {
	.box--md {
		padding: 30px 30px;
	}
}

@media print {
	.box--md {
		padding: 30px 30px;
	}
}

.box--lg {
	padding: 15px;
}

@media print, screen and (min-width: 768px) {
	.box--lg {
		padding: 40px 60px;
	}
}

@media print {
	.box--lg {
		padding: 40px 60px;
	}
}

.box--outline {
	background-color: #fff;
	border: 1px solid #ddd;
}

.box__title {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 125%;
	font-weight: 500;
	line-height: 1.5;
	padding-bottom: 1em;
}

.breadcrumbs {
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.breadcrumbs ul,
.breadcrumbs ol {
	background-color: #f5f5f5;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	line-height: 1.3;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.breadcrumbs ul li,
.breadcrumbs ol li {
	color: #333;
	display: flex;
	font-size: 10px;
	font-size: 1rem;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.breadcrumbs ul li,
	.breadcrumbs ol li {
		font-size: 13px;
		font-size: 1.3rem;
	}
}

@media print {
	.breadcrumbs ul li,
	.breadcrumbs ol li {
		font-size: 13px;
		font-size: 1.3rem;
	}
}

.breadcrumbs ul li:nth-child(2)::after,
.breadcrumbs ol li:nth-child(2)::after {
	opacity: 0.05;
}

.breadcrumbs ul li:nth-child(3)::after,
.breadcrumbs ol li:nth-child(3)::after {
	opacity: 0.1;
}

.breadcrumbs ul li:nth-child(4)::after,
.breadcrumbs ol li:nth-child(4)::after {
	opacity: 0.15;
}

.breadcrumbs ul li::after,
.breadcrumbs ol li::after {
	-webkit-transform-origin: right bottom;
	-webkit-transform: skew(-15deg, 0);
	background-color: #000;
	bottom: 0;
	content: '';
	display: block;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: skew(-15deg, 0);
	transform-origin: right bottom;
	width: 100%;
}

.breadcrumbs ul li:first-child::after,
.breadcrumbs ol li:first-child::after {
	content: none;
}

.breadcrumbs ul li a,
.breadcrumbs ol li a {
	color: #030303;
	line-height: 1;
	opacity: 0.65;
	text-decoration: none !important;
	z-index: 2;
}

.breadcrumbs ul li > a,
.breadcrumbs ul li > span,
.breadcrumbs ol li > a,
.breadcrumbs ol li > span {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0.75em 0.5em 0.75em 1em;
}

@media print, screen and (min-width: 768px) {
	.breadcrumbs ul li > a,
	.breadcrumbs ul li > span,
	.breadcrumbs ol li > a,
	.breadcrumbs ol li > span {
		padding: 1.25em 1em 1.25em 1.5em;
	}
}

@media print {
	.breadcrumbs ul li > a,
	.breadcrumbs ul li > span,
	.breadcrumbs ol li > a,
	.breadcrumbs ol li > span {
		padding: 1.25em 1em 1.25em 1.5em;
	}
}

.drawer {
	display: flex;
	flex-direction: column;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 0;
	z-index: 990;
}

@media print, screen and (min-width: 768px) {
	.drawer {
		flex-direction: row;
		height: auto;
		left: auto;
		position: initial;
		top: auto;
		width: auto;
		z-index: auto;
	}
}

@media print {
	.drawer {
		flex-direction: row;
		height: auto;
		left: auto;
		position: initial;
		top: auto;
		width: auto;
		z-index: auto;
	}
}

.drawer__backdrop {
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

@media print, screen and (min-width: 768px) {
	.drawer__backdrop {
		display: none;
	}
}

@media print {
	.drawer__backdrop {
		display: none;
	}
}

.drawer__inner {
	-webkit-transform: translate(-100%, 0);
	background-color: #f9f9f9;
	height: 100%;
	overflow: auto;
	transform: translate(-100%, 0);
	width: calc(100vw - 50px);
}

@media print, screen and (min-width: 768px) {
	.drawer__inner {
		-webkit-transform: none;
		background-color: transparent;
		display: flex;
		height: auto;
		transform: none;
		width: auto;
	}
}

@media print {
	.drawer__inner {
		-webkit-transform: none;
		background-color: transparent;
		display: flex;
		height: auto;
		transform: none;
		width: auto;
	}
}

.drawer[aria-hidden] {
	transition: all 0.25s ease;
}

@media print, screen and (min-width: 768px) {
	.drawer[aria-hidden] {
		transition: none;
	}
}

@media print {
	.drawer[aria-hidden] {
		transition: none;
	}
}

.drawer[aria-hidden] .drawer__backdrop,
.drawer[aria-hidden] .drawer__inner {
	transition: all 0.25s ease;
}

@media print, screen and (min-width: 768px) {
	.drawer[aria-hidden] .drawer__backdrop,
	.drawer[aria-hidden] .drawer__inner {
		transition: none;
	}
}

@media print {
	.drawer[aria-hidden] .drawer__backdrop,
	.drawer[aria-hidden] .drawer__inner {
		transition: none;
	}
}

.drawer[aria-hidden='false'] {
	visibility: visible;
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	.drawer[aria-hidden='false'] {
		width: auto;
	}
}

@media print {
	.drawer[aria-hidden='false'] {
		width: auto;
	}
}

.drawer[aria-hidden='false'] .drawer__backdrop {
	opacity: 1;
}

.drawer[aria-hidden='false'] .drawer__inner {
	-webkit-transform: translate(0);
	transform: translate(0);
}

@media print, screen and (min-width: 768px) {
	.drawer[aria-hidden='false'] .drawer__inner {
		-webkit-transform: none;
		transform: none;
	}
}

@media print {
	.drawer[aria-hidden='false'] .drawer__inner {
		-webkit-transform: none;
		transform: none;
	}
}

.drawer[aria-hidden='true'] {
	visibility: hidden;
}

@media print, screen and (min-width: 768px) {
	.drawer[aria-hidden='true'] {
		visibility: visible;
	}
}

@media print {
	.drawer[aria-hidden='true'] {
		visibility: visible;
	}
}

.drawer[aria-hidden='true'] .drawer__backdrop {
	opacity: 0;
}

.block-dropdown,
.block-dropdown--after {
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
}

.block-dropdown:first-child,
.block-dropdown--after:first-child {
	border-top: 1px solid #ddd;
}

.block-dropdown--after {
	border-top: none !important;
}

.block-dropdown__check {
	display: none;
}

.block-dropdown__label {
	cursor: pointer;
	display: block;
	position: relative;
}

.block-dropdown__label::before,
.block-dropdown__label::after {
	-webkit-transform-origin: center center;
	-webkit-transform: translate(0, -50%);
	background-color: #e8380d;
	content: ' ';
	display: block;
	height: 2px;
	position: absolute;
	right: 0.75em;
	top: 50%;
	transform: translate(0, -50%);
	transform-origin: center center;
	width: 1.5em;
}

.block-dropdown__label::after {
	-webkit-transform: translate(0, -50%) rotate(90deg);
	transform: translate(0, -50%) rotate(90deg);
	transition: all 0.25s ease;
}

@media print, screen and (min-width: 768px) {
	.block-dropdown__label {
		transition: background 0.25s ease;
	}

	.block-dropdown__label:hover {
		background-color: #f6f6f6;
	}
}

@media print {
	.block-dropdown__label {
		transition: background 0.25s ease;
	}

	.block-dropdown__label:hover {
		background-color: #f6f6f6;
	}
}

.block-dropdown__label-text,
.block-dropdown__label-text--faq,
.block-dropdown__content-inner--faq,
.block-dropdown__content-inner {
	display: flex;
	padding-left: 1.5em;
	padding-right: 2.5em;
	position: relative;
}

.block-dropdown__label-text--faq::before,
.block-dropdown__content-inner--faq::before {
	color: #e8380d;
	display: block;
	font-family: 'EB Garamond', serif;
	font-size: 125%;
	font-weight: 300;
	font-weight: 700;
	line-height: 1.3;
	position: relative;
	text-align: center;
	text-align: center;
	width: 2em;
}

.block-dropdown__label-text,
.block-dropdown__label-text--faq,
.block-dropdown__content-inner--faq {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	padding-bottom: 1em;
	padding-top: 1em;
}

@media print, screen and (min-width: 768px) {
	.block-dropdown__label-text,
	.block-dropdown__label-text--faq,
	.block-dropdown__content-inner--faq {
		font-size: 17px;
		font-size: 1.7rem;
		padding-bottom: 1.5em;
		padding-top: 1.5em;
	}
}

@media print {
	.block-dropdown__label-text,
	.block-dropdown__label-text--faq,
	.block-dropdown__content-inner--faq {
		font-size: 17px;
		font-size: 1.7rem;
		padding-bottom: 1.5em;
		padding-top: 1.5em;
	}
}

.block-dropdown__label-text--faq::before {
	color: #e8380d;
	content: 'Q.';
}

.block-dropdown__content {
	background-color: #f6f6f6;
	height: 0;
	margin-top: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	transition: all 0.2s ease-out;
}

.block-dropdown__content .post-content {
	font-size: 90%;
	line-height: 1.5;
}

.block-dropdown__content-inner,
.block-dropdown__label-text--faq,
.block-dropdown__content-inner--faq {
	display: block;
	padding-left: 1em;
	padding-right: 1em;
}

.block-dropdown__content-inner--faq::before {
	color: #e8380d;
	content: 'A.';
}

.block-dropdown .block-dropdown__check:checked + .block-dropdown__label + .block-dropdown__content,
.block-dropdown--after .block-dropdown__check:checked + .block-dropdown__label + .block-dropdown__content {
	height: auto;
	opacity: 1;
	padding-bottom: 30px;
	padding-top: 30px;
	transition: all 0.2s ease-out;
}

.block-dropdown .block-dropdown__check:checked + .block-dropdown__label::after,
.block-dropdown--after .block-dropdown__check:checked + .block-dropdown__label::after {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

/* =====================
  form setting
===================== */
.wpcf7 form .ajax-loader {
	margin-top: 5px;
}

.wpcf7 form .formError {
	z-index: 9;
}

.wpcf7 form .formError .formErrorContent {
	min-width: 140px;
}

.wpcf7 form .wpcf7-response-output {
	background-color: #fff;
	border: none;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 10px 0 0;
	text-shadow: none;
}

@media print, screen and (min-width: 768px) {
	.wpcf7 form .wpcf7-response-output {
		font-size: 18px;
		font-size: 1.8rem;
		text-align: center;
	}
}

@media print {
	.wpcf7 form .wpcf7-response-output {
		font-size: 18px;
		font-size: 1.8rem;
		text-align: center;
	}
}

.wpcf7 form .wpcf7-response-output.hide {
	display: none !important;
}

.wpcf7 form .wpcf7-validation-errors {
	background-color: #f2dede;
	border: 1px solid #eed3d7;
	color: #b94a48;
}

.show-sent {
	display: none;
}

.wpcf7-form {
	margin-top: -50px;
	padding-top: 50px;
}

@media print, screen and (min-width: 768px) {
	.wpcf7-form {
		margin-top: -70px;
		padding-top: 70px;
	}
}

@media print {
	.wpcf7-form {
		margin-top: -70px;
		padding-top: 70px;
	}
}

@media print, screen and (min-width: 992px) {
	.wpcf7-form {
		margin-top: 0;
		padding-top: 0;
	}
}

@media print {
	.wpcf7-form {
		margin-top: 0;
		padding-top: 0;
	}
}

#mail-form .wpcf7-not-valid {
	position: relative;
}

#mail-form .wpcf7-not-valid-tip {
	font-size: 80%;
	font-weight: 500;
	margin-bottom: 2px;
	margin-top: 2px;
}

#mail-form .inline-block {
	display: inline-block;
}

#mail-form .form-content-area .wpcf7-list-item .wpcf7-list-item-label {
	min-width: 120px;
}

@media print, screen and (min-width: 1680px) {
	#mail-form .form-content-area .wpcf7-list-item .wpcf7-list-item-label {
		min-width: 150px;
	}
}

@media print {
	#mail-form .form-content-area .wpcf7-list-item .wpcf7-list-item-label {
		min-width: 150px;
	}
}

#mail-form .table-form {
	border-top: 1px solid #e6e6e6;
	display: block;
	line-height: 1.3;
	margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
	#mail-form .table-form {
		margin-top: 20px;
	}
}

@media print {
	#mail-form .table-form {
		margin-top: 20px;
	}
}

#mail-form .table-form:first-child {
	margin-top: 0;
}

@media print, screen and (min-width: 768px) {
	#mail-form .table-form.confirm .form-head,
	#mail-form .table-form.confirm .form-content {
		padding-bottom: 20px;
		padding-top: 20px;
	}
}

@media print {
	#mail-form .table-form.confirm .form-head,
	#mail-form .table-form.confirm .form-content {
		padding-bottom: 20px;
		padding-top: 20px;
	}
}

#mail-form .table-form tbody {
	display: block;
}

#mail-form .table-form .form-row {
	background: none;
	border-bottom: 1px solid #e6e6e6;
	display: block;
	margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
	#mail-form .table-form .form-row {
		align-items: center;
		display: flex;
	}
}

@media print {
	#mail-form .table-form .form-row {
		align-items: center;
		display: flex;
	}
}

#mail-form .table-form .form-head,
#mail-form .table-form .form-content {
	display: block;
}

@media print, screen and (min-width: 768px) {
	#mail-form .table-form .form-head,
	#mail-form .table-form .form-content {
		padding: 15px 0;
	}
}

@media print {
	#mail-form .table-form .form-head,
	#mail-form .table-form .form-content {
		padding: 15px 0;
	}
}

#mail-form .table-form .form-head {
	font-size: 90%;
	margin-bottom: 5px;
	padding-top: 10px;
	position: relative;
	text-align: left;
}

@media print, screen and (min-width: 768px) {
	#mail-form .table-form .form-head {
		margin-bottom: 0;
		width: 230px;
	}
}

@media print {
	#mail-form .table-form .form-head {
		margin-bottom: 0;
		width: 230px;
	}
}

@media print, screen and (min-width: 1680px) {
	#mail-form .table-form .form-head {
		width: 280px;
	}
}

@media print {
	#mail-form .table-form .form-head {
		width: 280px;
	}
}

#mail-form .table-form .form-head label {
	font-weight: normal;
}

#mail-form .table-form .form-head .mark-req {
	-webkit-transform: translate(0, -50%);
	margin-top: 7px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}

@media print, screen and (min-width: 768px) {
	#mail-form .table-form .form-head .mark-req {
		margin-top: 0;
	}
}

@media print {
	#mail-form .table-form .form-head .mark-req {
		margin-top: 0;
	}
}

#mail-form .table-form .form-head .min {
	color: #666;
	display: block;
	font-size: 85%;
	font-weight: normal;
	line-height: 1.5;
	margin-top: 5px;
}

#mail-form .table-form .form-content {
	padding-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
	#mail-form .table-form .form-content {
		flex: 1;
		padding-left: 30px;
	}
}

@media print {
	#mail-form .table-form .form-content {
		flex: 1;
		padding-left: 30px;
	}
}

#mail-form .table-form .form-content .min {
	font-size: 85%;
	font-weight: normal;
}

#mail-form .row-fixed {
	display: flex;
}

#mail-form .row-fixed > .col {
	padding-right: 5px;
}

@media print, screen and (min-width: 768px) {
	#mail-form .row-fixed > .col {
		padding-right: 15px;
	}
}

@media print {
	#mail-form .row-fixed > .col {
		padding-right: 15px;
	}
}

#mail-form .row-fixed > .col .wpcf7-form-control-wrap {
	display: inline-flex;
	flex-direction: column-reverse;
}

#mail-form .row-fixed input,
#mail-form .row-fixed select {
	margin-right: 0.1em;
	width: 100%;
}

#mail-form .row-fixed select {
	min-width: 0;
}

#mail-form .row-fixed--pc {
	display: block;
}

@media print, screen and (min-width: 768px) {
	#mail-form .row-fixed--pc {
		display: flex;
	}
}

@media print {
	#mail-form .row-fixed--pc {
		display: flex;
	}
}

#mail-form .row-fixed--pc > .col {
	margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
	#mail-form .row-fixed--pc > .col {
		padding-right: 15px;
	}
}

@media print {
	#mail-form .row-fixed--pc > .col {
		padding-right: 15px;
	}
}

#mail-form .row-fixed--pc > .col .wpcf7-form-control-wrap {
	display: inline-flex;
	flex-direction: column-reverse;
}

#mail-form .row-fixed--pc input,
#mail-form .row-fixed--pc select {
	margin-right: 0.1em;
	width: 100%;
}

#mail-form .txt-after {
	display: inline-block;
	font-size: 90%;
	margin-left: 5px;
	text-align: center;
	vertical-align: middle;
	width: 1em;
}

#mail-form .form-control,
#mail-form input[type='date'] {
	background-color: #f3f3f3;
	border: 1px solid #eee;
	border-radius: 3px;
	box-shadow: none;
	font-size: 16px;
	font-size: 1.6rem;
	height: 35px;
	padding: 5px;
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	#mail-form .form-control,
	#mail-form input[type='date'] {
		font-size: 15px;
		font-size: 1.5rem;
		height: 50px;
		padding: 5px 10px;
	}
}

@media print {
	#mail-form .form-control,
	#mail-form input[type='date'] {
		font-size: 15px;
		font-size: 1.5rem;
		height: 50px;
		padding: 5px 10px;
	}
}

#mail-form .form-control.form-blue,
#mail-form input[type='date'].form-blue {
	background-color: #f0f6f6;
}

#mail-form .form-control.input-inline,
#mail-form input[type='date'].input-inline {
	display: inline-block;
	margin-bottom: 5px;
	max-width: 100%;
	width: auto;
}

@media print, screen and (min-width: 768px) {
	#mail-form .form-control.input-inline,
	#mail-form input[type='date'].input-inline {
		margin: 0;
	}
}

@media print {
	#mail-form .form-control.input-inline,
	#mail-form input[type='date'].input-inline {
		margin: 0;
	}
}

#mail-form.white-control .form-control {
	background-color: #fff;
}

#mail-form input:disabled {
	background-color: #ddd;
	opacity: 0.3;
}

#mail-form .wpcf7-free-text {
	background-color: #f3f2f1;
	border: 1px solid #eee;
	border-radius: 3px;
}

#mail-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
	background-position:
		calc(100% - 15px) calc(1em + 2px),
		calc(100% - 10px) calc(1em + 2px),
		calc(100% - 2em) 0.5em;
	background-repeat: no-repeat;
	background-size:
		5px 5px,
		5px 5px,
		1px 1.5em;
	border: 1px solid #eee;
	border-radius: 4px;
	display: inline-block;
	font: inherit;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	min-width: 120px;
	padding: 0.5em 3em 0.5em 0.5em;
}

@media print, screen and (min-width: 768px) {
	#mail-form select {
		background-position:
			calc(100% - 15px) calc(1.3em + 2px),
			calc(100% - 10px) calc(1.3em + 2px),
			calc(100% - 2em) 0.9em;
		min-width: 160px;
		padding: 0.8em 3em 0.8em 10px;
	}
}

@media print {
	#mail-form select {
		background-position:
			calc(100% - 15px) calc(1.3em + 2px),
			calc(100% - 10px) calc(1.3em + 2px),
			calc(100% - 2em) 0.9em;
		min-width: 160px;
		padding: 0.8em 3em 0.8em 10px;
	}
}

#mail-form select.select-lg {
	width: 100%;
}

#mail-form select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

#mail-form select::-ms-expand {
	display: none;
}

#mail-form textarea.form-control {
	height: auto;
	line-height: 1.5;
}

#mail-form .label-min {
	display: inline-block;
	font-size: 85%;
	margin-bottom: 3px;
	opacity: 0.65;
}

#mail-form .wpcf7-list-item {
	margin: 0;
}

#mail-form .wpcf7-list-item.has-free-text {
	align-items: center;
	display: flex !important;
}

#mail-form .wpcf7-list-item.has-free-text [type='text'] {
	flex: 1;
	width: 100px;
}

@media print, screen and (min-width: 768px) {
	#mail-form .wpcf7-list-item.has-free-text [type='text'] {
		flex: none;
		width: auto;
	}
}

@media print {
	#mail-form .wpcf7-list-item.has-free-text [type='text'] {
		flex: none;
		width: auto;
	}
}

#mail-form .radio-block .wpcf7-list-item {
	display: block;
}

#mail-form .radio-inlineblock .wpcf7-list-item {
	display: inline-block;
}

@media print, screen and (min-width: 768px) {
	#mail-form .radio-inlineblock .wpcf7-list-item {
		min-width: 120px;
	}
}

@media print {
	#mail-form .radio-inlineblock .wpcf7-list-item {
		min-width: 120px;
	}
}

@media print, screen and (min-width: 1680px) {
	#mail-form .radio-inlineblock .wpcf7-list-item {
		min-width: 200px;
	}
}

@media print {
	#mail-form .radio-inlineblock .wpcf7-list-item {
		min-width: 200px;
	}
}

#mail-form .radio-block label,
#mail-form .radio-inlineblock label {
	display: inline-block;
	font-weight: normal;
	margin: 3px 0;
}

#mail-form .radio-block label .wpcf7-list-item-label,
#mail-form .radio-inlineblock label .wpcf7-list-item-label {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
	#mail-form .radio-block label .wpcf7-list-item-label,
	#mail-form .radio-inlineblock label .wpcf7-list-item-label {
		margin-right: 20px;
	}
}

@media print {
	#mail-form .radio-block label .wpcf7-list-item-label,
	#mail-form .radio-inlineblock label .wpcf7-list-item-label {
		margin-right: 20px;
	}
}

#mail-form .radio-block label input,
#mail-form .radio-inlineblock label input {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 7px;
	vertical-align: middle;
}

#mail-form .help-block.with-errors {
	font-size: 90%;
	margin: 0;
}

#mail-form .help-block.with-errors ul {
	margin: 0;
	margin-top: 5px;
	padding: 0;
	padding-left: 1.5em;
}

#mail-form .help-block.with-errors ul li {
	color: #ea321f;
}

#mail-form .has-error .form-control {
	border-color: #ea321f;
}

#mail-form input[type='checkbox'][disabled],
#mail-form input[type='checkbox'][disabled] ~ span {
	display: none;
}

#mail-form input[type='checkbox'][disabled]:checked,
#mail-form input[type='checkbox'][disabled]:checked ~ span {
	display: inline;
}

#mail-form .datepicker-inline {
	width: 100%;
}

#mail-form .datepicker-inline table {
	table-layout: fixed;
	width: 100%;
}

#mail-form .datepicker-inline table .dow {
	color: #555;
	font-size: 90%;
	height: 30px;
}

/*確認画面*/
.custom-wpcf7c-confirmed #mail-form .form-control.wpcf7c-conf {
	background-color: #fff !important;
	border-color: #fff;
}

.custom-wpcf7c-confirmed #mail-form .form-control:-moz-read-only {
	background-color: transparent !important;
	border: none;
	height: auto;
	padding: 0;
}

.custom-wpcf7c-confirmed #mail-form .form-control:read-only {
	background-color: transparent !important;
	border: none;
	height: auto;
	padding: 0;
}

.custom-wpcf7c-confirmed #mail-form .form-control:read-only:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.custom-wpcf7c-confirmed #mail-form input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #f6f6f6 inset;
}

.custom-wpcf7c-confirmed #mail-form select.wpcf7c-conf {
	background: none;
	border: none;
	height: auto;
	padding: 0;
	padding-right: 5px;
}

.form-file {
	align-items: center;
	display: flex;
}

.form-file .wpcf7-form-control-wrap {
	display: none;
}

.form-file label {
	background: #e8380d;
	border-radius: 2px;
	color: white;
	cursor: pointer;
	display: block;
	font-size: 90%;
	font-weight: 500;
	padding: 6px 12px;
	position: relative;
	white-space: nowrap;
}

.form-file label:hover {
	opacity: 0.7;
	transition: 0.3s ease-out;
}

.form-file label:after {
	color: black;
	content: '選択されていません';
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: -130px;
	top: calc(50% - 10px);
}

.form-file label.changed:after {
	content: '';
}

.form-file .filename {
	display: block;
	font-size: 90%;
	padding-left: 1em;
}

.form-file a.del {
	display: block;
	height: 1.5em;
	margin-left: 10px;
	position: relative;
	text-decoration: none;
	width: 1.5em;
}

.form-file a.del::after {
	color: #aaa;
	content: '\f057';
	font-family: FontAwesome;
	font-size: 1.5em;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 0;
}

@media print, screen and (min-width: 768px) {
	.form-file a.del {
		transition: all 0.25s ease;
	}

	.form-file a.del:hover {
		opacity: 0.7;
	}
}

@media print {
	.form-file a.del {
		transition: all 0.25s ease;
	}

	.form-file a.del:hover {
		opacity: 0.7;
	}
}

.add-files {
	display: none;
}

.btn-addfile {
	background-color: transparent;
	border: none;
	opacity: 0.65;
	padding: 10px 0;
}

@media print, screen and (min-width: 768px) {
	.btn-addfile {
		transition: all 0.25s ease;
	}

	.btn-addfile:hover {
		opacity: 1;
	}
}

@media print {
	.btn-addfile {
		transition: all 0.25s ease;
	}

	.btn-addfile:hover {
		opacity: 1;
	}
}

.btn-addfile .icon,
.btn-addfile .txt {
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
	.btn-addfile .icon,
	.btn-addfile .txt {
		font-size: 13px;
		font-size: 1.3rem;
	}
}

@media print {
	.btn-addfile .icon,
	.btn-addfile .txt {
		font-size: 13px;
		font-size: 1.3rem;
	}
}

.btn-addfile .txt {
	font-weight: 500;
}

.btn-addfile .icon {
	color: #666;
	margin-right: 5px;
}

.mark-req {
	background-color: #e8380d;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1;
	padding: 2px 5px 3px;
	text-align: center;
}

.mark-req.lg {
	font-size: 11px;
	font-size: 1.1rem;
	min-width: 30px;
	padding: 5px;
}

@media print, screen and (min-width: 768px) {
	.mark-req.lg {
		font-size: 13px;
		font-size: 1.3rem;
		min-width: 40px;
	}
}

@media print {
	.mark-req.lg {
		font-size: 13px;
		font-size: 1.3rem;
		min-width: 40px;
	}
}

.flow-contact {
	margin-bottom: 20px;
	overflow: hidden;
}

@media print, screen and (min-width: 768px) {
	.flow-contact {
		margin-bottom: 40px;
	}
}

@media print {
	.flow-contact {
		margin-bottom: 40px;
	}
}

.flow-contact .list-flow-contact {
	display: flex;
	list-style: none;
	margin: 0;
	margin-left: -15px;
	margin-right: -15px;
	padding: 0;
}

.flow-contact .step {
	color: #666;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	position: relative;
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	.flow-contact .step {
		font-size: 15px;
		font-size: 1.5rem;
		height: 70px;
		line-height: 70px;
		padding-left: 40px;
	}
}

@media print {
	.flow-contact .step {
		font-size: 15px;
		font-size: 1.5rem;
		height: 70px;
		line-height: 70px;
		padding-left: 40px;
	}
}

.flow-contact .step span {
	position: relative;
	z-index: 1;
}

.flow-contact .step::before,
.flow-contact .step::after {
	background-color: #ddd;
	border-right: 2px solid #fff;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
}

.flow-contact .step::before {
	-webkit-transform: skewX(30deg);
	bottom: 50%;
	top: 0;
	transform: skewX(30deg);
}

.flow-contact .step::after {
	-webkit-transform: skewX(-30deg);
	bottom: 0;
	top: 50%;
	transform: skewX(-30deg);
}

.flow-contact .step.step-first {
	padding-left: 30px;
}

@media print, screen and (min-width: 768px) {
	.flow-contact .step.step-first {
		padding-left: 55px;
	}
}

@media print {
	.flow-contact .step.step-first {
		padding-left: 55px;
	}
}

.flow-contact .step.current {
	color: #fff;
}

.flow-contact .step.current::before,
.flow-contact .step.current::after {
	background-color: #e8380d;
}

.block-privacy {
	margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
	.block-privacy {
		margin-top: 30px;
	}
}

@media print {
	.block-privacy {
		margin-top: 30px;
	}
}

.block-privacy__ttl {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 600;
}

@media print, screen and (min-width: 768px) {
	.block-privacy__ttl {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media print {
	.block-privacy__ttl {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

.block-privacy__box {
	background-color: #f6f6f6;
	font-size: 11px;
	font-size: 1.1rem;
	margin-top: 5px;
	max-height: 240px;
	overflow: auto;
	padding: 15px 10px;
}

@media print, screen and (min-width: 768px) {
	.block-privacy__box {
		font-size: 12px;
		font-size: 1.2rem;
		margin-top: 10px;
		padding: 20px;
	}
}

@media print {
	.block-privacy__box {
		font-size: 12px;
		font-size: 1.2rem;
		margin-top: 10px;
		padding: 20px;
	}
}

.block-privacy__list {
	margin: 0;
}

.block-privacy__list li {
	margin-top: 0.5em;
}

.block-privacy__list li:first-child {
	margin-top: 0;
}

.block-privacy__list li > ol {
	margin-top: 0.5em;
}

.block-privacy__list li > ol li ol {
	margin-top: 0.3em;
}

.block-privacy__h1 {
	font-size: 110%;
	font-weight: 600;
}

.block-privacy__h2 {
	font-weight: 600;
}

.block-privacy a {
	color: #e8380d;
	text-decoration: underline;
}

.block-privacy__check {
	margin-top: 5px;
	text-align: center;
}

.recapture-text {
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 24px;
	opacity: 0.65;
}

@media print, screen and (min-width: 768px) {
	.recapture-text {
		font-size: 13px;
		font-size: 1.3rem;
	}
}

@media print {
	.recapture-text {
		font-size: 13px;
		font-size: 1.3rem;
	}
}

.top-kv {
	height: 100vh;
	min-height: 600px;
	overflow: hidden;
	position: relative;
}

.top-kv__content {
	color: #fff;
	display: flex;
	flex-direction: column;
	left: 7.5%;
	position: absolute;
	text-shadow: 0 0 16px rgba(0, 0, 0, 0.6);
	top: 50%;
	z-index: 10;
}

@media print, screen and (min-width: 768px) {
	.top-kv__content {
		left: 10%;
		text-shadow: 0 0 32px rgba(0, 0, 0, 0.6);
	}
}

@media print {
	.top-kv__content {
		left: 10%;
		text-shadow: 0 0 32px rgba(0, 0, 0, 0.6);
	}
}

.top-kv__ja {
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
	font-size: 7vw;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
	.top-kv__ja {
		font-size: 4vw;
	}
}

@media print {
	.top-kv__ja {
		font-size: 4vw;
	}
}

@media print, screen and (min-width: 1680px) {
	.top-kv__ja {
		font-size: 64px;
		font-size: 6.4rem;
	}
}

@media print {
	.top-kv__ja {
		font-size: 64px;
		font-size: 6.4rem;
	}
}

.top-kv__ja > span {
	display: block;
}

.top-kv__en {
	align-items: center;
	display: flex;
	font-family: 'EB Garamond', serif;
	font-size: 3.5vw;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-top: 0.5em;
}

@media print, screen and (min-width: 768px) {
	.top-kv__en {
		font-size: 2vw;
	}
}

@media print {
	.top-kv__en {
		font-size: 2vw;
	}
}

@media print, screen and (min-width: 1680px) {
	.top-kv__en {
		font-size: 32px;
		font-size: 3.2rem;
	}
}

@media print {
	.top-kv__en {
		font-size: 32px;
		font-size: 3.2rem;
	}
}

.top-kv__en::after {
	background-color: #fff;
	content: ' ';
	display: block;
	flex: 1;
	height: 1px;
	margin-left: 1em;
	position: relative;
}

.top-kv__image {
	background-color: #000;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.top-kv__image img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	max-height: inherit;
	max-width: inherit;
	object-fit: cover;
	opacity: 0.85;
	position: absolute;
	top: 0;
	transition: all 0.45s ease;
	width: 100%;
}

.top-kv-scroll {
	bottom: 24px;
	color: #fff;
	display: flex;
	left: 16px;
	opacity: 1;
	position: absolute;
	transition: bottom 0.3s linear;
	z-index: 20;
}

@media print, screen and (min-width: 768px) {
	.top-kv-scroll {
		bottom: 40px;
		left: 40px;
	}
}

@media print {
	.top-kv-scroll {
		bottom: 40px;
		left: 40px;
	}
}

.top-kv-scroll__text {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	color: #fff;
	font-family: 'EB Garamond', serif;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1;
	writing-mode: vertical-rl;
}

.top-kv-scroll__line {
	background-color: rgba(255, 255, 255, 0.4);
	display: block;
	height: 80px;
	margin-right: 8px;
	position: relative;
	width: 1px;
}

.top-kv-scroll__line::before {
	-webkit-animation: scrollAnim 1.5s linear 0s normal none infinite running;
	animation: scrollAnim 1.5s linear 0s normal none infinite running;
	background-color: #fff;
	content: ' ';
	display: block;
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 1px;
}

@-webkit-keyframes scrollAnim {
	0% {
		height: 0;
		opacity: 1;
	}

	30% {
		height: 100%;
		opacity: 1;
	}

	60% {
		height: 100%;
		opacity: 0;
	}

	100% {
		height: 0;
		opacity: 0;
	}
}

@keyframes scrollAnim {
	0% {
		height: 0;
		opacity: 1;
	}

	30% {
		height: 100%;
		opacity: 1;
	}

	60% {
		height: 100%;
		opacity: 0;
	}

	100% {
		height: 0;
		opacity: 0;
	}
}

.list {
	list-style: none !important;
	margin: 0;
	padding: 0;
}

.list .min {
	font-size: 85%;
}

.list li {
	line-height: 1.5;
	margin-top: 5px;
	padding: 0;
	padding-left: 12px;
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.list li {
		margin-top: 15px;
	}
}

@media print {
	.list li {
		margin-top: 15px;
	}
}

.list li:first-child {
	margin-top: 0;
}

.list li:after {
	-webkit-transform: translate(0, -50%);
	background-color: #e8380d;
	border-radius: 50%;
	content: ' ';
	display: block;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0.75em;
	transform: translate(0, -50%);
	width: 5px;
}

.list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list ul li {
	margin-top: 0.2em;
	padding: 0;
	padding-left: 0.5em;
	position: relative;
}

.list ul li:first-child {
	margin-top: 0;
}

.list ul li:after {
	background-color: #e8380d;
	border-radius: 50%;
	content: ' ';
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	top: 0.7em;
	width: 3px;
}

.list--inline li {
	display: inline-block;
	margin-bottom: 3px;
	margin-right: 1.5em;
	margin-top: 3px;
}

@media print, screen and (min-width: 768px) {
	.list--inline li {
		margin-bottom: 5px;
		margin-top: 5px;
	}
}

@media print {
	.list--inline li {
		margin-bottom: 5px;
		margin-top: 5px;
	}
}

.list--inline-lg li {
	display: inline-block;
	margin-bottom: 3px;
	margin-right: 1.5em;
	margin-top: 3px;
	min-width: 120px;
}

@media print, screen and (min-width: 768px) {
	.list--inline-lg li {
		margin-bottom: 5px;
		margin-top: 5px;
		min-width: 180px;
	}
}

@media print {
	.list--inline-lg li {
		margin-bottom: 5px;
		margin-top: 5px;
		min-width: 180px;
	}
}

.list--narrow li {
	margin-top: 2px;
}

@media print, screen and (min-width: 768px) {
	.list--narrow li {
		margin-top: 3px;
	}
}

@media print {
	.list--narrow li {
		margin-top: 3px;
	}
}

.number-list {
	counter-reset: number;
	list-style-type: none !important;
	margin: 0;
	padding: 0;
}

.number-list > li {
	display: flex;
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	position: relative;
	width: 100%;
}

.number-list > li:last-child {
	margin-bottom: 0;
}

.number-list > li > div {
	width: 100%;
}

.number-list > li::before {
	color: #e8380d;
	content: counter(number) '.';
	counter-increment: number;
	font-family: 'EB Garamond', serif;
	font-size: 150%;
	font-style: italic;
	font-weight: 300;
	line-height: 1.25;
	margin-right: 0.25em;
	position: relative;
	text-align: center;
	white-space: nowrap;
	width: 1em;
}

@media print, screen and (min-width: 768px) {
	.number-list > li::before {
		margin-right: 0.5em;
	}
}

@media print {
	.number-list > li::before {
		margin-right: 0.5em;
	}
}

.number-list__content {
	flex: 1;
}

.number-list--lg {
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 'normal';
}

@media print, screen and (min-width: 768px) {
	.number-list--lg {
		font-size: 20px;
		font-size: 2rem;
	}
}

@media print {
	.number-list--lg {
		font-size: 20px;
		font-size: 2rem;
	}
}

.number-list--lg > li {
	border-bottom: 1px solid #030303;
	padding-bottom: 1.5em;
}

@media print, screen and (min-width: 768px) {
	.number-list--lg > li {
		align-items: flex-end;
	}
}

@media print {
	.number-list--lg > li {
		align-items: flex-end;
	}
}

.number-list--lg > li::before {
	font-size: 200%;
	font-style: normal;
}

.number-dl {
	counter-reset: number;
	margin: 0;
	padding: 0;
}

.number-dl > dt {
	display: flex;
	font-weight: normal;
	margin: 0;
	margin-top: 0.5em;
	padding: 0;
	position: relative;
}

.number-dl > dt:first-of-type {
	margin-top: 0;
}

.number-dl > dt::before {
	color: #e8380d;
	content: counter(number) '.';
	counter-increment: number;
	font-family: 'EB Garamond', serif;
	font-size: 150%;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0.5em;
	margin-right: 0.25em;
	position: relative;
	text-align: center;
	width: 1em;
}

@media print, screen and (min-width: 768px) {
	.number-dl > dt::before {
		margin-bottom: 0;
	}
}

@media print {
	.number-dl > dt::before {
		margin-bottom: 0;
	}
}

.number-dl > dd {
	font-size: 95%;
	margin: 0;
	opacity: 0.8;
	padding: 0;
	padding-left: 2em;
}

.block-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.block-list__item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.block-list__item:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

@media (hover: hover) and (pointer: fine) {
	.block-list a.block-list__card {
		transition: all 0.25s ease;
	}

	.block-list a.block-list__card:hover {
		background-color: rgba(245, 245, 245, 0.35);
		color: #030303;
	}

	.block-list a.block-list__card:hover .block-list__thumb img,
	.block-list a.block-list__card:hover .block-list__thumb--lg img {
		-webkit-transform: scale(1.03);
		opacity: 0.8;
		transform: scale(1.03);
	}

	.block-list a.block-list__card:hover .link-arrow {
		-webkit-transform: translate(50%, 0);
		transform: translate(50%, 0);
	}
}

.block-list__card {
	color: #030303;
	display: flex;
	min-height: 98px;
	padding: 8px;
	text-decoration: none !important;
}

@media print, screen and (min-width: 768px) {
	.block-list__card {
		padding: 32px 8px;
	}
}

@media print {
	.block-list__card {
		padding: 32px 8px;
	}
}

.block-list__thumb,
.block-list__thumb--lg {
	margin-right: 8px;
	width: 60px;
}

@media print, screen and (min-width: 768px) {
	.block-list__thumb,
	.block-list__thumb--lg {
		margin-right: 24px;
		width: 18%;
	}
}

@media print {
	.block-list__thumb,
	.block-list__thumb--lg {
		margin-right: 24px;
		width: 18%;
	}
}

.block-list__thumb--lg {
	margin-right: 8px;
	width: 60px;
}

@media print, screen and (min-width: 768px) {
	.block-list__thumb--lg {
		margin-right: 24px;
		width: 32%;
	}
}

@media print {
	.block-list__thumb--lg {
		margin-right: 24px;
		width: 32%;
	}
}

.block-list__thumb-inner {
	background-color: #f5f5f5;
	height: 0;
	overflow: hidden;
	padding-bottom: 65.2%;
	position: relative;
}

.block-list__thumb img,
.block-list__thumb--lg img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	max-height: inherit;
	max-width: inherit;
	object-fit: cover;
	position: absolute;
	top: 0;
	transition: all 0.45s ease;
	width: 100%;
}

.block-list__content {
	flex: 1;
}

@media screen and (max-width: 767px) {
	.block-list__content .h3-title {
		font-size: 15px;
		font-size: 1.5rem;
	}
}

.block-list__meta {
	font-size: 11px;
	font-size: 1.1rem;
	margin-top: 8px;
}

@media print, screen and (min-width: 768px) {
	.block-list__meta {
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		font-size: 13px;
		font-size: 1.3rem;
		margin-top: 16px;
	}
}

@media print {
	.block-list__meta {
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		font-size: 13px;
		font-size: 1.3rem;
		margin-top: 16px;
	}
}

.block-list__meta-block {
	align-items: center;
	display: flex;
	margin-top: 4px;
}

@media print, screen and (min-width: 768px) {
	.block-list__meta-block {
		margin-left: 1.5em;
		margin-top: 0;
	}
}

@media print {
	.block-list__meta-block {
		margin-left: 1.5em;
		margin-top: 0;
	}
}

.block-list__meta-block:first-child {
	margin-top: 0;
}

@media print, screen and (min-width: 768px) {
	.block-list__meta-block:first-child {
		margin-left: 0;
	}
}

@media print {
	.block-list__meta-block:first-child {
		margin-left: 0;
	}
}

.block-list__meta-title {
	background-color: #666;
	color: #fff;
	font-size: 85%;
	font-weight: 600;
	line-height: 1.3;
	min-width: 64px;
	padding: 0.25em 1em;
	text-align: center;
}

.block-list__meta-text {
	flex: 1;
	margin-left: 0.5em;
}

.block-list__text {
	font-size: 11px;
	font-size: 1.1rem;
	margin-top: 4px;
	opacity: 0.8;
}

@media print, screen and (min-width: 768px) {
	.block-list__text {
		font-size: 14px;
		font-size: 1.4rem;
		margin-top: 8px;
	}
}

@media print {
	.block-list__text {
		font-size: 14px;
		font-size: 1.4rem;
		margin-top: 8px;
	}
}

.block-list__text p {
	margin-top: 0.5em;
}

.block-list__text p:first-child {
	margin-top: 0;
}

.block-list .link-arrow {
	align-self: center;
	margin-left: 1em;
}

.dl-horizontal,
.dl-horizontal--md {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

.dl-horizontal dt,
.dl-horizontal--md dt {
	font-weight: 600;
	margin: 0;
	margin-top: 0.5em;
	padding: 0;
	width: 6em;
}

.dl-horizontal dt:first-of-type,
.dl-horizontal--md dt:first-of-type {
	margin-top: 0;
}

.dl-horizontal dd,
.dl-horizontal--md dd {
	margin: 0;
	margin-top: 0.5em;
	padding: 0;
	width: calc(100% - 6em);
}

.dl-horizontal dd:first-of-type,
.dl-horizontal--md dd:first-of-type {
	margin-top: 0;
}

.dl-horizontal--md dt {
	width: 8em;
}

.dl-horizontal--md dd {
	width: calc(100% - 8em);
}

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

#loader-bg.loaded {
	pointer-events: none;
}

#loader-bg.loaded .icon {
	-webkit-transform: translateZ(0) scale(0);
	transform: translateZ(0) scale(0);
}

#loader-bg .icon {
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition:
		transform 0.3s ease,
		-webkit-transform 0.3s ease;
}

#loader-bg .loader {
	-webkit-transform: translateZ(0);
	background-color: rgba(0, 0, 0, 0.1);
	font-size: 10px;
	font-size: 10px;
	height: 1px;
	position: relative;
	text-indent: -9999em;
	transform: translateZ(0);
	width: 10em;
}

#loader-bg .loader::after {
	-webkit-animation: loader 0.75s infinite cubic-bezier(0.6, 0, 0.3, 1);
	animation: loader 0.75s infinite cubic-bezier(0.6, 0, 0.3, 1);
	content: ' ';
	display: block;
	height: 1px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 0;
}

@-webkit-keyframes loader {
	0% {
		opacity: 1;
		width: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0.1;
		width: 100%;
	}
}

@keyframes loader {
	0% {
		opacity: 1;
		width: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0.1;
		width: 100%;
	}
}

.migratory,
.migratory--level2,
.migratory--level1,
.migratory--level0 {
	font-size: 11px;
	font-size: 1.1rem;
	padding-bottom: 16px;
	padding-top: 16px;
}

@media print, screen and (min-width: 768px) {
	.migratory,
	.migratory--level2,
	.migratory--level1,
	.migratory--level0 {
		font-size: 14px;
		font-size: 1.4rem;
		padding-bottom: 40px;
		padding-top: 40px;
	}
}

@media print {
	.migratory,
	.migratory--level2,
	.migratory--level1,
	.migratory--level0 {
		font-size: 14px;
		font-size: 1.4rem;
		padding-bottom: 40px;
		padding-top: 40px;
	}
}

.migratory--level0 {
	background-color: #f3f3f3;
}

.migratory--level1 {
	background-color: #dcdcdc;
}

.migratory--level2 {
	background-color: #c9c9c9;
}

@media print, screen and (min-width: 992px) {
	.migratory__container {
		align-items: flex-start;
		display: flex;
	}
}

@media print {
	.migratory__container {
		align-items: flex-start;
		display: flex;
	}
}

.migratory__title {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	color: #030303;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 16px;
	padding-bottom: 16px;
	position: relative;
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.migratory__title {
		font-size: 24px;
		font-size: 2.4rem;
	}
}

@media print {
	.migratory__title {
		font-size: 24px;
		font-size: 2.4rem;
	}
}

@media print, screen and (min-width: 992px) {
	.migratory__title {
		border-bottom: none;
		margin-bottom: 0;
		margin-right: 2em;
		padding-bottom: 0;
		padding-right: 2em;
	}
}

@media print {
	.migratory__title {
		border-bottom: none;
		margin-bottom: 0;
		margin-right: 2em;
		padding-bottom: 0;
		padding-right: 2em;
	}
}

.migratory__title-en {
	font-family: 'EB Garamond', serif;
	font-size: 90%;
	font-weight: 300;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.migratory__title-ja {
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
	font-size: 60%;
	font-weight: 500;
	font-weight: 'normal';
	opacity: 0.85;
}

.migratory__list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media print, screen and (min-width: 992px) {
	.migratory__list {
		flex: 1;
	}
}

@media print {
	.migratory__list {
		flex: 1;
	}
}

.migratory__list > li {
	margin-right: 1em;
}

@media print, screen and (min-width: 768px) {
	.migratory__list > li {
		margin-right: 2em;
	}
}

@media print {
	.migratory__list > li {
		margin-right: 2em;
	}
}

@media print, screen and (min-width: 1680px) {
	.migratory__list > li {
		margin-right: 3em;
	}
}

@media print {
	.migratory__list > li {
		margin-right: 3em;
	}
}

.migratory__list > li[data-isCurrent='true'] a {
	opacity: 1;
}

.migratory__list > li[data-isCurrent='true'] a::after {
	width: 100%;
}

.migratory__list > li a {
	color: #030303;
	display: block;
	opacity: 0.85;
	padding: 0.5em 0;
	position: relative;
	text-decoration: none !important;
}

.migratory__list > li a::after {
	background-color: #e8380d;
	bottom: 0;
	content: ' ';
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 0;
}

@media (hover: hover) and (pointer: fine) {
	.migratory__list > li a {
		transition: all 0.25s ease;
	}

	.migratory__list > li a::after {
		transition: all 0.25s ease;
	}

	.migratory__list > li a:hover {
		opacity: 1;
	}

	.migratory__list > li a:hover::after {
		width: 100%;
	}
}

.list-news {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-news__item {
	border-bottom: 1px solid #eee;
	position: relative;
}

.list-news__content {
	align-items: center;
	display: flex;
	line-height: 1.65;
	padding: 1em 0;
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	.list-news__content {
		min-height: 75px;
		padding: 1.5em 1em;
	}
}

@media print {
	.list-news__content {
		min-height: 75px;
		padding: 1.5em 1em;
	}
}

.list-news a.list-news__content {
	color: #030303;
	position: relative;
	text-decoration: none !important;
}

@media print, screen and (min-width: 768px) {
	.list-news a.list-news__content {
		transition: all 0.25s ease;
	}

	.list-news a.list-news__content:hover {
		background-color: rgba(245, 245, 245, 0.6);
	}

	.list-news a.list-news__content:hover::after {
		opacity: 1;
	}

	.list-news a.list-news__content:hover .link-arrow {
		-webkit-transform: translate(50%, 0);
		transform: translate(50%, 0);
	}
}

@media print {
	.list-news a.list-news__content {
		transition: all 0.25s ease;
	}

	.list-news a.list-news__content:hover {
		background-color: rgba(245, 245, 245, 0.6);
	}

	.list-news a.list-news__content:hover::after {
		opacity: 1;
	}

	.list-news a.list-news__content:hover .link-arrow {
		-webkit-transform: translate(50%, 0);
		transform: translate(50%, 0);
	}
}

.list-news a.list-news__content .link-arrow {
	margin-left: 0.5em;
}

.list-news a.list-news__content.icon-pdf .link-arrow,
.list-news a.list-news__content.icon-external .link-arrow {
	display: none;
}

.list-news a.list-news__content.icon-pdf::after,
.list-news a.list-news__content.icon-external::after {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: ' ';
	display: block;
	height: 10px;
	margin-left: 0.5em;
	opacity: 0.6;
	position: relative;
	transition: all 0.25s ease;
	width: 10px;
}

@media print, screen and (min-width: 768px) {
	.list-news a.list-news__content.icon-pdf::after,
	.list-news a.list-news__content.icon-external::after {
		height: 20px;
		width: 20px;
	}
}

@media print {
	.list-news a.list-news__content.icon-pdf::after,
	.list-news a.list-news__content.icon-external::after {
		height: 20px;
		width: 20px;
	}
}

.list-news a.list-news__content.icon-external::after {
	background-image: url(assets/img/common/icon-external.svg);
}

.list-news a.list-news__content.icon-pdf::after {
	background-image: url(assets/img/common/icon-pdf.svg);
}

.list-news__thumb {
	align-self: flex-start;
	margin-right: 8px;
	width: 80px;
}

@media print, screen and (min-width: 768px) {
	.list-news__thumb {
		margin-right: 16px;
		width: 120px;
	}
}

@media print {
	.list-news__thumb {
		margin-right: 16px;
		width: 120px;
	}
}

.list-news__thumb img {
	height: auto;
	max-width: 100%;
}

.list-news__main {
	flex: 1;
}

.list-news__meta {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.2;
	margin-bottom: 5px;
}

@media print, screen and (min-width: 768px) {
	.list-news__meta {
		margin-bottom: 10px;
	}
}

@media print {
	.list-news__meta {
		margin-bottom: 10px;
	}
}

.list-news__time {
	font-family: 'EB Garamond', serif;
	font-size: 90%;
	font-weight: 300;
	letter-spacing: 0.05em;
	margin-right: 5px;
	padding-right: 10px;
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.list-news__time {
		margin-right: 10px;
		padding-right: 15px;
	}
}

@media print {
	.list-news__time {
		margin-right: 10px;
		padding-right: 15px;
	}
}

.list-news__time::after {
	background-color: #ddd;
	content: ' ';
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}

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

.list-news__cat {
	border-radius: 100px;
	display: block;
	font-size: 85%;
	opacity: 0.65;
	position: relative;
	text-align: center;
}

.list-news__cat::before {
	content: ', ';
	display: inline-block;
	position: relative;
}

.list-news__cat:first-child::before {
	content: none;
}

.list-news__new {
	color: #e8380d;
	font-family: 'EB Garamond', serif;
	font-size: 10px;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-right: 5px;
}

@media print, screen and (min-width: 768px) {
	.list-news__new {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

@media print {
	.list-news__new {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

.list-cat {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	font-size: 1.3rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media print, screen and (min-width: 768px) {
	.list-cat {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media print {
	.list-cat {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

.list-cat li {
	margin-bottom: 10px;
	margin-right: 5px;
}

@media print, screen and (min-width: 768px) {
	.list-cat li {
		margin-bottom: 20px;
		margin-right: 15px;
	}
}

@media print {
	.list-cat li {
		margin-bottom: 20px;
		margin-right: 15px;
	}
}

.list-cat li a {
	background-color: #f5f5f5;
	border-radius: 100px;
	color: #e8380d;
	display: block;
	font-weight: 600;
	min-width: 80px;
	padding: 0.2em 1em;
	text-align: center;
	text-decoration: none !important;
}

@media print, screen and (min-width: 768px) {
	.list-cat li a {
		min-width: 120px;
		transition: all 0.25s ease;
	}

	.list-cat li a:hover {
		background-color: #e8380d;
		color: #fff;
	}
}

@media print {
	.list-cat li a {
		min-width: 120px;
		transition: all 0.25s ease;
	}

	.list-cat li a:hover {
		background-color: #e8380d;
		color: #fff;
	}
}

.list-cat li.current-cat a {
	background-color: #e8380d;
	color: #fff;
}

.post-single__meta {
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.2;
	margin-bottom: 5px;
}

@media print, screen and (min-width: 768px) {
	.post-single__meta {
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
}

@media print {
	.post-single__meta {
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
}

.post-single__time {
	font-family: 'EB Garamond', serif;
	font-size: 90%;
	font-weight: 300;
	letter-spacing: 0.05em;
	margin-right: 5px;
	padding-right: 10px;
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.post-single__time {
		margin-right: 10px;
		padding-right: 15px;
	}
}

@media print {
	.post-single__time {
		margin-right: 10px;
		padding-right: 15px;
	}
}

.post-single__time::after {
	background-color: #ddd;
	content: ' ';
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}

.post-single__cats {
	display: flex;
	flex-wrap: wrap;
}

.post-single__cat {
	display: block;
	font-size: 86%;
	margin-right: 0.3em;
	opacity: 0.6;
	padding-right: 0.5em;
	position: relative;
}

.post-single__cat::after {
	bottom: 0;
	content: ' ';
	content: ',';
	display: block;
	position: absolute;
	right: 0;
}

.post-single__cat:last-child {
	padding-right: 0;
}

.post-single__cat:last-child::after {
	content: none;
}

.post-single__title {
	border-bottom: 1px solid #e8380d;
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	letter-spacing: 0.05em;
	line-height: 1.3;
	padding-bottom: 0.5em;
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.post-single__title {
		font-size: 32px;
		font-size: 3.2rem;
	}
}

@media print {
	.post-single__title {
		font-size: 32px;
		font-size: 3.2rem;
	}
}

.post-single__thumb {
	text-align: center;
}

.post-single__thumb img {
	height: auto;
	max-width: 100%;
}

.block-aside {
	margin-top: 16px;
}

@media print, screen and (min-width: 768px) {
	.block-aside {
		margin-top: 40px;
	}
}

@media print {
	.block-aside {
		margin-top: 40px;
	}
}

.block-aside:first-child {
	border-top: none;
	margin-top: 0;
}

.js-openToggleTarget {
	display: none;
}

@media print, screen and (min-width: 768px) {
	.js-openToggleTarget {
		display: block !important;
	}
}

@media print {
	.js-openToggleTarget {
		display: block !important;
	}
}

.list-side {
	background-color: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-side li {
	border-top: 1px dotted #ddd;
	margin: 0;
	padding: 0;
}

.list-side li:first-child {
	border-top: none;
}

.list-side li ul {
	margin-left: 15px;
	margin-top: 0;
}

.list-side li ul li {
	border-bottom: none;
	border-top: 1px dotted #eee;
}

.list-side li ul li > a,
.list-side li ul li > span {
	font-size: 90%;
	padding: 12px 15px 12px 10px;
}

.list-side li.current-cat > a,
.list-side li.current-cat > span {
	background-color: #fef7f6;
}

.list-side li > a,
.list-side li > span {
	align-items: center;
	color: #333;
	display: flex;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	min-height: 40px;
	padding: 10px 15px;
	position: relative;
	text-align: left;
	text-decoration: none !important;
}

@media (hover: hover) and (pointer: fine) {
	.list-side li > a,
	.list-side li > span {
		transition: all 0.25s ease;
	}

	.list-side li > a:hover,
	.list-side li > span:hover {
		background-color: #fef7f6;
	}
}

@media print, screen and (min-width: 768px) {
	.list-side li > a,
	.list-side li > span {
		font-size: 15px;
		font-size: 1.5rem;
		min-height: 50px;
		padding: 10px 15px;
	}
}

@media print {
	.list-side li > a,
	.list-side li > span {
		font-size: 15px;
		font-size: 1.5rem;
		min-height: 50px;
		padding: 10px 15px;
	}
}

.list-side li > a.all,
.list-side li > span.all {
	color: #999;
	font-size: 85%;
	justify-content: flex-end;
	text-align: right;
}

.side-title {
	align-items: center;
	border-bottom: 2px solid #e8380d;
	color: #030303;
	display: flex;
	font-family: 'EB Garamond', serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.3;
	min-height: 48px;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.side-title {
		font-size: 24px;
		font-size: 2.4rem;
		min-height: 80px;
	}
}

@media print {
	.side-title {
		font-size: 24px;
		font-size: 2.4rem;
		min-height: 80px;
	}
}

.side-title.js-openToggle {
	padding-right: 40px;
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.side-title.js-openToggle {
		padding-right: 0;
	}
}

@media print {
	.side-title.js-openToggle {
		padding-right: 0;
	}
}

.side-title.js-openToggle::before,
.side-title.js-openToggle::after {
	-webkit-transform-origin: center center;
	-webkit-transform: translate(0, -50%);
	background-color: #e8380d;
	content: ' ';
	display: block;
	height: 2px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
	transform-origin: center center;
	width: 20px;
}

@media print, screen and (min-width: 768px) {
	.side-title.js-openToggle::before,
	.side-title.js-openToggle::after {
		content: none;
	}
}

@media print {
	.side-title.js-openToggle::before,
	.side-title.js-openToggle::after {
		content: none;
	}
}

.side-title.js-openToggle::after {
	-webkit-transform: translate(0, -50%) rotate(90deg);
	transform: translate(0, -50%) rotate(90deg);
	transition: all 0.25s ease;
}

.side-title.js-openToggle.opened::after {
	-webkit-transform: translate(0, -50%) rotate(0deg);
	transform: translate(0, -50%) rotate(0deg);
}

.archive-dropdown {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
	background-position:
		calc(100% - 15px) calc(1em + 2px),
		calc(100% - 10px) calc(1em + 2px),
		calc(100% - 2em) 0.5em;
	background-repeat: no-repeat;
	background-size:
		5px 5px,
		5px 5px,
		1px 1.5em;
	border: 1px solid #eee;
	border-radius: 4px;
	display: inline-block;
	font: inherit;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	min-width: 120px;
	padding: 0.5em 3em 0.5em 0.5em;
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	.archive-dropdown {
		background-position:
			calc(100% - 15px) calc(1.3em + 2px),
			calc(100% - 10px) calc(1.3em + 2px),
			calc(100% - 2em) 0.9em;
		min-width: 160px;
		padding: 0.8em 3em 0.8em 10px;
	}
}

@media print {
	.archive-dropdown {
		background-position:
			calc(100% - 15px) calc(1.3em + 2px),
			calc(100% - 10px) calc(1.3em + 2px),
			calc(100% - 2em) 0.9em;
		min-width: 160px;
		padding: 0.8em 3em 0.8em 10px;
	}
}

.archive-dropdown::-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

.archive-dropdown::-ms-expand {
	display: none;
}

.pgttl,
.pgttl--simplified,
.pgttl--low {
	color: #fff;
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.pgttl--low .pgttl__container {
		height: 200px;
	}
}

@media print {
	.pgttl--low .pgttl__container {
		height: 200px;
	}
}

.pgttl--simplified {
	border-top: 1px solid #eee;
	color: #030303;
}

.pgttl--simplified .pgttl__container {
	align-items: center;
	padding-bottom: 0;
}

@media print, screen and (min-width: 768px) {
	.pgttl--simplified .pgttl__container {
		height: 200px;
		padding-bottom: 0;
	}
}

@media print {
	.pgttl--simplified .pgttl__container {
		height: 200px;
		padding-bottom: 0;
	}
}

.pgttl--simplified .pgttl__en {
	font-size: 24px;
	font-size: 2.4rem;
}

@media print, screen and (min-width: 768px) {
	.pgttl--simplified .pgttl__en {
		font-size: 48px;
		font-size: 4.8rem;
	}
}

@media print {
	.pgttl--simplified .pgttl__en {
		font-size: 48px;
		font-size: 4.8rem;
	}
}

.pgttl__container {
	align-items: flex-end;
	display: flex;
	min-height: 120px;
	padding-bottom: 20px;
	position: relative;
	z-index: 10;
}

@media print, screen and (min-width: 768px) {
	.pgttl__container {
		height: 420px;
		padding-bottom: 100px;
	}
}

@media print {
	.pgttl__container {
		height: 420px;
		padding-bottom: 100px;
	}
}

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

.pgttl__cat {
	align-items: center;
	display: flex;
	font-family: 'EB Garamond', serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
	.pgttl__cat {
		font-size: 24px;
		font-size: 2.4rem;
	}
}

@media print {
	.pgttl__cat {
		font-size: 24px;
		font-size: 2.4rem;
	}
}

.pgttl__cat::after {
	background-color: #fff;
	content: ' ';
	display: block;
	flex: 1;
	height: 1px;
	margin-left: 1em;
	opacity: 0.3;
	position: relative;
}

.pgttl__en {
	font-family: 'EB Garamond', serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.3;
	margin-top: 0.1em;
}

@media print, screen and (min-width: 768px) {
	.pgttl__en {
		font-size: 64px;
		font-size: 6.4rem;
	}
}

@media print {
	.pgttl__en {
		font-size: 64px;
		font-size: 6.4rem;
	}
}

.pgttl__en:first-child {
	margin-top: 0;
}

.pgttl__ja {
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 'normal';
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
	.pgttl__ja {
		font-size: 20px;
		font-size: 2rem;
	}
}

@media print {
	.pgttl__ja {
		font-size: 20px;
		font-size: 2rem;
	}
}

.pgttl__thumb {
	background-color: #000;
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

.pgttl__thumb-inner {
	background-color: #fff;
	bottom: 0;
	left: 0;
	opacity: 0.7;
	position: absolute;
	right: 0;
	top: 0;
}

.pgttl__thumb-inner img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	max-height: inherit;
	max-width: inherit;
	object-fit: cover;
	position: absolute;
	top: 0;
	transition: all 0.45s ease;
	width: 100%;
}

.lead-text {
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 'normal';
	letter-spacing: 0.05em;
	line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
	.lead-text {
		font-size: 20px;
		font-size: 2rem;
		line-height: 2;
	}
}

@media print {
	.lead-text {
		font-size: 20px;
		font-size: 2rem;
		line-height: 2;
	}
}

.pagetopbtn {
	-webkit-transform: translate(0, 50%);
	bottom: 10px;
	cursor: pointer;
	opacity: 0;
	pointer-events: auto;
	position: fixed;
	right: 5px;
	text-decoration: none !important;
	transform: translate(0, 50%);
	transition: all 0.25s ease;
	visibility: hidden;
	z-index: 90;
}

@media print, screen and (min-width: 768px) {
	.pagetopbtn {
		bottom: 10px;
		right: 10px;
	}
}

@media print {
	.pagetopbtn {
		bottom: 10px;
		right: 10px;
	}
}

.pagetopbtn.active {
	-webkit-transform: translate(0);
	opacity: 1;
	transform: translate(0);
	visibility: visible;
}

.pagetopbtn__text {
	-webkit-transform-origin: right top;
	-webkit-transform: rotate(90deg);
	color: #e8380d;
	display: block;
	font-family: 'EB Garamond', serif;
	font-size: 11px;
	font-weight: 300;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.3;
	padding: 10px;
	padding-right: 0;
	position: relative;
	transform: rotate(90deg);
	transform-origin: right top;
	z-index: 10;
}

.pagetopbtn__text::after {
	-webkit-animation: pagetopanime 1s infinite cubic-bezier(0.6, 0, 0.3, 1);
	animation: pagetopanime 1s infinite cubic-bezier(0.6, 0, 0.3, 1);
	background-color: #e8380d;
	content: ' ';
	display: block;
	height: 1px;
	opacity: 1;
	position: absolute;
	right: 110%;
	top: 50%;
	width: 0;
	z-index: 1;
}

@-webkit-keyframes pagetopanime {
	0% {
		opacity: 1;
		width: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0.1;
		width: 40px;
	}
}

@keyframes pagetopanime {
	0% {
		opacity: 1;
		width: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0.1;
		width: 40px;
	}
}

.pagination {
	display: block;
	font-family: 'EB Garamond', serif;
	font-weight: 300;
	font-weight: 400;
	text-align: center;
}

.pagination ul.page-numbers {
	display: inline-flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pagination ul.page-numbers li {
	display: flex;
	margin: 0.25em;
	padding: 0;
}

@media print, screen and (min-width: 768px) {
	.pagination ul.page-numbers li {
		margin: 0.5em;
	}
}

@media print {
	.pagination ul.page-numbers li {
		margin: 0.5em;
	}
}

.pagination ul.page-numbers li > a,
.pagination ul.page-numbers li > span {
	align-items: center;
	display: flex;
	height: 3em;
	justify-content: center;
	min-width: 3em;
	opacity: 0.3;
}

@media print, screen and (min-width: 768px) {
	.pagination ul.page-numbers li > a,
	.pagination ul.page-numbers li > span {
		height: 4em;
		width: 4em;
	}
}

@media print {
	.pagination ul.page-numbers li > a,
	.pagination ul.page-numbers li > span {
		height: 4em;
		width: 4em;
	}
}

.pagination ul.page-numbers li > span {
	opacity: 1;
}

.pagination ul.page-numbers li > a {
	text-decoration: none !important;
}

@media print, screen and (min-width: 768px) {
	.pagination ul.page-numbers li > a {
		transition: all 0.25s ease;
	}

	.pagination ul.page-numbers li > a:hover {
		opacity: 1;
	}
}

@media print {
	.pagination ul.page-numbers li > a {
		transition: all 0.25s ease;
	}

	.pagination ul.page-numbers li > a:hover {
		opacity: 1;
	}
}

@media (hover: hover) and (pointer: fine) {
	.pagination ul.page-numbers li > a.next,
	.pagination ul.page-numbers li > a.prev {
		opacity: 1;
	}

	.pagination ul.page-numbers li > a.next:hover,
	.pagination ul.page-numbers li > a.prev:hover {
		color: #999;
	}

	.pagination ul.page-numbers li > a.next:hover .link-arrow,
	.pagination ul.page-numbers li > a.prev:hover .link-arrow {
		-webkit-transform: translate(5px, 0);
		background-color: rgba(232, 56, 13, 0.5);
		transform: translate(5px, 0);
	}

	.pagination ul.page-numbers li > a.next:hover .link-arrow--back,
	.pagination ul.page-numbers li > a.prev:hover .link-arrow--back {
		-webkit-transform: translate(-5px, 0);
		transform: translate(-5px, 0);
	}
}

.section-xs {
	padding: 10px 0 !important;
}

@media print, screen and (min-width: 768px) {
	.section-xs {
		padding: 15px 0 !important;
	}
}

@media print {
	.section-xs {
		padding: 15px 0 !important;
	}
}

.section-sm {
	padding: 10px 0 !important;
}

@media print, screen and (min-width: 768px) {
	.section-sm {
		padding: 30px 0 !important;
	}
}

@media print {
	.section-sm {
		padding: 30px 0 !important;
	}
}

.section-md {
	padding: 30px 0 !important;
}

@media print, screen and (min-width: 768px) {
	.section-md {
		padding: 65px 0 !important;
	}
}

@media print {
	.section-md {
		padding: 65px 0 !important;
	}
}

.section-lg {
	padding: 40px 0 !important;
}

@media print, screen and (min-width: 768px) {
	.section-lg {
		padding: 120px 0 !important;
	}
}

@media print {
	.section-lg {
		padding: 120px 0 !important;
	}
}

.section-xl {
	padding: 50px 0 !important;
}

@media print, screen and (min-width: 768px) {
	.section-xl {
		padding: 100px 0 !important;
	}
}

@media print {
	.section-xl {
		padding: 100px 0 !important;
	}
}

.section-xxl {
	padding: 60px 0 !important;
}

@media print, screen and (min-width: 768px) {
	.section-xxl {
		padding: 120px 0 !important;
	}
}

@media print {
	.section-xxl {
		padding: 120px 0 !important;
	}
}

.bg-light {
	background-color: #f5f5f5;
}

.bg-light2 {
	background-color: #e8e8e8;
}

.list-sitemap {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-sitemap > li {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
	.list-sitemap > li {
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 30px;
	}
}

@media print {
	.list-sitemap > li {
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 30px;
	}
}

.list-sitemap > li > a,
.list-sitemap > li > span {
	align-items: center;
	background-color: #fff;
	display: flex;
	height: 50px;
	line-height: 1.5;
	padding: 5px 10px;
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.list-sitemap > li > a,
	.list-sitemap > li > span {
		height: 80px;
		padding: 10px 60px 10px 30px;
	}
}

@media print {
	.list-sitemap > li > a,
	.list-sitemap > li > span {
		height: 80px;
		padding: 10px 60px 10px 30px;
	}
}

.list-sitemap > li > a {
	position: relative;
	transition: all 0.25s ease;
}

@media print, screen and (min-width: 768px) and (min-width: 768px) {
	.list-sitemap > li > a:hover {
		color: #fff;
	}

	.list-sitemap > li > a:hover::before {
		background-color: #fff;
		right: 10px;
		width: 45px;
	}

	.list-sitemap > li > a:hover::after {
		background-color: #fff;
		right: 10px;
	}
}

@media print {
	.list-sitemap > li > a:hover {
		color: #fff;
	}

	.list-sitemap > li > a:hover::before {
		background-color: #fff;
		right: 10px;
		width: 45px;
	}

	.list-sitemap > li > a:hover::after {
		background-color: #fff;
		right: 10px;
	}
}

@media print {
	.list-sitemap > li > a:hover {
		color: #fff;
	}

	.list-sitemap > li > a:hover::before {
		background-color: #fff;
		right: 10px;
		width: 45px;
	}

	.list-sitemap > li > a:hover::after {
		background-color: #fff;
		right: 10px;
	}
}

@media print {
	.list-sitemap > li > a:hover {
		color: #fff;
	}

	.list-sitemap > li > a:hover::before {
		background-color: #fff;
		right: 10px;
		width: 45px;
	}

	.list-sitemap > li > a:hover::after {
		background-color: #fff;
		right: 10px;
	}
}

.list-sitemap > li > a::before,
.list-sitemap > li > a::after {
	background-color: #e8380d;
	content: ' ';
	display: block;
	height: 1px;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 25px;
}

@media print, screen and (min-width: 768px) {
	.list-sitemap > li > a::before,
	.list-sitemap > li > a::after {
		right: 30px;
		transition: all 0.2s linear;
	}
}

@media print {
	.list-sitemap > li > a::before,
	.list-sitemap > li > a::after {
		right: 30px;
		transition: all 0.2s linear;
	}
}

.list-sitemap > li > a::after {
	-webkit-transform-origin: right bottom;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: right bottom;
	width: 5px;
}

.list-sitemap > li > span {
	color: #333;
}

.list-sitemap > li ul.list-sitemap-child {
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

.list-sitemap > li ul.list-sitemap-child > li {
	font-size: 14px;
	font-size: 1.4rem;
	list-style: none;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}

@media print, screen and (min-width: 768px) {
	.list-sitemap > li ul.list-sitemap-child > li {
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 15px;
	}
}

@media print {
	.list-sitemap > li ul.list-sitemap-child > li {
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 15px;
	}
}

.list-sitemap > li ul.list-sitemap-child > li > a {
	border-bottom: 1px solid #ddd;
	color: #333;
	display: block;
	padding-bottom: 0.8em;
	padding-left: 25px;
	padding-right: 15px;
	padding-top: 0.8em;
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.list-sitemap > li ul.list-sitemap-child > li > a {
		padding-left: 40px;
	}
}

@media print {
	.list-sitemap > li ul.list-sitemap-child > li > a {
		padding-left: 40px;
	}
}

.list-sitemap > li ul.list-sitemap-child > li > a::before {
	-webkit-transform: translate(0, -50%);
	color: #e8380d;
	content: '\f105';
	display: block;
	font-family: FontAwesome;
	font-size: 15px;
	font-size: 1.5rem;
	left: 10px;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

@media print, screen and (min-width: 768px) {
	.list-sitemap > li ul.list-sitemap-child > li > a::before {
		font-size: 20px;
		font-size: 2rem;
		left: 20px;
	}
}

@media print {
	.list-sitemap > li ul.list-sitemap-child > li > a::before {
		font-size: 20px;
		font-size: 2rem;
		left: 20px;
	}
}

.list-sitemap > li ul.list-sitemap-child > li > a[target='_blank']::before {
	background-color: transparent;
	background-image: url(assets/img/common/icon-external.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: ' ';
	height: 10px;
	left: 5px;
	width: 10px;
}

@media print, screen and (min-width: 768px) {
	.list-sitemap > li ul.list-sitemap-child > li > a[target='_blank']::before {
		height: 15px;
		left: 15px;
		width: 15px;
	}
}

@media print {
	.list-sitemap > li ul.list-sitemap-child > li > a[target='_blank']::before {
		height: 15px;
		left: 15px;
		width: 15px;
	}
}

.list-sitemap > li ul.list-sitemap-child > li > a:hover {
	color: #e8380d;
}

.list-sitemap > li ul.list-sitemap-child-02 {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	padding-left: 10px;
}

.list-sitemap > li ul.list-sitemap-child-02 > li {
	font-size: 12px;
	font-size: 1.2rem;
	list-style: none;
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
}

@media print, screen and (min-width: 768px) {
	.list-sitemap > li ul.list-sitemap-child-02 > li {
		font-size: 15px;
		font-size: 1.5rem;
	}
}

@media print {
	.list-sitemap > li ul.list-sitemap-child-02 > li {
		font-size: 15px;
		font-size: 1.5rem;
	}
}

.list-sitemap > li ul.list-sitemap-child-02 > li > a {
	color: #333;
	padding-left: 15px;
	position: relative;
}

.list-sitemap > li ul.list-sitemap-child-02 > li > a::before {
	color: #e8380d;
	content: '\f105';
	display: block;
	font-family: FontAwesome;
	font-size: 13px;
	font-size: 1.3rem;
	left: 2px;
	line-height: 1;
	margin-top: -0.5em;
	position: absolute;
	top: 50%;
}

@media print, screen and (min-width: 768px) {
	.list-sitemap > li ul.list-sitemap-child-02 > li > a::before {
		right: 0;
	}
}

@media print {
	.list-sitemap > li ul.list-sitemap-child-02 > li > a::before {
		right: 0;
	}
}

.list-sitemap > li ul.list-sitemap-child-02 > li > a:hover {
	color: #e8380d;
}

.list-sitemap > li ul.list-sitemap-child-03 {
	border-left: 1px solid #e8380d;
	margin: 0;
	margin-left: 15px;
	margin-top: 10px;
	padding: 0;
	padding-left: 15px;
}

@media print, screen and (min-width: 768px) {
	.list-sitemap > li ul.list-sitemap-child-03 {
		margin-left: 20px;
		padding-left: 20px;
	}
}

@media print {
	.list-sitemap > li ul.list-sitemap-child-03 {
		margin-left: 20px;
		padding-left: 20px;
	}
}

.list-sitemap > li ul.list-sitemap-child-03 li {
	font-size: 11px;
	font-size: 1.1rem;
	list-style: none;
	margin: 0;
	margin-bottom: 0.8em;
	padding: 0;
}

@media print, screen and (min-width: 768px) {
	.list-sitemap > li ul.list-sitemap-child-03 li {
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 0.6em;
	}
}

@media print {
	.list-sitemap > li ul.list-sitemap-child-03 li {
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 0.6em;
	}
}

.list-sitemap > li ul.list-sitemap-child-03 li a {
	color: #333;
	position: relative;
}

.list-sitemap > li ul.list-sitemap-child-03 li a:hover {
	color: #e8380d;
}

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

.text-left {
	text-align: left;
}

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

.text-bold {
	font-weight: 600;
}

.text-normal {
	font-weight: normal;
}

.text-italic {
	font-style: italic;
}

.text-indent,
.text-note--red {
	padding-left: 1em;
	text-indent: -1em;
}

.text-note {
	font-size: 80%;
	opacity: 0.65;
	padding-left: 1em;
	text-indent: -1em;
}

.text-note--red {
	color: red;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}

@media print, screen and (min-width: 768px) {
	.text-note--red {
		font-size: 13px;
		font-size: 1.3rem;
	}
}

@media print {
	.text-note--red {
		font-size: 13px;
		font-size: 1.3rem;
	}
}

.text-strike {
	text-decoration: line-through;
}

.text-point {
	font-size: 115%;
	line-height: 1.8;
}

.text-point__point {
	display: inline-block;
	position: relative;
}

.text-point__point::after {
	-webkit-transform: translate(-50%, 0);
	background-color: #e8380d;
	border-radius: 50%;
	content: '';
	display: block;
	height: 5px;
	left: 50%;
	position: absolute;
	top: -1px;
	transform: translate(-50%, 0);
	width: 5px;
}

@media print, screen and (min-width: 768px) {
	.text-point__point::after {
		height: 7px;
		width: 7px;
	}
}

@media print {
	.text-point__point::after {
		height: 7px;
		width: 7px;
	}
}

.text-bb {
	border-bottom: 2px solid;
	padding-bottom: 5px;
}

@media print, screen and (min-width: 768px) {
	.text-bb {
		padding-bottom: 10px;
	}
}

@media print {
	.text-bb {
		padding-bottom: 10px;
	}
}

.text-italic {
	font-style: italic;
}

.text-blue {
	color: #e8380d;
}

.text-black {
	color: #030303;
}

.text-light {
	opacity: 0.4;
}

.text-light2 {
	opacity: 0.6;
}

.text-red {
	color: #e8380d;
}

.text-mincho {
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
	font-weight: 'normal';
	font-weight: 300;
}

.text-mincho.text-bold {
	font-weight: 600;
}

.text-eng {
	font-family: 'EB Garamond', serif;
	font-weight: 300;
	font-weight: 400;
}

.text-eng.text-bold {
	font-weight: 700;
}

.text-marker {
	background-image: linear-gradient(transparent 70%, #fff25e 70%);
	background-repeat: repeat-x;
	background-size: 200% 100%;
	padding-bottom: 0.1em;
}

.text-marker--black {
	background-image: linear-gradient(transparent 95%, #030303 95%);
	background-repeat: repeat-x;
	background-size: 200% 100%;
	padding-bottom: 0.1em;
}

.text-center-xs {
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.text-center-xs {
		text-align: left;
	}
}

@media print {
	.text-center-xs {
		text-align: left;
	}
}

.text-center-pc {
	text-align: left;
}

@media print, screen and (min-width: 768px) {
	.text-center-pc {
		text-align: center;
	}
}

@media print {
	.text-center-pc {
		text-align: center;
	}
}

.text-10 {
	font-size: 9px;
	font-size: 0.9rem;
}

@media print, screen and (min-width: 768px) {
	.text-10 {
		font-size: 10px;
		font-size: 1rem;
	}
}

@media print {
	.text-10 {
		font-size: 10px;
		font-size: 1rem;
	}
}

.text-11 {
	font-size: 10px;
	font-size: 1rem;
}

@media print, screen and (min-width: 768px) {
	.text-11 {
		font-size: 11px;
		font-size: 1.1rem;
	}
}

@media print {
	.text-11 {
		font-size: 11px;
		font-size: 1.1rem;
	}
}

.text-12 {
	font-size: 11px;
	font-size: 1.1rem;
}

@media print, screen and (min-width: 768px) {
	.text-12 {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

@media print {
	.text-12 {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

.text-13 {
	font-size: 12px;
	font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
	.text-13 {
		font-size: 13px;
		font-size: 1.3rem;
	}
}

@media print {
	.text-13 {
		font-size: 13px;
		font-size: 1.3rem;
	}
}

.text-14 {
	font-size: 13px;
	font-size: 1.3rem;
}

@media print, screen and (min-width: 768px) {
	.text-14 {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media print {
	.text-14 {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

.text-15 {
	font-size: 14px;
	font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
	.text-15 {
		font-size: 15px;
		font-size: 1.5rem;
	}
}

@media print {
	.text-15 {
		font-size: 15px;
		font-size: 1.5rem;
	}
}

.text-16 {
	font-size: 15px;
	font-size: 1.5rem;
}

@media print, screen and (min-width: 768px) {
	.text-16 {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media print {
	.text-16 {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

.text-17 {
	font-size: 16px;
	font-size: 1.6rem;
}

@media print, screen and (min-width: 768px) {
	.text-17 {
		font-size: 17px;
		font-size: 1.7rem;
	}
}

@media print {
	.text-17 {
		font-size: 17px;
		font-size: 1.7rem;
	}
}

.text-18 {
	font-size: 16px;
	font-size: 1.6rem;
}

@media print, screen and (min-width: 768px) {
	.text-18 {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

@media print {
	.text-18 {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

.text-19 {
	font-size: 17px;
	font-size: 1.7rem;
}

@media print, screen and (min-width: 768px) {
	.text-19 {
		font-size: 19px;
		font-size: 1.9rem;
	}
}

@media print {
	.text-19 {
		font-size: 19px;
		font-size: 1.9rem;
	}
}

.text-20 {
	font-size: 17px;
	font-size: 1.7rem;
}

@media print, screen and (min-width: 768px) {
	.text-20 {
		font-size: 20px;
		font-size: 2rem;
	}
}

@media print {
	.text-20 {
		font-size: 20px;
		font-size: 2rem;
	}
}

.text-22 {
	font-size: 18px;
	font-size: 1.8rem;
}

@media print, screen and (min-width: 768px) {
	.text-22 {
		font-size: 22px;
		font-size: 2.2rem;
	}
}

@media print {
	.text-22 {
		font-size: 22px;
		font-size: 2.2rem;
	}
}

.text-24 {
	font-size: 18px;
	font-size: 1.8rem;
}

@media print, screen and (min-width: 768px) {
	.text-24 {
		font-size: 24px;
		font-size: 2.4rem;
	}
}

@media print {
	.text-24 {
		font-size: 24px;
		font-size: 2.4rem;
	}
}

.text-26 {
	font-size: 21px;
	font-size: 2.1rem;
}

@media print, screen and (min-width: 768px) {
	.text-26 {
		font-size: 26px;
		font-size: 2.6rem;
	}
}

@media print {
	.text-26 {
		font-size: 26px;
		font-size: 2.6rem;
	}
}

.text-28 {
	font-size: 22px;
	font-size: 2.2rem;
}

@media print, screen and (min-width: 768px) {
	.text-28 {
		font-size: 28px;
		font-size: 2.8rem;
	}
}

@media print {
	.text-28 {
		font-size: 28px;
		font-size: 2.8rem;
	}
}

.text-30 {
	font-size: 22px;
	font-size: 2.2rem;
}

@media print, screen and (min-width: 768px) {
	.text-30 {
		font-size: 30px;
		font-size: 3rem;
	}
}

@media print {
	.text-30 {
		font-size: 30px;
		font-size: 3rem;
	}
}

.text-32 {
	font-size: 23px;
	font-size: 2.3rem;
}

@media print, screen and (min-width: 768px) {
	.text-32 {
		font-size: 32px;
		font-size: 3.2rem;
	}
}

@media print {
	.text-32 {
		font-size: 32px;
		font-size: 3.2rem;
	}
}

.text-36 {
	font-size: 27px;
	font-size: 2.7rem;
}

@media print, screen and (min-width: 768px) {
	.text-36 {
		font-size: 36px;
		font-size: 3.6rem;
	}
}

@media print {
	.text-36 {
		font-size: 36px;
		font-size: 3.6rem;
	}
}

.text-40 {
	font-size: 30px;
	font-size: 3rem;
}

@media print, screen and (min-width: 768px) {
	.text-40 {
		font-size: 40px;
		font-size: 4rem;
	}
}

@media print {
	.text-40 {
		font-size: 40px;
		font-size: 4rem;
	}
}

.text-42 {
	font-size: 31px;
	font-size: 3.1rem;
}

@media print, screen and (min-width: 768px) {
	.text-42 {
		font-size: 42px;
		font-size: 4.2rem;
	}
}

@media print {
	.text-42 {
		font-size: 42px;
		font-size: 4.2rem;
	}
}

.text-48 {
	font-size: 32px;
	font-size: 3.2rem;
}

@media print, screen and (min-width: 768px) {
	.text-48 {
		font-size: 48px;
		font-size: 4.8rem;
	}
}

@media print {
	.text-48 {
		font-size: 48px;
		font-size: 4.8rem;
	}
}

.text-58 {
	font-size: 34px;
	font-size: 3.4rem;
}

@media print, screen and (min-width: 768px) {
	.text-58 {
		font-size: 58px;
		font-size: 5.8rem;
	}
}

@media print {
	.text-58 {
		font-size: 58px;
		font-size: 5.8rem;
	}
}

.text-60 {
	font-size: 35px;
	font-size: 3.5rem;
}

@media print, screen and (min-width: 768px) {
	.text-60 {
		font-size: 60px;
		font-size: 6rem;
	}
}

@media print {
	.text-60 {
		font-size: 60px;
		font-size: 6rem;
	}
}

.lh-1 {
	line-height: 1;
}

.lh-xs {
	line-height: 1.2;
}

.lh-sm {
	line-height: 1.5;
}

.lh-md {
	line-height: 1.8;
}

.lh-lg {
	line-height: 1.75;
}

@media print, screen and (min-width: 768px) {
	.lh-lg {
		line-height: 2.3;
	}
}

@media print {
	.lh-lg {
		line-height: 2.3;
	}
}

.lh-xl {
	line-height: 2;
}

@media print, screen and (min-width: 768px) {
	.lh-xl {
		line-height: 2.3;
	}
}

@media print {
	.lh-xl {
		line-height: 2.3;
	}
}

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

.ls-0 {
	letter-spacing: 0;
}

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

.ls-md {
	letter-spacing: 0.101em;
}

.ls-lg {
	letter-spacing: 0.15em;
}

.ls-xl {
	letter-spacing: 0.2em;
}

.lead {
	align-items: center;
	display: flex;
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.05em;
}

@media print, screen and (min-width: 768px) {
	.lead {
		font-size: 22px;
		font-size: 2.2rem;
	}
}

@media print {
	.lead {
		font-size: 22px;
		font-size: 2.2rem;
	}
}

.ex-large-text {
	font-size: 130%;
	font-weight: 700;
	line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
	.ex-large-text {
		font-size: 150%;
	}
}

@media print {
	.ex-large-text {
		font-size: 150%;
	}
}

.large-text {
	font-size: 110%;
	font-weight: 700;
	line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
	.large-text {
		font-size: 115%;
	}
}

@media print {
	.large-text {
		font-size: 115%;
	}
}

.small-text,
.small-text--red {
	font-size: 90%;
}

.small-text--red {
	color: #e8380d;
	font-weight: 500;
}

.tiny-text,
.tiny-text--red {
	font-size: 80%;
}

.tiny-text--red {
	color: #e8380d;
	font-weight: 500;
}

.worksform__row {
	margin-left: -8px;
	margin-right: -8px;
	margin-top: 16px;
}

@media print, screen and (min-width: 768px) {
	.worksform__row {
		align-items: center;
		display: flex;
		margin-left: -16px;
		margin-right: -16px;
		margin-top: 32px;
	}
}

@media print {
	.worksform__row {
		align-items: center;
		display: flex;
		margin-left: -16px;
		margin-right: -16px;
		margin-top: 32px;
	}
}

.worksform__row:first-child {
	margin-top: 0;
}

.worksform__col {
	display: flex;
	flex-direction: column;
	margin-top: 12px;
	padding-left: 8px;
	padding-right: 8px;
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	.worksform__col {
		margin-top: 0;
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media print {
	.worksform__col {
		margin-top: 0;
		padding-left: 16px;
		padding-right: 16px;
	}
}

.worksform__col:first-child {
	margin-top: 0;
}

.worksform__btn {
	margin-top: 24px;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.worksform__btn {
		margin-top: 40px;
	}
}

@media print {
	.worksform__btn {
		margin-top: 40px;
	}
}

.worksform__btn button {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
}

.worksform__btn button .icon {
	margin: 0.5em;
}

.worksform__btn button .icon svg {
	fill: #fff;
	height: auto;
	vertical-align: middle;
	width: 1.5em;
}

.worksform label {
	font-size: 95%;
	font-weight: 600;
	margin-bottom: 4px;
	opacity: 0.4;
}

.worksform input {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: none;
	font-size: 16px;
	font-size: 1.6rem;
	height: 40px;
	padding: 4px;
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	.worksform input {
		height: 56px;
		padding: 8px 16px;
	}
}

@media print {
	.worksform input {
		height: 56px;
		padding: 8px 16px;
	}
}

.worksform select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
	background-position:
		calc(100% - 20px) 50%,
		calc(100% - 15px) 50%,
		calc(100% - 40px) 50%;
	background-repeat: no-repeat;
	background-size:
		5px 5px,
		5px 5px,
		1px 70%;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: inline-block;
	font: inherit;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	padding: 0.5em 3em 0.5em 0.5em;
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	.worksform select {
		padding: 1em 3em 1em 1em;
	}
}

@media print {
	.worksform select {
		padding: 1em 3em 1em 1em;
	}
}

.worksform select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

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

/* =====================
  footer
===================== */
/*フッター */
.section-contact {
	position: relative;
}

.section-contact--light {
	background-color: #f5f5f5;
}

.section-contact--light2 {
	background-color: #dcdcdc;
}

.section-contact--light3 {
	background-color: #c9c9c9;
}

.section-contact::before {
	background-color: #2a2a2a;
	bottom: 0;
	content: ' ';
	display: block;
	height: 50%;
	left: 0;
	position: absolute;
	right: 0;
}

.section-contact__linkarea {
	align-items: center;
	background-color: #e8380d;
	color: #fff;
	display: block;
	display: flex;
	padding: 40px 16px;
	position: relative;
	text-decoration: none !important;
}

@media (hover: hover) and (pointer: fine) {
	.section-contact__linkarea {
		transition: all 0.25s ease;
	}

	.section-contact__linkarea:hover {
		background-color: #f45a34;
		color: #fff;
	}

	.section-contact__linkarea:hover .link-arrow {
		-webkit-transform: translate(50%, 0);
		transform: translate(50%, 0);
	}
}

@media print, screen and (min-width: 768px) {
	.section-contact__linkarea {
		height: 240px;
		padding: 40px;
	}
}

@media print {
	.section-contact__linkarea {
		height: 240px;
		padding: 40px;
	}
}

@media print, screen and (min-width: 1680px) {
	.section-contact__linkarea {
		padding: 40px 80px;
	}
}

@media print {
	.section-contact__linkarea {
		padding: 40px 80px;
	}
}

.section-contact__content {
	flex: 1;
}

@media print, screen and (min-width: 768px) {
	.section-contact__content {
		align-items: center;
		display: flex;
	}
}

@media print {
	.section-contact__content {
		align-items: center;
		display: flex;
	}
}

.section-contact__text {
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 'normal';
	margin-top: 16px;
}

@media print, screen and (min-width: 768px) {
	.section-contact__text {
		font-size: 18px;
		font-size: 1.8rem;
		margin-left: 40px;
	}
}

@media print {
	.section-contact__text {
		font-size: 18px;
		font-size: 1.8rem;
		margin-left: 40px;
	}
}

@media print, screen and (min-width: 1680px) {
	.section-contact__text {
		margin-left: 80px;
	}
}

@media print {
	.section-contact__text {
		margin-left: 80px;
	}
}

.footer {
	background-color: #2a2a2a;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	padding-bottom: 16px;
	padding-top: 40px;
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.footer {
		font-size: 13px;
		font-size: 1.3rem;
		padding-bottom: 24px;
		padding-top: 80px;
	}
}

@media print {
	.footer {
		font-size: 13px;
		font-size: 1.3rem;
		padding-bottom: 24px;
		padding-top: 80px;
	}
}

.footer a {
	color: #fff;
	text-decoration: none !important;
}

.footer__logo-img img {
	height: auto;
	width: 280px;
}

@media print, screen and (min-width: 992px) {
	.footer__container {
		display: flex;
	}
}

@media print {
	.footer__container {
		display: flex;
	}
}

@media print, screen and (min-width: 1680px) {
	.footer-company {
		width: 400px;
	}
}

@media print {
	.footer-company {
		width: 400px;
	}
}

.footer-company__title {
	font-weight: 700;
	margin-top: 16px;
	opacity: 0.85;
}

.footer-company__text {
	margin-top: 16px;
	opacity: 0.65;
}

.footer__nav {
	margin-top: 16px;
}

@media print, screen and (min-width: 768px) {
	.footer__nav {
		display: flex;
		margin-top: 32px;
	}
}

@media print {
	.footer__nav {
		display: flex;
		margin-top: 32px;
	}
}

@media print, screen and (min-width: 992px) {
	.footer__nav {
		flex: 1;
		margin-left: 40px;
		margin-top: 0;
	}
}

@media print {
	.footer__nav {
		flex: 1;
		margin-left: 40px;
		margin-top: 0;
	}
}

.footer__list {
	flex: 1;
	font-size: 13px;
	font-size: 1.3rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media print, screen and (min-width: 768px) {
	.footer__list {
		font-size: 14px;
		font-size: 1.4rem;
		margin-left: 32px;
		width: 100%;
	}

	.footer__list:first-child {
		margin-left: 0;
	}
}

@media print {
	.footer__list {
		font-size: 14px;
		font-size: 1.4rem;
		margin-left: 32px;
		width: 100%;
	}

	.footer__list:first-child {
		margin-left: 0;
	}
}

@media print, screen and (min-width: 1680px) {
	.footer__list {
		margin-left: 64px;
	}
}

@media print {
	.footer__list {
		margin-left: 64px;
	}
}

@media print, screen and (min-width: 768px) {
	.footer__list > li {
		display: block;
		width: auto;
	}
}

@media print {
	.footer__list > li {
		display: block;
		width: auto;
	}
}

.footer__list > li > a,
.footer__list > li > span {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
	display: flex;
	font-weight: 600;
	height: 48px;
	line-height: 1.5;
	padding: 8px 0;
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.footer__list > li > a,
	.footer__list > li > span {
		height: 55px;
		padding: 15px 0;
	}
}

@media print {
	.footer__list > li > a,
	.footer__list > li > span {
		height: 55px;
		padding: 15px 0;
	}
}

@media print, screen and (min-width: 768px) {
	.footer__list > li > a {
		transition: all 0.25s ease;
	}

	.footer__list > li > a:hover {
		background-color: rgba(255, 255, 255, 0.05);
	}
}

@media print {
	.footer__list > li > a {
		transition: all 0.25s ease;
	}

	.footer__list > li > a:hover {
		background-color: rgba(255, 255, 255, 0.05);
	}
}

.footer__list > li > a .link-arrow {
	margin-right: 0.75em;
}

.footer__list--child {
	display: flex;
	flex-wrap: wrap;
	font-size: 3.5vw;
	list-style: none;
	margin: 0;
	margin-bottom: 8px;
	padding: 0;
}

@media print, screen and (min-width: 420px) {
	.footer__list--child {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

@media print {
	.footer__list--child {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

@media print, screen and (min-width: 768px) {
	.footer__list--child {
		font-size: 13px;
		font-size: 1.3rem;
		margin-bottom: 0;
		padding-left: 1.5em;
	}
}

@media print {
	.footer__list--child {
		font-size: 13px;
		font-size: 1.3rem;
		margin-bottom: 0;
		padding-left: 1.5em;
	}
}

.footer__list--child > li {
	margin-top: 12px;
	padding-right: 5px;
	width: 50%;
}

@media print, screen and (min-width: 768px) {
	.footer__list--child > li {
		padding: 0;
		width: 100%;
	}
}

@media print {
	.footer__list--child > li {
		padding: 0;
		width: 100%;
	}
}

.footer__list--child > li a {
	background-color: transparent;
	color: #fff;
	font-weight: normal;
	opacity: 0.7;
	padding: 0;
}

@media print, screen and (min-width: 768px) {
	.footer__list--child > li a {
		text-align: left;
		transition: all 0.25s ease;
	}

	.footer__list--child > li a:hover {
		opacity: 1;
	}
}

@media print {
	.footer__list--child > li a {
		text-align: left;
		transition: all 0.25s ease;
	}

	.footer__list--child > li a:hover {
		opacity: 1;
	}
}

.footer__banner {
	margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
	.footer__banner {
		margin-top: 40px;
	}
}

@media print {
	.footer__banner {
		margin-top: 40px;
	}
}

.footer__banner-container {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-left: -4px;
	margin-right: -4px;
}

@media print, screen and (min-width: 768px) {
	.footer__banner-container {
		justify-content: flex-end;
		margin-left: -8px;
		margin-right: -8px;
	}
}

@media print {
	.footer__banner-container {
		justify-content: flex-end;
		margin-left: -8px;
		margin-right: -8px;
	}
}

.footer__banner-col {
	padding-left: 4px;
	padding-right: 4px;
}

@media print, screen and (min-width: 768px) {
	.footer__banner-col {
		padding-left: 8px;
		padding-right: 8px;
	}
}

@media print {
	.footer__banner-col {
		padding-left: 8px;
		padding-right: 8px;
	}
}

.footer__banner a {
	background-color: #fff;
	display: block;
}

@media (hover: hover) and (pointer: fine) {
	.footer__banner a img {
		transition: all 0.25s ease;
	}

	.footer__banner a:hover img {
		opacity: 0.65;
	}
}

.footer-bottom {
	margin-top: 32px;
}

@media print, screen and (min-width: 768px) {
	.footer-bottom {
		margin-top: 64px;
	}
}

@media print {
	.footer-bottom {
		margin-top: 64px;
	}
}

@media print, screen and (min-width: 992px) {
	.footer-bottom__other {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}
}

@media print {
	.footer-bottom__other {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}
}

.footer-bottom__other-list {
	font-size: 10px;
	font-size: 1rem;
	list-style: none;
	margin: 0;
	margin-bottom: 24px;
	padding: 0;
	text-align: center;
}

@media print, screen and (min-width: 992px) {
	.footer-bottom__other-list {
		float: left;
		font-size: 12px;
		font-size: 1.2rem;
		text-align: left;
	}
}

@media print {
	.footer-bottom__other-list {
		float: left;
		font-size: 12px;
		font-size: 1.2rem;
		text-align: left;
	}
}

@media print, screen and (min-width: 992px) {
	.footer-bottom__other-list {
		font-size: 13px;
		font-size: 1.3rem;
		margin-bottom: 0;
	}
}

@media print {
	.footer-bottom__other-list {
		font-size: 13px;
		font-size: 1.3rem;
		margin-bottom: 0;
	}
}

.footer-bottom__other-list li {
	border-right: 1px solid #aaa;
	display: inline-block;
	line-height: 1;
	margin-bottom: 10px;
	margin-right: 1em;
	padding-right: 1em;
}

@media print, screen and (min-width: 768px) {
	.footer-bottom__other-list li {
		margin-bottom: 0;
		margin-right: 1em;
		padding-right: 1em;
	}
}

@media print {
	.footer-bottom__other-list li {
		margin-bottom: 0;
		margin-right: 1em;
		padding-right: 1em;
	}
}

.footer-bottom__other-list li:last-child {
	border-right: none;
}

.footer-bottom__other-list li a {
	color: #888;
}

.footer-bottom__copy {
	color: #fff;
	font-family: 'EB Garamond', serif;
	font-size: 9px;
	font-size: 0.9rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1;
	opacity: 0.3;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.footer-bottom__copy {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

@media print {
	.footer-bottom__copy {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

@media print, screen and (min-width: 992px) {
	.footer-bottom__copy {
		text-align: right;
	}
}

@media print {
	.footer-bottom__copy {
		text-align: right;
	}
}

@keyframes pagetopanime {
	0% {
		opacity: 1;
		width: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0.1;
		width: 40px;
	}
}

#topcontrol {
	bottom: -20px !important;
	pointer-events: auto;
	right: 5px !important;
}

@media print, screen and (min-width: 768px) {
	#topcontrol {
		bottom: 10px !important;
	}
}

@media print {
	#topcontrol {
		bottom: 10px !important;
	}
}

#topcontrol .txt {
	-webkit-transform-origin: right top;
	-webkit-transform: rotate(90deg);
	color: #e8380d;
	display: block;
	font-family: 'EB Garamond', serif;
	font-size: 11px;
	font-weight: 300;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.3;
	padding: 10px;
	padding-right: 0;
	position: relative;
	transform: rotate(90deg);
	transform-origin: right top;
	z-index: 10;
}

#topcontrol .txt::after {
	-webkit-animation: pagetopanime 1s infinite cubic-bezier(0.6, 0, 0.3, 1);
	animation: pagetopanime 1s infinite cubic-bezier(0.6, 0, 0.3, 1);
	background-color: #e8380d;
	content: ' ';
	display: block;
	height: 1px;
	opacity: 1;
	position: absolute;
	right: 110%;
	top: 50%;
	width: 0;
	z-index: 1;
}

/*=====================
  header
===================== */
.header {
	display: flex;
	height: 50px;
	justify-content: space-between;
	position: fixed;
	top: 0;
	transition: all 0.25s ease;
	width: 100%;
	z-index: 980;
}

@media print, screen and (min-width: 768px) {
	.header {
		height: 90px;
	}
}

@media print {
	.header {
		height: 90px;
	}
}

@media print {
	.header {
		position: absolute;
	}
}

@media print, screen and (min-width: 768px) {
	.header--filled .nav-global__item > a,
	.header--filled .nav-global__item--dropdown > a,
	.header--filled .nav-global__item--btn > a,
	.header--filled .nav-global__item > span,
	.header--filled .nav-global__item--dropdown > span,
	.header--filled .nav-global__item--btn > span {
		color: #030303;
	}

	.header--filled .nav-global__item > a::before,
	.header--filled .nav-global__item--dropdown > a::before,
	.header--filled .nav-global__item--btn > a::before,
	.header--filled .nav-global__item > span::before,
	.header--filled .nav-global__item--dropdown > span::before,
	.header--filled .nav-global__item--btn > span::before {
		border-color: #030303;
	}
}

@media print {
	.header--filled .nav-global__item > a,
	.header--filled .nav-global__item--dropdown > a,
	.header--filled .nav-global__item--btn > a,
	.header--filled .nav-global__item > span,
	.header--filled .nav-global__item--dropdown > span,
	.header--filled .nav-global__item--btn > span {
		color: #030303;
	}

	.header--filled .nav-global__item > a::before,
	.header--filled .nav-global__item--dropdown > a::before,
	.header--filled .nav-global__item--btn > a::before,
	.header--filled .nav-global__item > span::before,
	.header--filled .nav-global__item--dropdown > span::before,
	.header--filled .nav-global__item--btn > span::before {
		border-color: #030303;
	}
}

.header[data-status='scrolled'] {
	background-color: rgba(255, 255, 255, 0.9);
}

@media print, screen and (min-width: 768px) {
	.header[data-status='scrolled'] {
		border: none !important;
		box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
		height: 60px;
		left: 0;
		right: 0;
	}

	.header[data-status='scrolled'] .header__logo {
		background-color: transparent;
	}

	.header[data-status='scrolled'] .nav-global__item > a,
	.header[data-status='scrolled'] .nav-global__item--dropdown > a,
	.header[data-status='scrolled'] .nav-global__item--btn > a,
	.header[data-status='scrolled'] .nav-global__item > span,
	.header[data-status='scrolled'] .nav-global__item--dropdown > span,
	.header[data-status='scrolled'] .nav-global__item--btn > span {
		color: #030303;
	}

	.header[data-status='scrolled'] .nav-global__item > a::before,
	.header[data-status='scrolled'] .nav-global__item--dropdown > a::before,
	.header[data-status='scrolled'] .nav-global__item--btn > a::before,
	.header[data-status='scrolled'] .nav-global__item > span::before,
	.header[data-status='scrolled'] .nav-global__item--dropdown > span::before,
	.header[data-status='scrolled'] .nav-global__item--btn > span::before {
		border-color: #030303;
		bottom: 5px;
	}

	.header[data-status='scrolled'] .nav-global__item--btn > a::before,
	.header[data-status='scrolled'] .nav-global__item--btn > span::before {
		bottom: 5px !important;
	}

	.header[data-status='scrolled'] .nav-global__item--btn .icon img {
		width: 20px;
	}
}

@media print {
	.header[data-status='scrolled'] {
		border: none !important;
		box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
		height: 60px;
		left: 0;
		right: 0;
	}

	.header[data-status='scrolled'] .header__logo {
		background-color: transparent;
	}

	.header[data-status='scrolled'] .nav-global__item > a,
	.header[data-status='scrolled'] .nav-global__item--dropdown > a,
	.header[data-status='scrolled'] .nav-global__item--btn > a,
	.header[data-status='scrolled'] .nav-global__item > span,
	.header[data-status='scrolled'] .nav-global__item--dropdown > span,
	.header[data-status='scrolled'] .nav-global__item--btn > span {
		color: #030303;
	}

	.header[data-status='scrolled'] .nav-global__item > a::before,
	.header[data-status='scrolled'] .nav-global__item--dropdown > a::before,
	.header[data-status='scrolled'] .nav-global__item--btn > a::before,
	.header[data-status='scrolled'] .nav-global__item > span::before,
	.header[data-status='scrolled'] .nav-global__item--dropdown > span::before,
	.header[data-status='scrolled'] .nav-global__item--btn > span::before {
		border-color: #030303;
		bottom: 5px;
	}

	.header[data-status='scrolled'] .nav-global__item--btn > a::before,
	.header[data-status='scrolled'] .nav-global__item--btn > span::before {
		bottom: 5px !important;
	}

	.header[data-status='scrolled'] .nav-global__item--btn .icon img {
		width: 20px;
	}
}

.header__logo {
	align-items: center;
	background-color: #fff;
	display: flex;
	padding: 0 16px;
}

@media print, screen and (min-width: 1680px) {
	.header__logo {
		padding: 0 32px;
	}
}

@media print {
	.header__logo {
		padding: 0 32px;
	}
}

.header__logo-inner {
	background-image: url('assets/img/common/logo.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	font-size: 0;
	height: 26.4px;
	overflow: hidden;
	text-indent: 150%;
	white-space: nowrap;
	width: 224px;
}

@media print, screen and (min-width: 768px) {
	.header__logo-inner {
		height: 22px;
		transition: all 0.25s ease;
		width: 186.6666666667px;
	}
}

@media print {
	.header__logo-inner {
		height: 22px;
		transition: all 0.25s ease;
		width: 186.6666666667px;
	}
}

@media print, screen and (min-width: 992px) {
	.header__logo-inner {
		height: 33px;
		width: 280px;
	}
}

@media print {
	.header__logo-inner {
		height: 33px;
		width: 280px;
	}
}

@media print, screen and (min-width: 768px) {
	.header__nav-wrapper {
		background-color: transparent;
		display: flex;
		justify-content: flex-end;
	}
}

@media print {
	.header__nav-wrapper {
		background-color: transparent;
		display: flex;
		justify-content: flex-end;
	}
}

.header__toggle {
	align-items: center;
	background-color: #e8380d;
	border: none;
	display: flex;
	flex-direction: column;
	font-size: 24px;
	height: 50px;
	justify-content: center;
	margin: 0;
	position: relative;
	text-align: center;
	width: 2em;
	z-index: 1000;
}

@media print, screen and (min-width: 768px) {
	.header__toggle {
		display: none;
	}
}

@media print {
	.header__toggle {
		display: none;
	}
}

.header__toggle-bar {
	background-color: #fff;
	display: block;
	height: 1px;
	margin: 0.166666em 0;
	transition: all 0.25s ease;
	width: 1em;
}

.header__toggle[aria-expanded='true'] .header__toggle-bar:nth-child(2) {
	opacity: 0;
}

.header__toggle[aria-expanded='true'] .header__toggle-bar:nth-child(1) {
	-webkit-transform: translate(0, 0.375em) rotate(45deg);
	opacity: 1;
	transform: translate(0, 0.375em) rotate(45deg);
}

.header__toggle[aria-expanded='true'] .header__toggle-bar:nth-child(3) {
	-webkit-transform: translate(0, -0.375em) rotate(-45deg);
	transform: translate(0, -0.375em) rotate(-45deg);
}

.nav-global {
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
	font-weight: 'normal';
}

@media print, screen and (min-width: 768px) {
	.nav-global {
		color: #fff;
		display: flex;
		margin: 0;
	}
}

@media print {
	.nav-global {
		color: #fff;
		display: flex;
		margin: 0;
	}
}

.nav-global__list {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	font-size: 1.4rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media print, screen and (min-width: 768px) {
	.nav-global__list {
		flex-wrap: nowrap;
		font-size: 13px;
		font-size: 1.3rem;
	}
}

@media print {
	.nav-global__list {
		flex-wrap: nowrap;
		font-size: 13px;
		font-size: 1.3rem;
	}
}

@media print, screen and (min-width: 992px) {
	.nav-global__list {
		font-size: 15px;
		font-size: 1.5rem;
	}
}

@media print {
	.nav-global__list {
		font-size: 15px;
		font-size: 1.5rem;
	}
}

.nav-global__list::before {
	background: rgba(0, 11, 32, 0.4);
	bottom: 0;
	content: '';
	display: block;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	transition-property: visibility, opacity;
	visibility: hidden;
	z-index: 90;
}

@media print, screen and (min-width: 768px) {
	.nav-global__list.dropdown-open::before {
		opacity: 1;
		visibility: visible;
	}
}

@media print {
	.nav-global__list.dropdown-open::before {
		opacity: 1;
		visibility: visible;
	}
}

.nav-global__item,
.nav-global__item--dropdown,
.nav-global__item--btn {
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 0;
	width: 100%;
}

@media (hover: hover) and (pointer: fine) {
	.nav-global__item:hover > a::after,
	.nav-global__item--dropdown:hover > a::after,
	.nav-global__item--btn:hover > a::after,
	.nav-global__item:hover > span::after,
	.nav-global__item--dropdown:hover > span::after,
	.nav-global__item--btn:hover > span::after {
		width: 100%;
	}
}

@media print, screen and (min-width: 768px) {
	.nav-global__item,
	.nav-global__item--dropdown,
	.nav-global__item--btn {
		border-bottom: none;
		cursor: pointer;
		display: flex;
		width: auto;
	}
}

@media print {
	.nav-global__item,
	.nav-global__item--dropdown,
	.nav-global__item--btn {
		border-bottom: none;
		cursor: pointer;
		display: flex;
		width: auto;
	}
}

.nav-global__item > a,
.nav-global__item--dropdown > a,
.nav-global__item--btn > a,
.nav-global__item > span,
.nav-global__item--dropdown > span,
.nav-global__item--btn > span {
	color: #030303;
	display: block;
	letter-spacing: 0.05em;
	line-height: 1.3;
	padding: 1.25em 15px;
	position: relative;
	text-decoration: none !important;
	transition: all 0.25s linear;
	transition-property: color, background-color;
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	.nav-global__item > a,
	.nav-global__item--dropdown > a,
	.nav-global__item--btn > a,
	.nav-global__item > span,
	.nav-global__item--dropdown > span,
	.nav-global__item--btn > span {
		align-items: center;
		color: #fff;
		display: flex;
		font-weight: normal;
		padding: 0 0.8vw;
		text-align: center;
	}
}

@media print {
	.nav-global__item > a,
	.nav-global__item--dropdown > a,
	.nav-global__item--btn > a,
	.nav-global__item > span,
	.nav-global__item--dropdown > span,
	.nav-global__item--btn > span {
		align-items: center;
		color: #fff;
		display: flex;
		font-weight: normal;
		padding: 0 0.8vw;
		text-align: center;
	}
}

@media print, screen and (min-width: 992px) {
	.nav-global__item > a,
	.nav-global__item--dropdown > a,
	.nav-global__item--btn > a,
	.nav-global__item > span,
	.nav-global__item--dropdown > span,
	.nav-global__item--btn > span {
		padding: 0 1vw;
	}
}

@media print {
	.nav-global__item > a,
	.nav-global__item--dropdown > a,
	.nav-global__item--btn > a,
	.nav-global__item > span,
	.nav-global__item--dropdown > span,
	.nav-global__item--btn > span {
		padding: 0 1vw;
	}
}

@media print, screen and (min-width: 1680px) {
	.nav-global__item > a,
	.nav-global__item--dropdown > a,
	.nav-global__item--btn > a,
	.nav-global__item > span,
	.nav-global__item--dropdown > span,
	.nav-global__item--btn > span {
		padding: 0 2em;
	}
}

@media print {
	.nav-global__item > a,
	.nav-global__item--dropdown > a,
	.nav-global__item--btn > a,
	.nav-global__item > span,
	.nav-global__item--dropdown > span,
	.nav-global__item--btn > span {
		padding: 0 2em;
	}
}

@media print, screen and (min-width: 768px) {
	.nav-global__item > a::after,
	.nav-global__item--dropdown > a::after,
	.nav-global__item--btn > a::after,
	.nav-global__item > span::after,
	.nav-global__item--dropdown > span::after,
	.nav-global__item--btn > span::after {
		background: #e8380d;
		content: ' ';
		display: block;
		height: 2px;
		left: 0;
		position: absolute;
		top: 0;
		transition: width 0.3s cubic-bezier(0.6, 0, 0.3, 1);
		width: 0;
		z-index: 1;
	}
}

@media print {
	.nav-global__item > a::after,
	.nav-global__item--dropdown > a::after,
	.nav-global__item--btn > a::after,
	.nav-global__item > span::after,
	.nav-global__item--dropdown > span::after,
	.nav-global__item--btn > span::after {
		background: #e8380d;
		content: ' ';
		display: block;
		height: 2px;
		left: 0;
		position: absolute;
		top: 0;
		transition: width 0.3s cubic-bezier(0.6, 0, 0.3, 1);
		width: 0;
		z-index: 1;
	}
}

.nav-global__item > a[data-isCurrent='true'],
.nav-global__item--dropdown > a[data-isCurrent='true'],
.nav-global__item--btn > a[data-isCurrent='true'],
.nav-global__item > span[data-isCurrent='true'],
.nav-global__item--dropdown > span[data-isCurrent='true'],
.nav-global__item--btn > span[data-isCurrent='true'] {
	background-color: #f8f6f3;
}

@media print, screen and (min-width: 768px) {
	.nav-global__item > a[data-isCurrent='true'],
	.nav-global__item--dropdown > a[data-isCurrent='true'],
	.nav-global__item--btn > a[data-isCurrent='true'],
	.nav-global__item > span[data-isCurrent='true'],
	.nav-global__item--dropdown > span[data-isCurrent='true'],
	.nav-global__item--btn > span[data-isCurrent='true'] {
		background-color: transparent;
	}

	.nav-global__item > a[data-isCurrent='true']::after,
	.nav-global__item--dropdown > a[data-isCurrent='true']::after,
	.nav-global__item--btn > a[data-isCurrent='true']::after,
	.nav-global__item > span[data-isCurrent='true']::after,
	.nav-global__item--dropdown > span[data-isCurrent='true']::after,
	.nav-global__item--btn > span[data-isCurrent='true']::after {
		width: 100%;
	}
}

@media print {
	.nav-global__item > a[data-isCurrent='true'],
	.nav-global__item--dropdown > a[data-isCurrent='true'],
	.nav-global__item--btn > a[data-isCurrent='true'],
	.nav-global__item > span[data-isCurrent='true'],
	.nav-global__item--dropdown > span[data-isCurrent='true'],
	.nav-global__item--btn > span[data-isCurrent='true'] {
		background-color: transparent;
	}

	.nav-global__item > a[data-isCurrent='true']::after,
	.nav-global__item--dropdown > a[data-isCurrent='true']::after,
	.nav-global__item--btn > a[data-isCurrent='true']::after,
	.nav-global__item > span[data-isCurrent='true']::after,
	.nav-global__item--dropdown > span[data-isCurrent='true']::after,
	.nav-global__item--btn > span[data-isCurrent='true']::after {
		width: 100%;
	}
}

.nav-global__item--btn > a,
.nav-global__item--btn > span {
	background-color: #e8380d;
	color: #fff !important;
	display: flex;
	font-size: 15px;
	font-size: 1.5rem;
	height: 50px;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 0;
	text-align: center;
}

@media (hover: hover) and (pointer: fine) {
	.nav-global__item--btn > a,
	.nav-global__item--btn > span {
		transition: all 0.25s ease;
	}
}

@media print, screen and (min-width: 768px) {
	.nav-global__item--btn > a,
	.nav-global__item--btn > span {
		align-items: center;
		flex-direction: column;
		font-size: 13px;
		font-size: 1.3rem;
		height: auto;
		justify-content: center;
		margin-left: 1em;
		padding: 0;
		text-align: center;
		transition: all 0.25s ease;
		width: 90px;
	}
}

@media print {
	.nav-global__item--btn > a,
	.nav-global__item--btn > span {
		align-items: center;
		flex-direction: column;
		font-size: 13px;
		font-size: 1.3rem;
		height: auto;
		justify-content: center;
		margin-left: 1em;
		padding: 0;
		text-align: center;
		transition: all 0.25s ease;
		width: 90px;
	}
}

@media print, screen and (min-width: 1680px) {
	.nav-global__item--btn > a,
	.nav-global__item--btn > span {
		width: 120px;
	}
}

@media print {
	.nav-global__item--btn > a,
	.nav-global__item--btn > span {
		width: 120px;
	}
}

@media print, screen and (min-width: 768px) {
	.nav-global__item--btn > a::after,
	.nav-global__item--btn > span::after {
		background-color: #fff;
		height: 100%;
		opacity: 0.15;
	}
}

@media print {
	.nav-global__item--btn > a::after,
	.nav-global__item--btn > span::after {
		background-color: #fff;
		height: 100%;
		opacity: 0.15;
	}
}

.nav-global__item--btn > a[data-isCurrent='true'],
.nav-global__item--btn > span[data-isCurrent='true'] {
	background-color: #e8380d;
}

.nav-global__item--btn > a .icon,
.nav-global__item--btn > span .icon {
	align-items: center;
	background-color: #e8380d;
	display: flex;
	justify-content: center;
	width: 50px;
}

@media print, screen and (min-width: 768px) {
	.nav-global__item--btn > a .icon,
	.nav-global__item--btn > span .icon {
		background-color: transparent;
		display: block;
		margin-bottom: 5px;
		margin-right: 0;
		width: auto;
	}
}

@media print {
	.nav-global__item--btn > a .icon,
	.nav-global__item--btn > span .icon {
		background-color: transparent;
		display: block;
		margin-bottom: 5px;
		margin-right: 0;
		width: auto;
	}
}

.nav-global__item--btn > a .icon img,
.nav-global__item--btn > span .icon img {
	height: auto;
	width: 20px;
}

@media print, screen and (min-width: 768px) {
	.nav-global__item--btn > a .icon img,
	.nav-global__item--btn > span .icon img {
		width: 30px;
	}
}

@media print {
	.nav-global__item--btn > a .icon img,
	.nav-global__item--btn > span .icon img {
		width: 30px;
	}
}

.nav-global__item--btn > a .text,
.nav-global__item--btn > span .text {
	align-items: center;
	display: flex;
	flex: 1;
}

@media print, screen and (min-width: 768px) {
	.nav-global__item--btn > a .text,
	.nav-global__item--btn > span .text {
		display: block;
		flex: 0;
	}
}

@media print {
	.nav-global__item--btn > a .text,
	.nav-global__item--btn > span .text {
		display: block;
		flex: 0;
	}
}

.nav-global__item--dropdown {
	line-height: 1;
	position: inherit;
}

.nav-global__item--dropdown > a::before,
.nav-global__item--dropdown > span::before {
	-webkit-transform: translate(0, -50%) rotate(45deg);
	border-bottom: 1px solid #030303;
	border-right: 1px solid #030303;
	content: ' ';
	display: block;
	height: 5px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
	width: 5px;
}

@media print, screen and (min-width: 768px) {
	.nav-global__item--dropdown > a::before,
	.nav-global__item--dropdown > span::before {
		-webkit-transform: translate(-50%, 0) rotate(45deg);
		border-color: #fff;
		bottom: 20px;
		left: 50%;
		right: auto;
		top: auto;
		transform: translate(-50%, 0) rotate(45deg);
	}
}

@media print {
	.nav-global__item--dropdown > a::before,
	.nav-global__item--dropdown > span::before {
		-webkit-transform: translate(-50%, 0) rotate(45deg);
		border-color: #fff;
		bottom: 20px;
		left: 50%;
		right: auto;
		top: auto;
		transform: translate(-50%, 0) rotate(45deg);
	}
}

@media print, screen and (min-width: 768px) {
	.nav-global__item--dropdown.is-open {
		z-index: 91;
	}

	.nav-global__item--dropdown.is-open > a,
	.nav-global__item--dropdown.is-open > span {
		background-color: rgba(255, 255, 255, 0.9);
		color: #030303;
	}

	.nav-global__item--dropdown.is-open > a::before,
	.nav-global__item--dropdown.is-open > span::before {
		border-color: #e8380d !important;
	}
}

@media print {
	.nav-global__item--dropdown.is-open {
		z-index: 91;
	}

	.nav-global__item--dropdown.is-open > a,
	.nav-global__item--dropdown.is-open > span {
		background-color: rgba(255, 255, 255, 0.9);
		color: #030303;
	}

	.nav-global__item--dropdown.is-open > a::before,
	.nav-global__item--dropdown.is-open > span::before {
		border-color: #e8380d !important;
	}
}

.dropdown-menu {
	height: 0;
	margin: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0;
}

@media print, screen and (min-width: 768px) {
	.dropdown-menu {
		-webkit-transform: translateZ(1px);
		background-color: rgba(255, 255, 255, 0.95);
		box-shadow: 0 12px 12px rgba(0, 0, 0, 0.175);
		left: 0;
		max-height: calc(100vh - 60px);
		position: absolute;
		top: 100%;
		transform: translateZ(1px);
		width: 100%;
		z-index: 92;
	}
}

@media print {
	.dropdown-menu {
		-webkit-transform: translateZ(1px);
		background-color: rgba(255, 255, 255, 0.95);
		box-shadow: 0 12px 12px rgba(0, 0, 0, 0.175);
		left: 0;
		max-height: calc(100vh - 60px);
		position: absolute;
		top: 100%;
		transform: translateZ(1px);
		width: 100%;
		z-index: 92;
	}
}

.dropdown-menu__container {
	display: flex;
	flex-direction: column;
}

@media print, screen and (min-width: 768px) {
	.dropdown-menu__container {
		padding-bottom: 20px;
		padding-top: 60px;
	}
}

@media print {
	.dropdown-menu__container {
		padding-bottom: 20px;
		padding-top: 60px;
	}
}

@media print, screen and (min-width: 992px) {
	.dropdown-menu__container {
		flex-direction: row;
	}
}

@media print {
	.dropdown-menu__container {
		flex-direction: row;
	}
}

.dropdown-menu__top {
	order: 2;
}

@media print, screen and (min-width: 768px) {
	.dropdown-menu__top {
		align-items: center;
		display: flex;
		justify-content: space-between;
		margin-bottom: 30px;
		order: 0;
	}
}

@media print {
	.dropdown-menu__top {
		align-items: center;
		display: flex;
		justify-content: space-between;
		margin-bottom: 30px;
		order: 0;
	}
}

@media print, screen and (min-width: 992px) {
	.dropdown-menu__top {
		align-items: flex-start;
		flex-direction: column;
		justify-content: flex-start;
		margin-bottom: 0;
		margin-right: 30px;
		width: 230px;
	}
}

@media print {
	.dropdown-menu__top {
		align-items: flex-start;
		flex-direction: column;
		justify-content: flex-start;
		margin-bottom: 0;
		margin-right: 30px;
		width: 230px;
	}
}

.dropdown-menu__title {
	display: none;
	font-size: 16px;
	font-size: 1.6rem;
}

@media print, screen and (min-width: 768px) {
	.dropdown-menu__title {
		color: #030303;
		display: block;
	}
}

@media print {
	.dropdown-menu__title {
		color: #030303;
		display: block;
	}
}

@media print, screen and (min-width: 992px) {
	.dropdown-menu__title {
		display: block;
	}
}

@media print {
	.dropdown-menu__title {
		display: block;
	}
}

.dropdown-menu__title-en {
	font-family: 'EB Garamond', serif;
	font-size: 175%;
	font-weight: 300;
	letter-spacing: 0.1em;
}

.dropdown-menu__title-ja {
	margin-top: 1em;
	opacity: 0.8;
}

.dropdown-menu__btn {
	align-items: center;
	background-color: #e8380d;
	border: none;
	border-radius: 0;
	color: #fff;
	display: flex;
	font-family: 'EB Garamond', serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 300;
	height: 40px;
	justify-content: flex-end;
	letter-spacing: 0.1em;
	margin-left: -15px;
	margin-right: -15px;
	max-width: none;
	padding: 0 15px;
	text-decoration: none !important;
	width: auto;
}

@media (hover: hover) and (pointer: fine) {
	.dropdown-menu__btn {
		transition: all 0.25s ease;
	}

	.dropdown-menu__btn:hover {
		background-color: #e8380d;
		color: #fff;
	}

	.dropdown-menu__btn:hover .link-arrow {
		-webkit-transform: translate(50%, 0);
		transform: translate(50%, 0);
	}
}

@media print, screen and (min-width: 768px) {
	.dropdown-menu__btn {
		background-color: transparent;
		border: 1px solid rgba(0, 0, 0, 0.1);
		border-radius: 100px;
		color: #030303;
		display: inline-flex;
		height: 55px;
		justify-content: space-between;
		margin: 0;
		max-width: 100%;
		padding: 0 1em 0 2em;
		width: 180px;
	}
}

@media print {
	.dropdown-menu__btn {
		background-color: transparent;
		border: 1px solid rgba(0, 0, 0, 0.1);
		border-radius: 100px;
		color: #030303;
		display: inline-flex;
		height: 55px;
		justify-content: space-between;
		margin: 0;
		max-width: 100%;
		padding: 0 1em 0 2em;
		width: 180px;
	}
}

@media print, screen and (min-width: 992px) {
	.dropdown-menu__btn {
		margin-top: 64px;
	}
}

@media print {
	.dropdown-menu__btn {
		margin-top: 64px;
	}
}

.dropdown-menu__btn span[class^='link-arrow'] {
	-webkit-transform: translate(50%, 0);
	margin-left: 0.25em;
	transform: translate(50%, 0);
}

@media print, screen and (min-width: 992px) {
	.dropdown-menu .dropdown-nav,
	.dropdown-menu .dropdown-nav--min,
	.dropdown-menu [class^='dropdown-nav--'] {
		flex: 1;
	}
}

@media print {
	.dropdown-menu .dropdown-nav,
	.dropdown-menu .dropdown-nav--min,
	.dropdown-menu [class^='dropdown-nav--'] {
		flex: 1;
	}
}

.dropdown-nav,
.dropdown-nav--min {
	border-top: 1px solid #ddd;
	list-style: none;
	margin: 0;
	margin-left: -15px;
	margin-right: -15px;
	padding: 0;
}

@media print, screen and (min-width: 768px) {
	.dropdown-nav,
	.dropdown-nav--min {
		border-top: none;
		display: flex;
		flex-wrap: wrap;
	}
}

@media print {
	.dropdown-nav,
	.dropdown-nav--min {
		border-top: none;
		display: flex;
		flex-wrap: wrap;
	}
}

@media print, screen and (min-width: 768px) {
	.dropdown-nav--min .dropdown-nav__item {
		margin-top: 15px;
		width: 25%;
	}

	.dropdown-nav--min .dropdown-nav__item:nth-child(-n + 4) {
		margin-top: 0;
	}
}

@media print {
	.dropdown-nav--min .dropdown-nav__item {
		margin-top: 15px;
		width: 25%;
	}

	.dropdown-nav--min .dropdown-nav__item:nth-child(-n + 4) {
		margin-top: 0;
	}
}

.dropdown-nav__item {
	background-color: #f3f3f3;
	border-bottom: 1px solid #ddd;
	display: flex;
	flex-direction: column;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0;
	padding: 0;
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	.dropdown-nav__item {
		background-color: transparent;
		border-bottom: none;
		display: block;
		font-size: 15px;
		font-size: 1.5rem;
		margin-top: 30px;
		padding-left: 15px;
		padding-right: 15px;
		width: 33.333%;
	}

	.dropdown-nav__item:nth-child(-n + 3) {
		margin-top: 0;
	}
}

@media print {
	.dropdown-nav__item {
		background-color: transparent;
		border-bottom: none;
		display: block;
		font-size: 15px;
		font-size: 1.5rem;
		margin-top: 30px;
		padding-left: 15px;
		padding-right: 15px;
		width: 33.333%;
	}

	.dropdown-nav__item:nth-child(-n + 3) {
		margin-top: 0;
	}
}

.dropdown-nav__item:nth-child(even) {
	border-left: none;
}

.dropdown-nav__item:nth-child(odd) {
	border-right: 1px solid #ddd;
}

@media print, screen and (min-width: 768px) {
	.dropdown-nav__item:nth-child(odd) {
		border-right: none;
	}
}

@media print {
	.dropdown-nav__item:nth-child(odd) {
		border-right: none;
	}
}

.dropdown-nav__item:nth-child(odd):last-child {
	border-bottom: none;
}

.dropdown-nav__linkarea {
	background-color: #fff;
	border-top: 1px solid #eee;
	color: #030303;
	display: flex;
	height: 50px;
	line-height: 1.5;
	position: relative;
	text-decoration: none !important;
	width: 100%;
}

.dropdown-nav__linkarea:active,
.dropdown-nav__linkarea:focus {
	color: #030303;
}

@media (hover: hover) and (pointer: fine) {
	.dropdown-nav__linkarea:hover {
		color: #e8380d;
	}

	.dropdown-nav__linkarea:hover .dropdown-nav__thumb img {
		-webkit-transform: scale(1.03);
		transform: scale(1.03);
	}

	.dropdown-nav__linkarea:hover span[class^='link-arrow'] {
		right: 0;
	}
}

@media print, screen and (min-width: 768px) {
	.dropdown-nav__linkarea {
		background-color: transparent;
		border: none;
		display: block;
		height: auto;
		padding: 0;
		padding-bottom: 15px;
		transition: all 0.25s linear;
	}
}

@media print {
	.dropdown-nav__linkarea {
		background-color: transparent;
		border: none;
		display: block;
		height: auto;
		padding: 0;
		padding-bottom: 15px;
		transition: all 0.25s linear;
	}
}

.dropdown-nav__linkarea:first-child {
	border-top: none;
}

.dropdown-nav__thumb {
	display: flex;
	position: relative;
	width: 60px;
}

@media print, screen and (min-width: 768px) {
	.dropdown-nav__thumb {
		width: 100%;
	}
}

@media print {
	.dropdown-nav__thumb {
		width: 100%;
	}
}

.dropdown-nav__thumb-inner {
	align-items: center;
	background-color: #fff;
	display: flex;
	justify-content: center;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	.dropdown-nav__thumb-inner {
		height: 0;
		padding-bottom: 56.25%;
	}
}

@media print {
	.dropdown-nav__thumb-inner {
		height: 0;
		padding-bottom: 56.25%;
	}
}

.dropdown-nav__thumb-inner img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	max-height: inherit;
	max-width: inherit;
	object-fit: cover;
	position: absolute;
	top: 0;
	transition: all 0.45s ease;
	transition: all 0.25s ease;
	width: 100%;
}

.dropdown-nav__text {
	align-items: center;
	display: flex;
	padding: 16px;
	padding-left: 8px;
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.dropdown-nav__text {
		height: 50px;
		padding: 0;
		padding-right: 30px;
		padding-top: 8px;
	}
}

@media print {
	.dropdown-nav__text {
		height: 50px;
		padding: 0;
		padding-right: 30px;
		padding-top: 8px;
	}
}

.dropdown-nav__text span[class^='link-arrow'] {
	-webkit-transform: translate(0, -50%);
	opacity: 0;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 10;
}

@media print, screen and (min-width: 768px) {
	.dropdown-nav__text span[class^='link-arrow'] {
		opacity: 1;
	}
}

@media print {
	.dropdown-nav__text span[class^='link-arrow'] {
		opacity: 1;
	}
}

_::-webkit-full-page-media,
_:future,
:root .nav-global__list.dropdown-open::before {
	opacity: 0 !important;
}

.location-list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	margin-left: -8px;
	margin-right: -8px;
	padding: 0;
}

@media print, screen and (min-width: 768px) {
	.location-list {
		margin-left: -16px;
		margin-right: -16px;
	}
}

@media print {
	.location-list {
		margin-left: -16px;
		margin-right: -16px;
	}
}

@media print, screen and (min-width: 1680px) {
	.location-list {
		margin-left: -24px;
		margin-right: -24px;
	}
}

@media print {
	.location-list {
		margin-left: -24px;
		margin-right: -24px;
	}
}

.location-list__item {
	display: flex;
	margin: 0;
	margin-top: 16px;
	padding: 0;
	padding-left: 8px;
	padding-right: 8px;
	width: 100%;
}

.location-list__item:first-child {
	margin-top: 0;
}

@media print, screen and (min-width: 768px) {
	.location-list__item {
		margin-top: 24px;
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media print {
	.location-list__item {
		margin-top: 24px;
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media print, screen and (min-width: 1680px) {
	.location-list__item {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media print {
	.location-list__item {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media print, screen and (min-width: 992px) {
	.location-list__item--min {
		width: 50%;
	}

	.location-list__item--min:nth-child(-n + 2) {
		margin-top: 0;
	}
}

@media print {
	.location-list__item--min {
		width: 50%;
	}

	.location-list__item--min:nth-child(-n + 2) {
		margin-top: 0;
	}
}

.location-card {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #030303;
	display: flex;
	flex-direction: column;
	width: 100%;
}

@media print, screen and (min-width: 992px) {
	.location-card {
		flex-direction: row;
	}
}

@media print {
	.location-card {
		flex-direction: row;
	}
}

@media print, screen and (min-width: 992px) {
	.location-card--min {
		flex-direction: column-reverse;
	}
}

@media print {
	.location-card--min {
		flex-direction: column-reverse;
	}
}

@media print, screen and (min-width: 992px) {
	.location-card--min .location-card__map {
		height: 0;
		padding-bottom: 46.25%;
		width: 100%;
	}
}

@media print {
	.location-card--min .location-card__map {
		height: 0;
		padding-bottom: 46.25%;
		width: 100%;
	}
}

@media print, screen and (min-width: 1680px) {
	.location-card--min .location-card__content {
		padding: 24px 40px;
	}
}

@media print {
	.location-card--min .location-card__content {
		padding: 24px 40px;
	}
}

.location-card__map {
	background-color: #d1e6d9;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}

@media print, screen and (min-width: 992px) {
	.location-card__map {
		height: auto;
		padding: 0;
		width: 38.333%;
	}
}

@media print {
	.location-card__map {
		height: auto;
		padding: 0;
		width: 38.333%;
	}
}

.location-card__map iframe,
.location-card__map object,
.location-card__map embed {
	border: none;
	bottom: 0;
	height: calc(100% + 360px);
	left: 0;
	position: absolute;
	top: -180px;
	width: 100%;
}

.location-card__content {
	flex: 1;
	padding: 16px;
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.location-card__content {
		padding: 24px;
	}
}

@media print {
	.location-card__content {
		padding: 24px;
	}
}

@media print, screen and (min-width: 1680px) {
	.location-card__content {
		padding: 40px;
	}
}

@media print {
	.location-card__content {
		padding: 40px;
	}
}

.history-table {
	border-collapse: collapse;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	.history-table {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media print {
	.history-table {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

.history-table th {
	font-family: 'EB Garamond', serif;
	font-weight: 300;
}

.history-table th,
.history-table td {
	border-bottom: 1px dotted #eee;
	border-right: 1px solid #ddd;
	padding: 10px;
	position: relative;
	vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
	.history-table th,
	.history-table td {
		padding: 15px 20px;
	}
}

@media print {
	.history-table th,
	.history-table td {
		padding: 15px 20px;
	}
}

.history-table th:last-child,
.history-table td:last-child {
	border-right: none;
}

.history-table thead {
	z-index: 40;
}

@media print, screen and (min-width: 768px) {
	.history-table thead {
		font-size: 16px;
		font-size: 1.6rem;
		position: sticky;
		top: 60px;
	}
}

@media print {
	.history-table thead {
		font-size: 16px;
		font-size: 1.6rem;
		position: sticky;
		top: 60px;
	}
}

.history-table thead tr {
	background-color: #fff;
	position: relative;
}

.history-table thead tr::after {
	background-color: #ddd;
	bottom: 0;
	content: ' ';
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
}

.history-table thead th {
	background-color: #fff;
	color: #666;
	font-size: 90%;
}

.history-table thead th,
.history-table thead td {
	border: none;
	color: #333;
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
	font-weight: 'normal';
	font-weight: 600;
	padding: 5px 10px;
	text-align: center;
	white-space: nowrap;
	width: auto;
}

@media print, screen and (min-width: 768px) {
	.history-table thead th,
	.history-table thead td {
		height: 50px;
		padding: 15px;
		padding-top: 0;
	}
}

@media print {
	.history-table thead th,
	.history-table thead td {
		height: 50px;
		padding: 15px;
		padding-top: 0;
	}
}

.history-table thead td {
	position: relative;
	width: 43%;
}

@media print, screen and (min-width: 768px) {
	.history-table thead td {
		width: 45%;
	}
}

@media print {
	.history-table thead td {
		width: 45%;
	}
}

.history-table thead td::before {
	background-color: #ddd;
	bottom: 0;
	content: ' ';
	display: block;
	height: 16px;
	left: 0;
	position: absolute;
	width: 1px;
}

.history-table tbody tr:last-child td {
	border: none;
}

.history-table tbody tr:first-child th::after {
	top: 50%;
}

.history-table tbody td {
	width: 43%;
}

@media print, screen and (min-width: 768px) {
	.history-table tbody td {
		height: 80px;
	}
}

@media print {
	.history-table tbody td {
		height: 80px;
	}
}

.history-table tbody th {
	background-color: #fff;
	border: none;
	font-size: 150%;
	font-style: italic;
	font-weight: 400;
	position: relative;
	text-align: center;
	white-space: nowrap;
	width: 80px;
}

@media print, screen and (min-width: 768px) {
	.history-table tbody th {
		height: 55px;
		width: 10%;
	}
}

@media print {
	.history-table tbody th {
		height: 55px;
		width: 10%;
	}
}

.history-table tbody th::before,
.history-table tbody th::after {
	content: ' ';
	display: block;
	font-size: 5px;
	position: absolute;
}

@media print, screen and (min-width: 768px) {
	.history-table tbody th::before,
	.history-table tbody th::after {
		font-size: 5px;
	}
}

@media print {
	.history-table tbody th::before,
	.history-table tbody th::after {
		font-size: 5px;
	}
}

.history-table tbody th::before {
	-webkit-transform: translate(50%, -50%);
	background-color: #e8380d;
	border: 1em solid #fceae5;
	border-radius: 50%;
	height: 3em;
	right: 0;
	top: 50%;
	transform: translate(50%, -50%);
	width: 3em;
}

@media print, screen and (min-width: 768px) {
	.history-table tbody th::before {
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}

@media print {
	.history-table tbody th::before {
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}

.history-table tbody th::after {
	background-color: #e8380d;
	bottom: 0;
	content: ' ';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	z-index: 30;
}

@media print, screen and (min-width: 768px) {
	.history-table tbody th::after {
		right: 1.5em;
	}
}

@media print {
	.history-table tbody th::after {
		right: 1.5em;
	}
}

.history-table tbody th.nopoint::before {
	content: none;
}

.history-table .center {
	text-align: center;
}

.history-table .blank {
	background-color: #fcfcfc;
}

.block-message__lead {
	align-items: center;
	display: flex;
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 'normal';
	letter-spacing: 0.05em;
}

@media print, screen and (min-width: 768px) {
	.block-message__lead {
		font-size: 24px;
		font-size: 2.4rem;
	}
}

@media print {
	.block-message__lead {
		font-size: 24px;
		font-size: 2.4rem;
	}
}

.block-message__lead::after {
	background-color: #000;
	content: ' ';
	display: block;
	flex: 1;
	height: 1px;
	margin-left: 1em;
	opacity: 0.15;
	position: relative;
}

.block-message__text {
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
	font-weight: 'normal';
	letter-spacing: 0.05em;
	line-height: 2;
}

@media print, screen and (min-width: 768px) {
	.block-message__text {
		line-height: 2.4;
	}
}

@media print {
	.block-message__text {
		line-height: 2.4;
	}
}

.block-message__text p {
	margin-top: 1em;
}

.block-message__text p:first-child {
	margin-top: 0;
}

.block-message__profile {
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
	font-weight: 'normal';
	letter-spacing: 0.05em;
}

.block-message__profile strong {
	font-size: 115%;
}

.contact-text p {
	margin-top: 1em;
}

.contact-text p:first-child {
	margin-top: 0;
}

.contact-text__sent {
	font-size: 125%;
	font-weight: 600;
}

@media print, screen and (min-width: 768px) {
	.contact-text__sent {
		text-align: center;
	}
}

@media print {
	.contact-text__sent {
		text-align: center;
	}
}

.section-making {
	background-image: linear-gradient(-45deg, #fff 25%, #f6f4ea 25%, #f6f4ea 50%, #fff 50%, #fff 75%, #f6f4ea 75%, #f6f4ea);
	background-size: 8px 8px;
}

.making-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 574px;
}

@media print, screen and (min-width: 768px) {
	.making-container {
		border: 2px solid #fff;
	}
}

@media print {
	.making-container {
		border: 2px solid #fff;
	}
}

.making-container img {
	height: auto;
	max-width: 100%;
}

.making-container__header {
	position: relative;
}

.making-container__btns {
	-webkit-transform: translate(0, -30%);
	align-items: center;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	transform: translate(0, -30%);
	width: 100%;
	z-index: 10;
}

.making-container__btns > li > a {
	display: block;
	position: relative;
}

@media (hover: hover) and (pointer: fine) {
	.making-container__btns > li > a:hover img:nth-child(2) {
		opacity: 1;
	}
}

.making-container__btns > li > a img:nth-child(2) {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
}

/* =====================
  subpage setting
===================== */
.content-list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	margin-left: -8px;
	margin-right: -8px;
	padding: 0;
}

@media print, screen and (min-width: 768px) {
	.content-list {
		margin-left: -16px;
		margin-right: -16px;
	}
}

@media print {
	.content-list {
		margin-left: -16px;
		margin-right: -16px;
	}
}

@media print, screen and (min-width: 1680px) {
	.content-list {
		margin-left: -24px;
		margin-right: -24px;
	}
}

@media print {
	.content-list {
		margin-left: -24px;
		margin-right: -24px;
	}
}

.content-list__item,
.content-list__item--lg {
	display: flex;
	margin: 0;
	margin-top: 24px;
	padding: 0;
	padding-left: 8px;
	padding-right: 8px;
	width: 50%;
}

.content-list__item:nth-child(-n + 2),
.content-list__item--lg:nth-child(-n + 2) {
	margin-top: 0;
}

@media print, screen and (min-width: 768px) {
	.content-list__item,
	.content-list__item--lg {
		margin-top: 40px;
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media print {
	.content-list__item,
	.content-list__item--lg {
		margin-top: 40px;
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media print, screen and (min-width: 992px) {
	.content-list__item,
	.content-list__item--lg {
		width: 33.333%;
	}

	.content-list__item:nth-child(-n + 3),
	.content-list__item--lg:nth-child(-n + 3) {
		margin-top: 0;
	}
}

@media print {
	.content-list__item,
	.content-list__item--lg {
		width: 33.333%;
	}

	.content-list__item:nth-child(-n + 3),
	.content-list__item--lg:nth-child(-n + 3) {
		margin-top: 0;
	}
}

@media print, screen and (min-width: 1680px) {
	.content-list__item,
	.content-list__item--lg {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media print {
	.content-list__item,
	.content-list__item--lg {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media print, screen and (min-width: 992px) {
	.content-list__item--lg {
		width: 50%;
	}

	.content-list__item--lg:nth-child(3) {
		margin-top: 40px;
	}
}

@media print {
	.content-list__item--lg {
		width: 50%;
	}

	.content-list__item--lg:nth-child(3) {
		margin-top: 40px;
	}
}

.content-card {
	background-color: #fff;
	color: #030303;
	display: flex;
	flex-direction: column;
	text-decoration: none !important;
	width: 100%;
}

@media (hover: hover) and (pointer: fine) {
	.content-card .content-card__btn {
		transition: all 0.25s ease;
	}

	.content-card:hover {
		color: #030303;
	}

	.content-card:hover .content-card__btn {
		-webkit-transform: translate(1em, 0);
		color: #e8380d;
		transform: translate(1em, 0);
	}

	.content-card:hover .content-card__thumb img {
		-webkit-transform: scale(1.03);
		opacity: 0.8;
		transform: scale(1.03);
	}
}

.content-card__thumb {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}

.content-card__thumb img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	max-height: inherit;
	max-width: inherit;
	object-fit: cover;
	position: absolute;
	top: 0;
	transition: all 0.45s ease;
	width: 100%;
}

.content-card__content {
	border: 1px solid #ddd;
	border-top: 2px solid #e8380d;
	flex: 1;
	padding: 16px 8px 40px;
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.content-card__content {
		padding: 32px 16px 80px;
	}
}

@media print {
	.content-card__content {
		padding: 32px 16px 80px;
	}
}

@media print, screen and (min-width: 1680px) {
	.content-card__content {
		padding: 32px 40px 80px;
	}
}

@media print {
	.content-card__content {
		padding: 32px 40px 80px;
	}
}

.content-card__text {
	font-size: 10px;
	font-size: 1rem;
	margin-top: 8px;
	opacity: 0.8;
}

@media print, screen and (min-width: 768px) {
	.content-card__text {
		font-size: 13px;
		font-size: 1.3rem;
		margin-top: 16px;
	}
}

@media print {
	.content-card__text {
		font-size: 13px;
		font-size: 1.3rem;
		margin-top: 16px;
	}
}

@media print, screen and (min-width: 1680px) {
	.content-card__text {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media print {
	.content-card__text {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

.content-card__btn {
	align-items: center;
	bottom: 16px;
	color: #030303;
	display: flex;
	font-family: 'EB Garamond', serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	position: absolute;
	right: 8px;
}

@media print, screen and (min-width: 768px) {
	.content-card__btn {
		bottom: 32px;
		font-size: 13px;
		font-size: 1.3rem;
		right: 16px;
	}
}

@media print {
	.content-card__btn {
		bottom: 32px;
		font-size: 13px;
		font-size: 1.3rem;
		right: 16px;
	}
}

@media print, screen and (min-width: 1680px) {
	.content-card__btn {
		right: 40px;
	}
}

@media print {
	.content-card__btn {
		right: 40px;
	}
}

.content-card .link-arrow {
	margin-left: 1em;
}

@media print, screen and (min-width: 992px) {
	.row-container,
	.row-container--min,
	.row-container--b {
		display: flex;
		justify-content: space-between;
	}
}

@media print {
	.row-container,
	.row-container--min,
	.row-container--b {
		display: flex;
		justify-content: space-between;
	}
}

.row-container__title {
	margin-bottom: 24px;
}

@media print, screen and (min-width: 768px) {
	.row-container__title {
		margin-bottom: 40px;
	}
}

@media print {
	.row-container__title {
		margin-bottom: 40px;
	}
}

@media print, screen and (min-width: 992px) {
	.row-container__title {
		margin-bottom: 0;
		padding-right: 30px;
		width: 320px;
	}
}

@media print {
	.row-container__title {
		margin-bottom: 0;
		padding-right: 30px;
		width: 320px;
	}
}

@media print, screen and (min-width: 1680px) {
	.row-container__title {
		width: 460px;
	}
}

@media print {
	.row-container__title {
		width: 460px;
	}
}

.row-container__side {
	margin-bottom: 24px;
}

@media print, screen and (min-width: 768px) {
	.row-container__side {
		justify-self: flex-end;
		margin-bottom: 40px;
		order: 2;
	}
}

@media print {
	.row-container__side {
		justify-self: flex-end;
		margin-bottom: 40px;
		order: 2;
	}
}

@media print, screen and (min-width: 992px) {
	.row-container__side {
		margin-bottom: 0;
		padding-left: 24px;
		width: 320px;
	}
}

@media print {
	.row-container__side {
		margin-bottom: 0;
		padding-left: 24px;
		width: 320px;
	}
}

@media print, screen and (min-width: 1680px) {
	.row-container__side {
		padding-left: 80px;
		width: 460px;
	}
}

@media print {
	.row-container__side {
		padding-left: 80px;
		width: 460px;
	}
}

@media print, screen and (min-width: 992px) {
	.row-container__content {
		max-width: 1200px;
		width: calc(100% - 320px);
	}
}

@media print {
	.row-container__content {
		max-width: 1200px;
		width: calc(100% - 320px);
	}
}

@media print, screen and (min-width: 1680px) {
	.row-container__content {
		flex: 1;
		width: auto;
	}
}

@media print {
	.row-container__content {
		flex: 1;
		width: auto;
	}
}

@media print, screen and (min-width: 768px) {
	.row-container--b {
		display: flex;
	}
}

@media print {
	.row-container--b {
		display: flex;
	}
}

@media print, screen and (min-width: 768px) {
	.row-container--b .row-container__title {
		margin-bottom: 0;
		padding-right: 24px;
		width: 240px;
	}
}

@media print {
	.row-container--b .row-container__title {
		margin-bottom: 0;
		padding-right: 24px;
		width: 240px;
	}
}

@media print, screen and (min-width: 992px) {
	.row-container--b .row-container__title {
		width: 240px;
	}
}

@media print {
	.row-container--b .row-container__title {
		width: 240px;
	}
}

@media print, screen and (min-width: 1680px) {
	.row-container--b .row-container__title {
		width: 400px;
	}
}

@media print {
	.row-container--b .row-container__title {
		width: 400px;
	}
}

@media print, screen and (min-width: 768px) {
	.row-container--b .row-container__side {
		margin-bottom: 0;
		padding-left: 24px;
		width: 240px;
	}
}

@media print {
	.row-container--b .row-container__side {
		margin-bottom: 0;
		padding-left: 24px;
		width: 240px;
	}
}

@media print, screen and (min-width: 992px) {
	.row-container--b .row-container__side {
		width: 240px;
	}
}

@media print {
	.row-container--b .row-container__side {
		width: 240px;
	}
}

@media print, screen and (min-width: 1680px) {
	.row-container--b .row-container__side {
		padding-left: 80px;
		width: 400px;
	}
}

@media print {
	.row-container--b .row-container__side {
		padding-left: 80px;
		width: 400px;
	}
}

@media print, screen and (min-width: 768px) {
	.row-container--b .row-container__content {
		max-width: 1200px;
		width: calc(100% - 240px);
	}
}

@media print {
	.row-container--b .row-container__content {
		max-width: 1200px;
		width: calc(100% - 240px);
	}
}

@media print, screen and (min-width: 1680px) {
	.row-container--b .row-container__content {
		flex: 1;
		width: auto;
	}
}

@media print {
	.row-container--b .row-container__content {
		flex: 1;
		width: auto;
	}
}

@media print, screen and (min-width: 768px) {
	.row-container--min {
		display: flex;
	}
}

@media print {
	.row-container--min {
		display: flex;
	}
}

@media print, screen and (min-width: 768px) {
	.row-container--min .row-container__title {
		margin-bottom: 0;
		width: 240px;
	}
}

@media print {
	.row-container--min .row-container__title {
		margin-bottom: 0;
		width: 240px;
	}
}

@media print, screen and (min-width: 1680px) {
	.row-container--min .row-container__title {
		width: 240px;
	}
}

@media print {
	.row-container--min .row-container__title {
		width: 240px;
	}
}

@media print, screen and (min-width: 768px) {
	.row-container--min .row-container__side {
		padding-left: 40px;
		width: 240px;
	}
}

@media print {
	.row-container--min .row-container__side {
		padding-left: 40px;
		width: 240px;
	}
}

.anchor-list,
.anchor-list--sticky,
.anchor-list--low {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	.anchor-list,
	.anchor-list--sticky,
	.anchor-list--low {
		display: block;
	}
}

@media print {
	.anchor-list,
	.anchor-list--sticky,
	.anchor-list--low {
		display: block;
	}
}

.anchor-list__item {
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3;
	margin-right: 4px;
	margin-top: 4px;
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.anchor-list__item {
		font-size: 15px;
		font-size: 1.5rem;
		margin-right: 0;
		margin-top: 1em;
		padding: 0.5em;
		padding-left: 0;
		transition: all 0.25s ease;
	}

	.anchor-list__item:first-child {
		margin-top: 0;
	}
}

@media print {
	.anchor-list__item {
		font-size: 15px;
		font-size: 1.5rem;
		margin-right: 0;
		margin-top: 1em;
		padding: 0.5em;
		padding-left: 0;
		transition: all 0.25s ease;
	}

	.anchor-list__item:first-child {
		margin-top: 0;
	}
}

.anchor-list__item--title {
	border-left: 3px solid #e8380d;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 9px;
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-top: 0.5em;
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	.anchor-list__item--title {
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 24px;
	}
}

@media print {
	.anchor-list__item--title {
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 24px;
	}
}

.anchor-list__item > a {
	background-color: #f5f5f5;
	border-radius: 2px;
	color: #030303;
	display: inline-block;
	min-width: 80px;
	padding: 0.75em 1em;
	position: relative;
	text-decoration: none !important;
	transition: all 0.35s ease;
}

@media print, screen and (min-width: 768px) {
	.anchor-list__item > a {
		background-color: transparent;
		border-radius: 0;
		padding: 0;
		padding-bottom: 0.5em;
		padding-right: 1em;
	}
}

@media print {
	.anchor-list__item > a {
		background-color: transparent;
		border-radius: 0;
		padding: 0;
		padding-bottom: 0.5em;
		padding-right: 1em;
	}
}

.anchor-list__item > a:hover {
	color: #030303;
	padding-left: 1em;
}

.anchor-list__item > a:hover::before {
	width: 100%;
}

.anchor-list__item > a:hover::after {
	width: 3px;
}

.anchor-list__item > a::before {
	background-color: #e8380d;
	bottom: 0;
	content: ' ';
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	transition: all 0.35s ease;
	width: 0;
}

.anchor-list__item > a::after {
	-webkit-transform: translate(0, -50%);
	background-color: #030303;
	border-radius: 50%;
	content: ' ';
	display: block;
	height: 3px;
	left: 2px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	transition: all 0.15s ease;
	width: 0;
}

.anchor-list__item > a.active {
	padding-left: 1em;
}

.anchor-list__item > a.active::before {
	background-color: #e8380d;
	width: 100%;
}

.anchor-list__item > a.active::after {
	background-color: #e8380d;
	width: 3px;
}

@media print, screen and (min-width: 768px) {
	.anchor-list--low .anchor-list__item {
		margin-top: 0;
		padding-top: 0;
	}
}

@media print {
	.anchor-list--low .anchor-list__item {
		margin-top: 0;
		padding-top: 0;
	}
}

@media print, screen and (min-width: 768px) {
	.anchor-list--sticky {
		position: sticky;
		top: 160px;
	}
}

@media print {
	.anchor-list--sticky {
		position: sticky;
		top: 160px;
	}
}

.initial-text,
.initial-text--lg,
.initial-text--left {
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 'normal';
}

@media print, screen and (min-width: 768px) {
	.initial-text,
	.initial-text--lg,
	.initial-text--left {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 2;
		text-align: center;
	}
}

@media print {
	.initial-text,
	.initial-text--lg,
	.initial-text--left {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 2;
		text-align: center;
	}
}

@media print, screen and (min-width: 768px) {
	.initial-text--left {
		text-align: left;
	}
}

@media print {
	.initial-text--left {
		text-align: left;
	}
}

.initial-text--lg {
	font-size: 18px;
	font-size: 1.8rem;
}

@media print, screen and (min-width: 768px) {
	.initial-text--lg {
		font-size: 24px;
		font-size: 2.4rem;
	}
}

@media print {
	.initial-text--lg {
		font-size: 24px;
		font-size: 2.4rem;
	}
}

.row-content,
.row-content--center {
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
}

@media print, screen and (min-width: 768px) {
	.row-content,
	.row-content--center {
		margin-left: -16px;
		margin-right: -16px;
	}
}

@media print {
	.row-content,
	.row-content--center {
		margin-left: -16px;
		margin-right: -16px;
	}
}

@media print, screen and (min-width: 1680px) {
	.row-content,
	.row-content--center {
		margin-left: -24px;
		margin-right: -24px;
	}
}

@media print {
	.row-content,
	.row-content--center {
		margin-left: -24px;
		margin-right: -24px;
	}
}

.row-content--center {
	align-items: center;
}

.row-content__col,
.row-content__col--lg-flex,
.row-content__col--lg-6,
.row-content__col--md-flex,
.row-content__col--md-6,
.row-content__col--md-4,
.row-content__col--md-3,
.row-content__col--sm-flex,
.row-content__col--sm-6,
.row-content__col--sm-4,
.row-content__col--sm-3 {
	margin-top: 16px;
	padding-left: 8px;
	padding-right: 8px;
	width: 100%;
}

.row-content__col:first-child,
.row-content__col--lg-flex:first-child,
.row-content__col--lg-6:first-child,
.row-content__col--md-flex:first-child,
.row-content__col--md-6:first-child,
.row-content__col--md-4:first-child,
.row-content__col--md-3:first-child,
.row-content__col--sm-flex:first-child,
.row-content__col--sm-6:first-child,
.row-content__col--sm-4:first-child,
.row-content__col--sm-3:first-child {
	margin-top: 0;
}

@media print, screen and (min-width: 768px) {
	.row-content__col,
	.row-content__col--lg-flex,
	.row-content__col--lg-6,
	.row-content__col--md-flex,
	.row-content__col--md-6,
	.row-content__col--md-4,
	.row-content__col--md-3,
	.row-content__col--sm-flex,
	.row-content__col--sm-6,
	.row-content__col--sm-4,
	.row-content__col--sm-3 {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media print {
	.row-content__col,
	.row-content__col--lg-flex,
	.row-content__col--lg-6,
	.row-content__col--md-flex,
	.row-content__col--md-6,
	.row-content__col--md-4,
	.row-content__col--md-3,
	.row-content__col--sm-flex,
	.row-content__col--sm-6,
	.row-content__col--sm-4,
	.row-content__col--sm-3 {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media print, screen and (min-width: 1680px) {
	.row-content__col,
	.row-content__col--lg-flex,
	.row-content__col--lg-6,
	.row-content__col--md-flex,
	.row-content__col--md-6,
	.row-content__col--md-4,
	.row-content__col--md-3,
	.row-content__col--sm-flex,
	.row-content__col--sm-6,
	.row-content__col--sm-4,
	.row-content__col--sm-3 {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media print {
	.row-content__col,
	.row-content__col--lg-flex,
	.row-content__col--lg-6,
	.row-content__col--md-flex,
	.row-content__col--md-6,
	.row-content__col--md-4,
	.row-content__col--md-3,
	.row-content__col--sm-flex,
	.row-content__col--sm-6,
	.row-content__col--sm-4,
	.row-content__col--sm-3 {
		padding-left: 24px;
		padding-right: 24px;
	}
}

.row-content__col img,
.row-content__col--lg-flex img,
.row-content__col--lg-6 img,
.row-content__col--md-flex img,
.row-content__col--md-6 img,
.row-content__col--md-4 img,
.row-content__col--md-3 img,
.row-content__col--sm-flex img,
.row-content__col--sm-6 img,
.row-content__col--sm-4 img,
.row-content__col--sm-3 img {
	height: auto;
	max-width: 100%;
}

@media print, screen and (min-width: 768px) {
	.row-content__col--sm-3 {
		margin-top: 0;
		width: 25%;
	}
}

@media print {
	.row-content__col--sm-3 {
		margin-top: 0;
		width: 25%;
	}
}

@media print, screen and (min-width: 768px) {
	.row-content__col--sm-4 {
		margin-top: 0;
		width: 33.3333%;
	}
}

@media print {
	.row-content__col--sm-4 {
		margin-top: 0;
		width: 33.3333%;
	}
}

@media print, screen and (min-width: 768px) {
	.row-content__col--sm-6 {
		margin-top: 0;
		width: 50%;
	}
}

@media print {
	.row-content__col--sm-6 {
		margin-top: 0;
		width: 50%;
	}
}

@media print, screen and (min-width: 768px) {
	.row-content__col--sm-flex {
		flex: 1;
		margin-top: 0;
	}
}

@media print {
	.row-content__col--sm-flex {
		flex: 1;
		margin-top: 0;
	}
}

@media print, screen and (min-width: 992px) {
	.row-content__col--md-3 {
		margin-top: 0;
		width: 25%;
	}
}

@media print {
	.row-content__col--md-3 {
		margin-top: 0;
		width: 25%;
	}
}

@media print, screen and (min-width: 992px) {
	.row-content__col--md-4 {
		margin-top: 0;
		width: 33.3333%;
	}
}

@media print {
	.row-content__col--md-4 {
		margin-top: 0;
		width: 33.3333%;
	}
}

@media print, screen and (min-width: 992px) {
	.row-content__col--md-6 {
		margin-top: 0;
		width: 50%;
	}
}

@media print {
	.row-content__col--md-6 {
		margin-top: 0;
		width: 50%;
	}
}

@media print, screen and (min-width: 992px) {
	.row-content__col--md-flex {
		flex: 1;
		margin-top: 0;
	}
}

@media print {
	.row-content__col--md-flex {
		flex: 1;
		margin-top: 0;
	}
}

@media print, screen and (min-width: 1680px) {
	.row-content__col--lg-6 {
		margin-top: 0;
		width: 50%;
	}
}

@media print {
	.row-content__col--lg-6 {
		margin-top: 0;
		width: 50%;
	}
}

@media print, screen and (min-width: 1680px) {
	.row-content__col--lg-flex {
		flex: 1;
		margin-top: 0;
	}
}

@media print {
	.row-content__col--lg-flex {
		flex: 1;
		margin-top: 0;
	}
}

.row-harf,
.row-harf--md {
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
}

@media print, screen and (min-width: 768px) {
	.row-harf,
	.row-harf--md {
		margin-left: -16px;
		margin-right: -16px;
	}
}

@media print {
	.row-harf,
	.row-harf--md {
		margin-left: -16px;
		margin-right: -16px;
	}
}

@media print, screen and (min-width: 1680px) {
	.row-harf,
	.row-harf--md {
		margin-left: -24px;
		margin-right: -24px;
	}
}

@media print {
	.row-harf,
	.row-harf--md {
		margin-left: -24px;
		margin-right: -24px;
	}
}

@media print, screen and (min-width: 768px) {
	.row-harf--md .row-harf__col {
		width: 100%;
	}

	.row-harf--md .row-harf__col:nth-child(2) {
		margin-top: 24px;
	}
}

@media print {
	.row-harf--md .row-harf__col {
		width: 100%;
	}

	.row-harf--md .row-harf__col:nth-child(2) {
		margin-top: 24px;
	}
}

@media print, screen and (min-width: 992px) {
	.row-harf--md .row-harf__col {
		width: 50%;
	}

	.row-harf--md .row-harf__col:nth-child(2) {
		margin-top: 0;
	}
}

@media print {
	.row-harf--md .row-harf__col {
		width: 50%;
	}

	.row-harf--md .row-harf__col:nth-child(2) {
		margin-top: 0;
	}
}

.row-harf__col {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	margin: 0;
	margin-top: 16px;
	padding: 0;
	padding-left: 8px;
	padding-right: 8px;
	width: 100%;
}

.row-harf__col:first-child {
	margin-top: 0;
}

@media print, screen and (min-width: 768px) {
	.row-harf__col {
		margin-top: 24px;
		padding-left: 16px;
		padding-right: 16px;
		width: 50%;
	}

	.row-harf__col:nth-child(2) {
		margin-top: 0;
	}
}

@media print {
	.row-harf__col {
		margin-top: 24px;
		padding-left: 16px;
		padding-right: 16px;
		width: 50%;
	}

	.row-harf__col:nth-child(2) {
		margin-top: 0;
	}
}

@media print, screen and (min-width: 1680px) {
	.row-harf__col {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media print {
	.row-harf__col {
		padding-left: 24px;
		padding-right: 24px;
	}
}

.row-harf__flex {
	flex: 1;
}

.row-harf__box {
	width: 100%;
}

.row-harf__box img {
	margin: 0 auto;
}

.row-quarter,
.row-quarter--md {
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
}

@media print, screen and (min-width: 1680px) {
	.row-quarter,
	.row-quarter--md {
		margin-left: -16px;
		margin-right: -16px;
	}
}

@media print {
	.row-quarter,
	.row-quarter--md {
		margin-left: -16px;
		margin-right: -16px;
	}
}

@media print, screen and (min-width: 768px) {
	.row-quarter--md .row-quarter__col {
		margin-top: 24px;
		width: 50%;
	}

	.row-quarter--md .row-quarter__col:nth-child(3),
	.row-quarter--md .row-quarter__col:nth-child(4) {
		margin-top: 24px;
	}
}

@media print {
	.row-quarter--md .row-quarter__col {
		margin-top: 24px;
		width: 50%;
	}

	.row-quarter--md .row-quarter__col:nth-child(3),
	.row-quarter--md .row-quarter__col:nth-child(4) {
		margin-top: 24px;
	}
}

@media print, screen and (min-width: 992px) {
	.row-quarter--md .row-quarter__col {
		width: 25%;
	}

	.row-quarter--md .row-quarter__col:nth-child(-n + 4) {
		margin-top: 0;
	}
}

@media print {
	.row-quarter--md .row-quarter__col {
		width: 25%;
	}

	.row-quarter--md .row-quarter__col:nth-child(-n + 4) {
		margin-top: 0;
	}
}

.row-quarter__col {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	margin: 0;
	margin-top: 16px;
	padding: 0;
	padding-left: 8px;
	padding-right: 8px;
	width: 50%;
}

.row-quarter__col:nth-child(-n + 2) {
	margin-top: 0;
}

@media print, screen and (min-width: 768px) {
	.row-quarter__col {
		margin-top: 24px;
		width: 25%;
	}

	.row-quarter__col:nth-child(-n + 4) {
		margin-top: 0;
	}
}

@media print {
	.row-quarter__col {
		margin-top: 24px;
		width: 25%;
	}

	.row-quarter__col:nth-child(-n + 4) {
		margin-top: 0;
	}
}

@media print, screen and (min-width: 1680px) {
	.row-quarter__col {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media print {
	.row-quarter__col {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.row-quarter__flex {
	flex: 1;
}

.row-quarter__box {
	width: 100%;
}

.row-quarter__box img {
	margin: 0 auto;
}

.box-sdgs {
	background-color: #fff;
	margin-top: 4px;
	padding: 8px;
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	.box-sdgs {
		align-items: center;
		display: flex;
		margin-top: 8px;
		padding: 16px;
	}
}

@media print {
	.box-sdgs {
		align-items: center;
		display: flex;
		margin-top: 8px;
		padding: 16px;
	}
}

.box-sdgs__title {
	font-size: 90%;
	font-weight: 700;
	line-height: 1.5;
}

.sdgs-list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	margin-left: -2px;
	margin-right: -2px;
	margin-top: 4px;
	padding: 0;
}

@media print, screen and (min-width: 768px) {
	.sdgs-list {
		flex: 1;
		margin-left: 24px;
		margin-right: -4px;
		margin-top: 0;
	}
}

@media print {
	.sdgs-list {
		flex: 1;
		margin-left: 24px;
		margin-right: -4px;
		margin-top: 0;
	}
}

.sdgs-list > li {
	margin: 0;
	padding: 0;
	padding: 2px;
}

@media print, screen and (min-width: 768px) {
	.sdgs-list > li {
		padding: 4px;
	}
}

@media print {
	.sdgs-list > li {
		padding: 4px;
	}
}

.sdgs-list > li:first-child {
	margin-left: 0;
}

.sdgs-list > li img {
	height: auto;
	width: 45px;
}

@media print, screen and (min-width: 768px) {
	.sdgs-list > li img {
		width: 65px;
	}
}

@media print {
	.sdgs-list > li img {
		width: 65px;
	}
}

.tec-pgttl {
	background-image: linear-gradient(0deg, transparent 9px, #eee 10px), linear-gradient(90deg, transparent 9px, #eee 10px);
	background-size: 10px 10px;
	border-bottom: 1px solid #e8380d;
	border-top: 2px solid #e8380d;
	position: relative;
}

.tec-pgttl__container {
	align-items: center;
	display: flex;
	min-height: 100px;
	position: relative;
	z-index: 10;
}

@media print, screen and (min-width: 768px) {
	.tec-pgttl__container {
		height: 180px;
	}
}

@media print {
	.tec-pgttl__container {
		height: 180px;
	}
}

.tec-pgttl__content {
	display: flex;
	flex-direction: column;
}

.tec-pgttl__cat {
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 'normal';
	letter-spacing: 0.05em;
	line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
	.tec-pgttl__cat {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media print {
	.tec-pgttl__cat {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

.tec-pgttl__ja {
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 'normal';
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.3;
	margin-top: 4px;
}

@media print, screen and (min-width: 768px) {
	.tec-pgttl__ja {
		font-size: 40px;
		font-size: 4rem;
		margin-top: 8px;
	}
}

@media print {
	.tec-pgttl__ja {
		font-size: 40px;
		font-size: 4rem;
		margin-top: 8px;
	}
}

.tec-pgttl__text {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3;
	margin-top: 4px;
}

@media print, screen and (min-width: 768px) {
	.tec-pgttl__text {
		font-size: 14px;
		font-size: 1.4rem;
		margin-top: 8px;
	}
}

@media print {
	.tec-pgttl__text {
		font-size: 14px;
		font-size: 1.4rem;
		margin-top: 8px;
	}
}

/* =====================
  top page
===================== */
.section-news {
	margin-top: 40px;
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.section-news {
		margin-top: 120px;
	}
}

@media print {
	.section-news {
		margin-top: 120px;
	}
}

.section-news__container {
	position: relative;
	z-index: 20;
}

@media print, screen and (min-width: 992px) {
	.section-news__container {
		display: flex;
	}
}

@media print {
	.section-news__container {
		display: flex;
	}
}

.section-news__left {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}

@media print, screen and (min-width: 768px) {
	.section-news__left {
		margin-bottom: 32px;
	}
}

@media print {
	.section-news__left {
		margin-bottom: 32px;
	}
}

@media print, screen and (min-width: 992px) {
	.section-news__left {
		display: block;
		margin-bottom: 0;
		margin-right: 32px;
		width: 280px;
	}
}

@media print {
	.section-news__left {
		display: block;
		margin-bottom: 0;
		margin-right: 32px;
		width: 280px;
	}
}

@media print, screen and (min-width: 1680px) {
	.section-news__left {
		width: 400px;
	}
}

@media print {
	.section-news__left {
		width: 400px;
	}
}

.section-news__btn {
	width: 160px;
}

@media print, screen and (min-width: 992px) {
	.section-news__btn {
		margin-top: 60px;
		width: 180px;
	}
}

@media print {
	.section-news__btn {
		margin-top: 60px;
		width: 180px;
	}
}

@media print, screen and (min-width: 992px) {
	.section-news__right {
		flex: 1;
	}
}

@media print {
	.section-news__right {
		flex: 1;
	}
}

.section-company {
	margin-top: 40px;
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.section-company {
		margin-top: 120px;
	}
}

@media print {
	.section-company {
		margin-top: 120px;
	}
}

@media print, screen and (min-width: 992px) {
	.section-company {
		align-items: center;
		display: flex;
	}

	.section-company::after {
		background-color: #f5f5f5;
		bottom: 0;
		content: ' ';
		display: block;
		height: 120px;
		left: 0;
		position: absolute;
		right: 0;
		z-index: -1;
	}
}

@media print {
	.section-company {
		align-items: center;
		display: flex;
	}

	.section-company::after {
		background-color: #f5f5f5;
		bottom: 0;
		content: ' ';
		display: block;
		height: 120px;
		left: 0;
		position: absolute;
		right: 0;
		z-index: -1;
	}
}

.section-company__content {
	margin-top: 24px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	.section-company__content {
		margin-top: 40px;
	}
}

@media print {
	.section-company__content {
		margin-top: 40px;
	}
}

@media print, screen and (min-width: 992px) {
	.section-company__content {
		padding-left: 0;
		padding-right: 30px;
		width: 50%;
	}
}

@media print {
	.section-company__content {
		padding-left: 0;
		padding-right: 30px;
		width: 50%;
	}
}

@media print, screen and (min-width: 1680px) {
	.section-company__content {
		padding-right: calc(50vw - 720px);
	}
}

@media print {
	.section-company__content {
		padding-right: calc(50vw - 720px);
	}
}

.section-company__thumb {
	position: relative;
	width: 100%;
}

@media print, screen and (min-width: 992px) {
	.section-company__thumb {
		margin-top: 0;
		padding-right: 40px;
		width: 50%;
	}
}

@media print {
	.section-company__thumb {
		margin-top: 0;
		padding-right: 40px;
		width: 50%;
	}
}

@media print, screen and (min-width: 1680px) {
	.section-company__thumb {
		padding-right: 80px;
	}
}

@media print {
	.section-company__thumb {
		padding-right: 80px;
	}
}

.section-company__thumb-inner {
	margin-left: 0;
	margin-right: auto;
	padding-bottom: 60%;
	position: relative;
	width: 80%;
}

@media print, screen and (min-width: 768px) {
	.section-company__thumb-inner {
		padding-bottom: 420px;
	}
}

@media print {
	.section-company__thumb-inner {
		padding-bottom: 420px;
	}
}

@media print, screen and (min-width: 992px) {
	.section-company__thumb-inner {
		padding-bottom: 720px;
		width: 100%;
	}
}

@media print {
	.section-company__thumb-inner {
		padding-bottom: 720px;
		width: 100%;
	}
}

.section-company__thumb-inner img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	max-height: inherit;
	max-width: inherit;
	object-fit: cover;
	position: absolute;
	top: 0;
	transition: all 0.45s ease;
	width: 100%;
}

.section-company__text {
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 'normal';
	margin-top: 24px;
}

@media print, screen and (min-width: 768px) {
	.section-company__text {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 2.46;
		margin-top: 40px;
	}
}

@media print {
	.section-company__text {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 2.46;
		margin-top: 40px;
	}
}

.section-company__btn {
	margin-top: 24px;
}

@media print, screen and (min-width: 768px) {
	.section-company__btn {
		margin-top: 40px;
	}
}

@media print {
	.section-company__btn {
		margin-top: 40px;
	}
}

.section-business {
	background-color: #f5f5f5;
	padding-bottom: 40px;
	padding-top: 40px;
}

@media print, screen and (min-width: 768px) {
	.section-business {
		padding-bottom: 160px;
		padding-top: 120px;
	}
}

@media print {
	.section-business {
		padding-bottom: 160px;
		padding-top: 120px;
	}
}

@media print, screen and (min-width: 768px) {
	.section-business__container {
		display: flex;
	}
}

@media print {
	.section-business__container {
		display: flex;
	}
}

@media print, screen and (min-width: 768px) {
	.section-business__col {
		display: flex;
		margin-left: 1px;
		width: 100%;
	}
}

@media print {
	.section-business__col {
		display: flex;
		margin-left: 1px;
		width: 100%;
	}
}

.top-card {
	background-color: #fff;
	color: #030303;
	display: flex;
	flex-direction: column;
	text-decoration: none !important;
	width: 100%;
}

@media (hover: hover) and (pointer: fine) {
	.top-card .top-card__btn {
		transition: all 0.25s ease;
	}

	.top-card:hover {
		color: #030303;
	}

	.top-card:hover .top-card__btn {
		-webkit-transform: translate(1em, 0);
		color: #e8380d;
		transform: translate(1em, 0);
	}

	.top-card:hover .top-card__thumb img {
		-webkit-transform: scale(1.03);
		opacity: 0.8;
		transform: scale(1.03);
	}
}

.top-card__thumb {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}

.top-card__thumb img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	max-height: inherit;
	max-width: inherit;
	object-fit: cover;
	position: absolute;
	top: 0;
	transition: all 0.45s ease;
	width: 100%;
}

.top-card__content {
	flex: 1;
	padding: 16px 16px 40px;
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.top-card__content {
		padding: 32px 16px 80px;
	}
}

@media print {
	.top-card__content {
		padding: 32px 16px 80px;
	}
}

@media print, screen and (min-width: 992px) {
	.top-card__content {
		padding: 40px 40px 80px;
	}
}

@media print {
	.top-card__content {
		padding: 40px 40px 80px;
	}
}

@media print, screen and (min-width: 1680px) {
	.top-card__content {
		padding: 40px 64px 120px;
	}
}

@media print {
	.top-card__content {
		padding: 40px 64px 120px;
	}
}

.top-card__text {
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 16px;
	opacity: 0.8;
}

@media print, screen and (min-width: 768px) {
	.top-card__text {
		margin-top: 24px;
	}
}

@media print {
	.top-card__text {
		margin-top: 24px;
	}
}

@media print, screen and (min-width: 992px) {
	.top-card__text {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media print {
	.top-card__text {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

.top-card__btn {
	align-items: center;
	bottom: 24px;
	color: #030303;
	display: flex;
	font-family: 'EB Garamond', serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	position: absolute;
	right: 16px;
}

@media print, screen and (min-width: 768px) {
	.top-card__btn {
		bottom: 32px;
		font-size: 13px;
		font-size: 1.3rem;
	}
}

@media print {
	.top-card__btn {
		bottom: 32px;
		font-size: 13px;
		font-size: 1.3rem;
	}
}

@media print, screen and (min-width: 992px) {
	.top-card__btn {
		right: 40px;
	}
}

@media print {
	.top-card__btn {
		right: 40px;
	}
}

@media print, screen and (min-width: 1680px) {
	.top-card__btn {
		right: 64px;
	}
}

@media print {
	.top-card__btn {
		right: 64px;
	}
}

.top-card .link-arrow {
	margin-left: 1em;
}

@media print, screen and (min-width: 768px) {
	.section-technology {
		display: flex;
	}
}

@media print {
	.section-technology {
		display: flex;
	}
}

@media print, screen and (min-width: 768px) {
	.section-technology__item {
		display: flex;
		flex-direction: column;
		height: 640px;
		width: 100%;
	}
}

@media print {
	.section-technology__item {
		display: flex;
		flex-direction: column;
		height: 640px;
		width: 100%;
	}
}

@media print, screen and (min-width: 768px) {
	.section-technology__item--left {
		width: 40%;
	}
}

@media print {
	.section-technology__item--left {
		width: 40%;
	}
}

@media print, screen and (min-width: 992px) {
	.section-technology__item--left {
		width: 50%;
	}
}

@media print {
	.section-technology__item--left {
		width: 50%;
	}
}

@media print, screen and (min-width: 768px) {
	.section-technology__item--right {
		border-left: 1px solid #fff;
		flex: 1;
	}
}

@media print {
	.section-technology__item--right {
		border-left: 1px solid #fff;
		flex: 1;
	}
}

.section-technology__card {
	align-items: center;
	background-color: #000;
	color: #fff !important;
	display: flex;
	height: 100%;
	height: 128px;
	justify-content: space-between;
	padding: 15px;
	position: relative;
	text-decoration: none !important;
}

@media (hover: hover) and (pointer: fine) {
	.section-technology__card:hover .section-technology__thumb img {
		-webkit-transform: scale(1.03);
		opacity: 0.8;
		transform: scale(1.03);
	}

	.section-technology__card:hover .link-arrow {
		-webkit-transform: translate(50%, 0);
		background-color: #e8380d;
		border-color: #e8380d;
		opacity: 1;
		transform: translate(50%, 0);
	}

	.section-technology__card:hover .link-arrow::before,
	.section-technology__card:hover .link-arrow::after {
		background-color: #fff;
	}
}

@media print, screen and (min-width: 768px) {
	.section-technology__card {
		border-top: 1px solid #fff;
		height: 100%;
		padding: 64px 32px;
	}

	.section-technology__card:first-child {
		border-top: none;
	}
}

@media print {
	.section-technology__card {
		border-top: 1px solid #fff;
		height: 100%;
		padding: 64px 32px;
	}

	.section-technology__card:first-child {
		border-top: none;
	}
}

@media print, screen and (min-width: 1680px) {
	.section-technology__card {
		padding: 64px;
	}
}

@media print {
	.section-technology__card {
		padding: 64px;
	}
}

.section-technology__card .link-arrow {
	opacity: 0.65;
}

.section-technology__card--lg {
	height: 200px;
}

@media print, screen and (min-width: 768px) {
	.section-technology__card--lg {
		height: 100%;
	}
}

@media print {
	.section-technology__card--lg {
		height: 100%;
	}
}

.section-technology__thumb {
	background-color: transparent;
	bottom: 0;
	height: auto;
	left: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.section-technology__thumb img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	max-height: inherit;
	max-width: inherit;
	object-fit: cover;
	opacity: 0.65;
	position: absolute;
	top: 0;
	transition: all 0.45s ease;
	width: 100%;
}

.section-technology__text {
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	z-index: 10;
}

@media print, screen and (min-width: 768px) {
	.section-technology__text {
		left: 15px;
		top: 50px;
	}
}

@media print {
	.section-technology__text {
		left: 15px;
		top: 50px;
	}
}

@media print, screen and (min-width: 1680px) {
	.section-technology__text {
		left: 40px;
	}
}

@media print {
	.section-technology__text {
		left: 40px;
	}
}

.section-technology__text-en {
	font-family: 'EB Garamond', serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
	.section-technology__text-en {
		font-size: 32px;
		font-size: 3.2rem;
	}
}

@media print {
	.section-technology__text-en {
		font-size: 32px;
		font-size: 3.2rem;
	}
}

@media print, screen and (min-width: 992px) {
	.section-technology__text-en {
		font-size: 40px;
		font-size: 4rem;
	}
}

@media print {
	.section-technology__text-en {
		font-size: 40px;
		font-size: 4rem;
	}
}

.section-technology__text-ja {
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 'normal';
	letter-spacing: 0.05em;
	line-height: 1.3;
	margin-top: 0.5em;
}

@media print, screen and (min-width: 768px) {
	.section-technology__text-ja {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media print {
	.section-technology__text-ja {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media print, screen and (min-width: 992px) {
	.section-technology__text-ja {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

@media print {
	.section-technology__text-ja {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

.section-recruit__card {
	align-items: center;
	background-color: #000;
	color: #fff !important;
	display: flex;
	height: 160px;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding: 15px;
	position: relative;
	text-decoration: none !important;
}

@media (hover: hover) and (pointer: fine) {
	.section-recruit__card:hover .section-recruit__thumb img {
		-webkit-transform: scale(1.03);
		opacity: 0.8;
		transform: scale(1.03);
	}

	.section-recruit__card:hover .link-arrow {
		-webkit-transform: translate(50%, 0);
		transform: translate(50%, 0);
	}

	.section-recruit__card:hover .link-arrow::before,
	.section-recruit__card:hover .link-arrow::after {
		background-color: #fff;
	}
}

@media print, screen and (min-width: 768px) {
	.section-recruit__card {
		border-top: 1px solid #fff;
		height: 320px;
		padding: 64px 32px;
	}

	.section-recruit__card:first-child {
		border-top: none;
	}
}

@media print {
	.section-recruit__card {
		border-top: 1px solid #fff;
		height: 320px;
		padding: 64px 32px;
	}

	.section-recruit__card:first-child {
		border-top: none;
	}
}

@media print, screen and (min-width: 1680px) {
	.section-recruit__card {
		padding: 80px;
	}
}

@media print {
	.section-recruit__card {
		padding: 80px;
	}
}

.section-recruit__thumb {
	background-color: transparent;
	bottom: 0;
	height: auto;
	left: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.section-recruit__thumb img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	max-height: inherit;
	max-width: inherit;
	object-fit: cover;
	opacity: 0.85;
	position: absolute;
	top: 0;
	transition: all 0.45s ease;
	width: 100%;
}

.section-recruit__text {
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	z-index: 10;
}

@media print, screen and (min-width: 768px) {
	.section-recruit__text {
		left: 15px;
		top: 50px;
	}
}

@media print {
	.section-recruit__text {
		left: 15px;
		top: 50px;
	}
}

@media print, screen and (min-width: 1680px) {
	.section-recruit__text {
		left: 40px;
	}
}

@media print {
	.section-recruit__text {
		left: 40px;
	}
}

.section-recruit__text-en {
	font-family: 'EB Garamond', serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
	.section-recruit__text-en {
		font-size: 32px;
		font-size: 3.2rem;
	}
}

@media print {
	.section-recruit__text-en {
		font-size: 32px;
		font-size: 3.2rem;
	}
}

@media print, screen and (min-width: 992px) {
	.section-recruit__text-en {
		font-size: 40px;
		font-size: 4rem;
	}
}

@media print {
	.section-recruit__text-en {
		font-size: 40px;
		font-size: 4rem;
	}
}

.section-recruit__text-ja {
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 'normal';
	letter-spacing: 0.05em;
	line-height: 1.3;
	margin-top: 0.5em;
}

@media print, screen and (min-width: 768px) {
	.section-recruit__text-ja {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media print {
	.section-recruit__text-ja {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media print, screen and (min-width: 992px) {
	.section-recruit__text-ja {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

@media print {
	.section-recruit__text-ja {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

.section-works {
	background-color: #f5f5f5;
	position: relative;
}

.section-works__container {
	position: relative;
	z-index: 20;
}

@media print, screen and (min-width: 992px) {
	.section-works__container {
		display: flex;
	}
}

@media print {
	.section-works__container {
		display: flex;
	}
}

.section-works__left {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}

@media print, screen and (min-width: 768px) {
	.section-works__left {
		margin-bottom: 32px;
	}
}

@media print {
	.section-works__left {
		margin-bottom: 32px;
	}
}

@media print, screen and (min-width: 992px) {
	.section-works__left {
		display: block;
		margin-bottom: 0;
		margin-right: 32px;
		width: 280px;
	}
}

@media print {
	.section-works__left {
		display: block;
		margin-bottom: 0;
		margin-right: 32px;
		width: 280px;
	}
}

@media print, screen and (min-width: 1680px) {
	.section-works__left {
		width: 400px;
	}
}

@media print {
	.section-works__left {
		width: 400px;
	}
}

.section-works__btn {
	width: 160px;
}

@media print, screen and (min-width: 992px) {
	.section-works__btn {
		margin-top: 60px;
		width: 180px;
	}
}

@media print {
	.section-works__btn {
		margin-top: 60px;
		width: 180px;
	}
}

@media print, screen and (min-width: 992px) {
	.section-works__right {
		flex: 1;
	}
}

@media print {
	.section-works__right {
		flex: 1;
	}
}

@media print, screen and (min-width: 768px) {
	.search-title-row {
		display: flex;
		justify-content: space-between;
	}
}

@media print {
	.search-title-row {
		display: flex;
		justify-content: space-between;
	}
}

.search-title-row__text {
	font-size: 12px;
	font-size: 1.2rem;
	opacity: 0.85;
	text-align: right;
}

@media print, screen and (min-width: 768px) {
	.search-title-row__text {
		font-size: 13px;
		font-size: 1.3rem;
	}
}

@media print {
	.search-title-row__text {
		font-size: 13px;
		font-size: 1.3rem;
	}
}

/*20241115 追記*/
.activity-kome {
	margin-top: 30px;
}
.activity-kome a {
	display: flex;
	color: #e8380d;
	align-items: center;
}
.activity-kome-icon {
	width: 20px;
	height: 20px;
	background-color: #e8380d;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: baseline;
}
.activity-kome-icon img {
	width: 15px;
	height: 15px;
}

/*20251021 追記*/
.editor-content a + a {
	margin-top: 10px;
}
.block-child--flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.block-child--flex-img {
	width: 100%;
	order: 2;
}
.block-child--flex-p {
	width: 100%;
	order: 1;
}
@media print, screen and (min-width: 768px) {
	.block-child--flex-img {
		width: 40%;
		order: 1;
	}
	.block-child--flex-p {
		width: 60%;
		order: 2;
	}
}
