@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css");

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
button,
textarea {
	background: transparent;
	border: 0;
	box-sizing: border-box;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html,
body {
	height: 100%;
	min-height: 100%;
}

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

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

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

input,
select {
	vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
h6,
p {
	font-size: 100%;
	font-weight: inherit;
}

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

li {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

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

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

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

hr {
	display: block;
	height: 1px;
}

address {
	font-style: normal;
	font-weight: normal;
}

/*-----------------------------------------------------


Common


-----------------------------------------------------*/

body {
	background: #fff;
	color: #111111;
	font-family: "YakuHanJP", "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "游ゴシック Medium", "YuGothic M", "メイリオ", Meiryo, sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: .075em;
	line-height: 1.75;
	min-width: 320px;
	overflow-x: hidden;
	width: 100%;
	word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
h6 {
	font-weight: 700;
}

img[src$=".svg"] {
	height: auto;
	width: 100%;
}

svg {
	display: block;
	fill: currentColor;
	height: auto;
	width: 100%;
}

[data-whatinput="mouse"] *:focus,
[data-whatinput="touch"] *:focus {
	outline: none;
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	border-radius: 4px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
	background-color: #111111;
	border-radius: 4px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

input:placeholder-shown {
	color: #666;
}

input[type=date],
input[type=email],
input[type=tel],
input[type=text],
input[type=time],
textarea,
select {
	-webkit-transition: color 0.3s cubic-bezier(0.61, 1, 0.88, 1), border-color 0.3s cubic-bezier(0.61, 1, 0.88, 1);
	font: inherit;
	font-size: 16px !important;
	transition: color 0.3s cubic-bezier(0.61, 1, 0.88, 1), border-color 0.3s cubic-bezier(0.61, 1, 0.88, 1);
	width: 100%;
}

input[type=checkbox] {
	-webkit-clip-path: inset(50%);
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.mwform-checkbox-field label input[type=checkbox] {
	-webkit-clip-path: inset(50%);
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

select {
	-moz-appearance: button;
	-webkit-appearance: button;
	appearance: button;
	background: none transparent;
	color: inherit;
	font-size: inherit;
	outline: none;
	text-indent: 0.01px;
	text-overflow: '';
	vertical-align: middle;
}

select option {
	background-color: #fff;
	color: #333;
}

select::-ms-expand {
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #828c9a;
}

/*-----------------------------------------------------


Common Layout


-----------------------------------------------------*/

main {
	overflow-x: hidden;
}

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

.inner {
	padding: 100px 0 0;
}

.row {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}

.row > [class*=col-] {
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	width: 100%;
}

.gup-0 {
	margin-left: 0;
	margin-right: 0;
}

.gup-0 > [class*=col-] {
	padding-left: 0;
	padding-right: 0;
}

.gup-10 {
	margin-left: -10px;
	margin-right: -10px;
}

.gup-10 > [class*=col-] {
	padding-left: 10px;
	padding-right: 10px;
}

.col-2 {
	-webkit-box-flex: 0;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-webkit-box-flex: 0;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	-webkit-box-flex: 0;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-webkit-box-flex: 0;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	-webkit-box-flex: 0;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-webkit-box-flex: 0;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

/*-----------------------------------------------------


mixin


-----------------------------------------------------*/

/**
 * Swiper 5.3.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 24, 2020
 */

@font-face {
	font-family: swiper-icons;
	font-style: normal;
	font-weight: 400;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
}

:root {
	--swiper-theme-color: #007aff;
}

.swiper-container {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	flex-direction: column;
}

.swiper-wrapper {
	-webkit-transition-property: -webkit-transform;
	box-sizing: content-box;
	display: -webkit-box;
	display: flex;
	height: 100%;
	position: relative;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	width: 100%;
	z-index: 1;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	flex-direction: column;
	flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	margin: 0 auto;
	transition-timing-function: ease-out;
}

.swiper-slide {
	-webkit-transition-property: -webkit-transform;
	flex-shrink: 0;
	height: 100%;
	position: relative;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	width: 100%;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-transition-property: height,-webkit-transform;
	align-items: flex-start;
	transition-property: height,-webkit-transform;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
	-ms-overflow-style: none;
	overflow: auto;
	scrollbar-width: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
	cursor: pointer;
	display: -webkit-box;
	display: flex;
	height: var(--swiper-navigation-size);
	justify-content: center;
	margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	z-index: 10;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	cursor: auto;
	opacity: .35;
	pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	font-variant: initial;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none !important;
	text-transform: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	left: auto;
	right: 10px;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: 'next';
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000000;
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition: .3s opacity;
	position: absolute;
	text-align: center;
	transform: translate3d(0, 0, 0);
	transition: .3s opacity;
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	font-size: 0;
	overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	position: relative;
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	background: #000;
	border-radius: 100%;
	display: inline-block;
	height: 8px;
	opacity: .2;
	width: 8px;
}

button.swiper-pagination-bullet {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	opacity: 1;
}

.swiper-container-vertical > .swiper-pagination-bullets {
	-webkit-transform: translate3d(0px, -50%, 0);
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	display: block;
	margin: 6px 0;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	-webkit-transform: translateY(-50%);
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s transform,.2s top;
	display: inline-block;
	transition: .2s transform,.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	-webkit-transform: translateX(-50%);
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s transform,.2s left;
	transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s transform,.2s right;
	transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform: scale(0);
	-webkit-transform-origin: left top;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0);
	transform-origin: left top;
	width: 100%;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	height: 4px;
	left: 0;
	top: 0;
	width: 100%;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
	height: 100%;
	left: 0;
	top: 0;
	width: 4px;
}

.swiper-pagination-white {
	--swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
	--swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	position: relative;
}

.swiper-container-horizontal > .swiper-scrollbar {
	bottom: 3px;
	height: 5px;
	left: 1%;
	position: absolute;
	width: 98%;
	z-index: 50;
}

.swiper-container-vertical > .swiper-scrollbar {
	height: 98%;
	position: absolute;
	right: 3px;
	top: 1%;
	width: 5px;
	z-index: 50;
}

.swiper-scrollbar-drag {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	height: 100%;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	display: -webkit-box;
	display: flex;
	height: 100%;
	justify-content: center;
	text-align: center;
	width: 100%;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
	-o-object-fit: contain;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	-webkit-transform-origin: 50%;
	animation: swiper-preloader-spin 1s infinite linear;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
	box-sizing: border-box;
	height: 42px;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;
	position: absolute;
	top: 50%;
	transform-origin: 50%;
	width: 42px;
	z-index: 10;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

.swiper-container .swiper-notification {
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	-webkit-transition-property: opacity;
	pointer-events: none;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	-webkit-backface-visibility: hidden;
	-webkit-transform-origin: 0 0;
	backface-visibility: hidden;
	height: 100%;
	pointer-events: none;
	transform-origin: 0 0;
	visibility: hidden;
	width: 100%;
	z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow {
	-webkit-filter: blur(50px);
	background: #000;
	bottom: 0px;
	filter: blur(50px);
	height: 100%;
	left: 0;
	opacity: .6;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	pointer-events: none;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
button,
textarea {
	background: transparent;
	border: 0;
	box-sizing: border-box;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html,
body {
	height: 100%;
	min-height: 100%;
}

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

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

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

input,
select {
	vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
h6,
p {
	font-size: 100%;
	font-weight: inherit;
}

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

li {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

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

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

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

hr {
	display: block;
	height: 1px;
}

address {
	font-style: normal;
	font-weight: normal;
}

/*-----------------------------------------------------


Common


-----------------------------------------------------*/

body {
	background: #fff;
	color: #111111;
	font-family: "YakuHanJP", "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "游ゴシック Medium", "YuGothic M", "メイリオ", Meiryo, sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: .075em;
	line-height: 1.75;
	min-width: 320px;
	overflow-x: hidden;
	width: 100%;
	word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
h6 {
	font-weight: 700;
}

img[src$=".svg"] {
	height: auto;
	width: 100%;
}

svg {
	display: block;
	fill: currentColor;
	height: auto;
	width: 100%;
}

[data-whatinput="mouse"] *:focus,
[data-whatinput="touch"] *:focus {
	outline: none;
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	border-radius: 4px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
	background-color: #111111;
	border-radius: 4px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

input:placeholder-shown {
	color: #666;
}

input[type=date],
input[type=email],
input[type=tel],
input[type=text],
input[type=time],
textarea,
select {
	-webkit-transition: color 0.3s cubic-bezier(0.61, 1, 0.88, 1), border-color 0.3s cubic-bezier(0.61, 1, 0.88, 1);
	font: inherit;
	font-size: 16px !important;
	transition: color 0.3s cubic-bezier(0.61, 1, 0.88, 1), border-color 0.3s cubic-bezier(0.61, 1, 0.88, 1);
	width: 100%;
}

input[type=checkbox] {
	-webkit-clip-path: inset(50%);
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.mwform-checkbox-field label input[type=checkbox] {
	-webkit-clip-path: inset(50%);
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

select {
	-moz-appearance: button;
	-webkit-appearance: button;
	appearance: button;
	background: none transparent;
	color: inherit;
	font-size: inherit;
	outline: none;
	text-indent: 0.01px;
	text-overflow: '';
	vertical-align: middle;
}

select option {
	background-color: #fff;
	color: #333;
}

select::-ms-expand {
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #828c9a;
}

/*-----------------------------------------------------


Common Layout


-----------------------------------------------------*/

main {
	overflow-x: hidden;
}

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

.inner {
	padding: 100px 0 0;
}

.row {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}

.row > [class*=col-] {
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	width: 100%;
}

.gup-0 {
	margin-left: 0;
	margin-right: 0;
}

.gup-0 > [class*=col-] {
	padding-left: 0;
	padding-right: 0;
}

.gup-10 {
	margin-left: -10px;
	margin-right: -10px;
}

.gup-10 > [class*=col-] {
	padding-left: 10px;
	padding-right: 10px;
}

.col-2 {
	-webkit-box-flex: 0;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-webkit-box-flex: 0;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	-webkit-box-flex: 0;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-webkit-box-flex: 0;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	-webkit-box-flex: 0;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-webkit-box-flex: 0;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

/*-----------------------------------------------------


aside / works


-----------------------------------------------------*/

.l-aside__works {
	overflow: hidden;
}

.l-aside__works .l-aside__works--inner {
	padding: 100px 80px 0 80px;
}

.l-aside__works .l-aside__works--slider-wrapper {
	position: relative;
}

.l-aside__works .l-aside__works--btn {
	margin-top: 40px;
}

/*-----------------------------------------------------


aside / info


-----------------------------------------------------*/

.l-aside__info .l-aside__info--inner {
	padding: 80px 0 0;
}

.l-aside__info .l-aside__info--row {
	-webkit-box-pack: center;
	justify-content: center;
}

/*-----------------------------------------------------


aside / blog


-----------------------------------------------------*/

.l-aside__blog .l-aside__blog--inner {
	padding: 80px 0;
}

.l-aside__blog .l-aside__blog--header {
	-webkit-box-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.l-aside__blog .l-aside__blog--title {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.l-aside__blog .l-aside__blog--tabList {
	-webkit-box-flex: 0;
	-webkit-box-pack: end;
	display: -webkit-box;
	display: flex;
	flex: 0 0 50%;
	flex-wrap: wrap;
	justify-content: flex-end;
	max-width: 50%;
}

.l-aside__blog .l-aside__blog--tabList-item {
	-webkit-box-flex: 0;
	flex: 0 0 120px;
	max-width: 120px;
}

.l-aside__blog .l-aside__blog--tabList-item:not(:first-of-type) {
	margin-left: 12px;
}

.l-aside__blog .l-aside__blog--tabList-link {
	border: 1px solid #A6A6A6;
	color: #A6A6A6;
	cursor: pointer;
	display: block;
	font-size: 0.8rem;
	font-weight: 700;
	padding: 4px 8px;
	text-align: center;
	width: 100%;
}

.l-aside__blog .l-aside__blog--tabList-link.is-active {
	border-color: #89C750;
	color: #89C750;
}

.l-aside__blog .l-aside__blog--body {
	margin-top: 32px;
}

.l-aside__blog .l-aside__blog--panel {
	display: none;
}

.l-aside__blog .l-aside__blog--panel.is-active {
	display: block;
}

.l-aside__blog .l-aside__blog--btn {
	margin-top: 40px;
}

/*-----------------------------------------------------


aside / recruit


-----------------------------------------------------*/

.l-aside__recruit {
	background-color: #89C750;
	overflow: hidden;
	position: relative;
}

.l-aside__recruit .l-aside__recruit--inner {
	padding: 80px 0;
}

.l-aside__recruit .l-aside__recruit--col {
	position: relative;
	z-index: 2;
}

.l-aside__recruit .l-aside__recruit--link {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.l-aside__recruit .l-aside__recruit--link li:not(:first-of-type) {
	margin-left: 20px;
}

/*-----------------------------------------------------


aside / contact


-----------------------------------------------------*/

.l-aside__contact {
	background-color: #FAFAFA;
}

.l-aside__contact .l-aside__contact--inner {
	padding: 80px 0;
}

.l-aside__contact .l-aside__contact--row {
	-webkit-box-align: center;
	align-items: center;
}

.l-aside__contact .l-aside__contact--btn {
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	display: -webkit-box;
	display: flex;
	justify-content: center;
	max-width: 100%;
	width: 100%;
}

.l-aside__contact .l-aside__contact--btn-wrapper {
	-webkit-box-flex: 0;
	-webkit-transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
	background: -webkit-gradient(linear, left top, right top, from(#89C750), to(#01A1E9));
	background: linear-gradient(to right, #89C750, #01A1E9);
	color: #fff;
	flex: 0 0 100%;
	font-size: 1.6rem;
	font-weight: 700;
	max-width: 100%;
	overflow: hidden;
	padding: 24px 12px;
	position: relative;
	text-align: center;
	transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
}

.l-aside__contact .l-aside__contact--btn-wrapper span {
	line-height: 1;
	position: relative;
	text-transform: uppercase;
	z-index: 3;
}

.l-aside__contact .l-aside__contact--btn-wrapper::before {
	-webkit-transform: translateX(-100%);
	-webkit-transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
	background-color: #89C750;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: translateX(-100%);
	transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
	width: 100%;
	z-index: 2;
}

.l-aside__contact .l-aside__contact--btn-wrapper:hover,
.l-aside__contact .l-aside__contact--btn-wrapper:active,
.l-aside__contact .l-aside__contact--btn-wrapper:focus {
	color: #fff;
}

.l-aside__contact .l-aside__contact--btn-wrapper:hover::before,
.l-aside__contact .l-aside__contact--btn-wrapper:active::before,
.l-aside__contact .l-aside__contact--btn-wrapper:focus::before {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.l-drawer {
	-webkit-transform: translateX(100%);
	-webkit-transition: 0.2s all cubic-bezier(0.33, 1, 0.68, 1);
	background-color: #89C750;
	display: block;
	height: 100%;
	max-width: 100%;
	min-width: 360px;
	overflow-y: scroll;
	padding: 80px 40px;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: 0.2s all cubic-bezier(0.33, 1, 0.68, 1);
	width: 100%;
	z-index: 1002;
}

.l-drawer .l-drawer__container {
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: flex;
	height: auto;
	width: 100%;
}

.l-drawer .l-drawer__nav {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	margin-right: auto;
	max-width: 50%;
	width: 50%;
}

.l-drawer .l-drawer__nav > li {
	color: #fff;
	font-weight: 700;
	padding-bottom: 8px;
}

.l-drawer .l-drawer__nav > li:not(:first-of-type) {
	margin-top: 8px;
}

.l-drawer .l-drawer__nav > li a {
	-webkit-transition: 0.2s color cubic-bezier(0.33, 1, 0.68, 1);
	display: inline-block;
	font-weight: 700;
	transition: 0.2s color cubic-bezier(0.33, 1, 0.68, 1);
}

.l-drawer .l-drawer__nav > li a:hover,
.l-drawer .l-drawer__nav > li a:active,
.l-drawer .l-drawer__nav > li a:focus {
	color: #EEEEEE;
}

.l-drawer .l-drawer__nav > li .-en {
	font-size: 2rem;
}

.l-drawer .l-drawer__nav > li .-ja {
	font-size: 0.8rem;
	line-height: 1;
}

.l-drawer .l-drawer__nav > li .-child {
	padding: 20px 0;
}

.l-drawer .l-drawer__nav > li .-child li {
	border: none;
	color: #fff;
	padding: 0 0 0 20px;
	position: relative;
}

.l-drawer .l-drawer__nav > li .-child li:not(:first-of-type) {
	margin-top: 12px;
}

.l-drawer .l-drawer__nav > li .-child li::before {
	-webkit-transform: translateY(-50%);
	background-color: #fff;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
}

.l-drawer .l-drawer__nav > li .-child li a {
	font-weight: 400;
}

.l-drawer__overlay {
	-webkit-transition: 0.2s all cubic-bezier(0.32, 0, 0.67, 0);
	background-color: rgba(17, 17, 17, 0.5);
	display: none;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: 0.2s all cubic-bezier(0.32, 0, 0.67, 0);
	width: 100%;
	z-index: 1001;
}

body.is-opened .l-drawer {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

body.is-opened .l-drawer__overlay {
	display: block;
	opacity: 1;
}

.l-dropdown {
	-webkit-transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
	-webkit-transition-delay: .2s;
	background-color: #111111;
	left: 0;
	max-height: 0;
	opacity: 0;
	position: absolute;
	top: 80px;
	transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
	transition-delay: .2s;
	visibility: hidden;
	width: 100%;
	z-index: 100;
}

.l-dropdown.is-active {
	max-height: 200px;
	opacity: 1;
	visibility: visible;
}

.l-dropdown .l-dropdown__container {
	padding-bottom: 64px;
	padding-top: 64px;
}

.l-dropdown .l-dropdown__list {
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
}

.l-dropdown .l-dropdown__list .l-dropdown__list--col {
	font-weight: 700;
	margin: 0;
}

.l-dropdown .l-dropdown__list .l-dropdown__list--col:nth-of-type(n+4) {
	margin-top: 20px;
}

.l-dropdown .l-dropdown__list .l-dropdown__list--col a {
	-webkit-transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
	color: #fff;
	display: inline-block;
	position: relative;
	transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
}

.l-dropdown .l-dropdown__list .l-dropdown__list--col a::before {
	content: '\f0a9';
	font-family: "Font Awesome 5 Free";
	margin-right: 12px;
}

.l-dropdown .l-dropdown__list .l-dropdown__list--col a:hover,
.l-dropdown .l-dropdown__list .l-dropdown__list--col a:active,
.l-dropdown .l-dropdown__list .l-dropdown__list--col a:focus {
	color: #A6A6A6;
}

.l-dropdown .l-dropdown__list .l-dropdown__list--col span {
	font-size: 11px;
}

.l-footer .l-footer__products .l-footer__products--inner {
	padding: 64px 0;
}

.l-footer .l-footer__products .l-footer__products--title .-en {
	-webkit-box-align: center;
	align-items: center;
	color: #111111;
	display: -webkit-box;
	display: flex;
	font-size: .8rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.l-footer .l-footer__products .l-footer__products--title .-en::after {
	background-color: #111111;
	content: '';
	height: 1px;
	margin-left: 12px;
	width: 20px;
}

.l-footer .l-footer__products .l-footer__products--title .-ja {
	color: #111111;
	font-size: 1rem;
	margin-top: 4px;
}

.l-footer .l-footer__products .l-footer__products--list .l-footer__products--item:nth-of-type(n+4) {
	margin-top: 20px;
}

.l-footer .l-footer__sns .l-footer__sns--inner {
	-webkit-box-pack: center;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 0 64px;
}

.l-footer .l-footer__sns .l-footer__sns--icon {
	position: relative;
}

.l-footer .l-footer__sns .l-footer__sns--icon:not(:first-of-type) {
	margin-left: 40px;
}

.l-footer .l-footer__sns .l-footer__sns--icon::before {
	-webkit-transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
	font-family: "Font Awesome 5 Brands";
	font-size: 1.4rem;
	font-weight: 900;
	speak: none;
	transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
}

.l-footer .l-footer__sns .l-footer__sns--icon.-tw::before {
	color: #111111;
	content: '\f099';
}

.l-footer .l-footer__sns .l-footer__sns--icon.-tw:hover::before,
.l-footer .l-footer__sns .l-footer__sns--icon.-tw:active::before,
.l-footer .l-footer__sns .l-footer__sns--icon.-tw:focus::before {
	color: #1da1f3;
}

.l-footer .l-footer__sns .l-footer__sns--icon.-fb::before {
	color: #111111;
	content: '\f09a';
}

.l-footer .l-footer__sns .l-footer__sns--icon.-fb:hover::before,
.l-footer .l-footer__sns .l-footer__sns--icon.-fb:active::before,
.l-footer .l-footer__sns .l-footer__sns--icon.-fb:focus::before {
	color: #3b5998;
}

.l-footer .l-footer__copyright {
	color: #111111;
	font-size: 10px;
	font-weight: 700;
	padding-bottom: 80px;
	text-align: center;
}

.l-header {
	height: 80px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.l-header::before {
	-webkit-transform: translateX(-100%);
	-webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
	background-color: #fff;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: translateX(-100%);
	transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
	width: 100%;
	z-index: 999;
}

.l-header.headroom--not-top::before {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.l-header .l-header__wrapper {
	height: 100%;
	padding: 0px 20px;
	position: relative;
	width: 100%;
	z-index: 1000;
}

.l-header .l-header__container {
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	justify-content: space-between;
	width: 100%;
}

.l-header .l-header__logo {
	-webkit-box-flex: 0;
	flex: 0 0 160px;
	max-width: 160px;
}

.l-header .l-header__nav {
	-webkit-box-flex: 1;
	flex-basis: 1;
	flex-grow: 1;
	padding-right: 48px;
}

.l-header .l-header__nav--list {
	-webkit-box-align: center;
	-webkit-box-pack: end;
	align-items: center;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.l-header .l-header__nav--list > li:not(:first-of-type) {
	margin-left: 32px;
}

.l-header .l-header__nav--list > li > a {
	-webkit-transition: 0.2s color cubic-bezier(0.61, 1, 0.88, 1);
	color: #111111;
	display: block;
	font-weight: 700;
	position: relative;
	text-align: center;
	transition: 0.2s color cubic-bezier(0.61, 1, 0.88, 1);
}

.l-header .l-header__nav--list > li > a .-en {
	font-size: 13px;
	line-height: 1;
	text-transform: uppercase;
}

.l-header .l-header__nav--list > li > a .-ja {
	-webkit-transform: translateY(0);
	-webkit-transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
	font-size: 11px;
	line-height: 1;
	margin-top: 8px;
	transform: translateY(0);
	transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
}

.l-header .l-header__nav--list > li > a:hover,
.l-header .l-header__nav--list > li > a:active,
.l-header .l-header__nav--list > li > a:focus {
	color: #89C750;
}

.l-header .l-header__nav--list > li > a[data-dropdown-trigger]::after {
	-webkit-transform: translateX(-50%);
	-webkit-transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
	background-color: #89C750;
	border-radius: 50%;
	bottom: 8px;
	content: '';
	display: block;
	height: 8px;
	left: 50%;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%);
	transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
	width: 8px;
}

.l-header .l-header__nav--list > li > a.is-active {
	color: #89C750;
}

.l-header .l-header__nav--list > li > a.is-active .-ja {
	-webkit-transform: translateY(8px);
	opacity: 0;
	transform: translateY(8px);
}

.l-header .l-header__nav--list > li > a.is-active[data-dropdown-trigger]::after {
	bottom: 0;
	opacity: 1;
}

/*-----------------------------------------------------


Hero


-----------------------------------------------------*/

.l-hero {
	height: 100%;
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
	width: 100%;
}

.l-hero .l-hero__body {
	min-height: calc(var(--vh, 1vh) * 100);
	position: relative;
	width: 100%;
}

.l-hero .l-hero__slider {
	height: 100%;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	width: 50%;
}

.l-hero .l-hero__cover {
	background-color: #fff;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
}

.l-hero .l-hero__slider--wrapper {
	height: 100%;
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
	position: relative;
	width: 100%;
}

.l-hero .l-hero__slider--wrapper::after {
	background-color: rgba(255, 255, 255, 0.3);
	content: '';
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.l-hero .l-hero__sider--slide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
	width: 100%;
}

.l-hero .l-hero__sider--slide.-slide01 {
	background-image: url(/dist/img/main/main01.jpg);
	background-position: center 80%;
}

.l-hero .l-hero__sider--slide.-slide02 {
	background-image: url(/dist/img/main/main02.jpg);
}

.l-hero .l-hero__sider--slide.-slide03 {
	background-image: url(/dist/img/main/main03.jpg);
}

.l-hero .l-hero__sider--slide.-slide04 {
	background-image: url(/dist/img/main/main04.jpg);
}

.l-hero .l-hero__catch {
	-webkit-transform: translate(-50%, -50%);
	color: #111111;
	font-weight: 700;
	left: 50%;
	padding: 0 20px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 10;
}

.l-hero .l-hero__catch .-en {
	font-size: 6.25vw;
	line-height: 1;
}

.l-hero .l-hero__catch .-en .js-hero__str {
	display: inline-block;
	min-width: 1rem;
	opacity: 0;
	position: relative;
	text-align: center;
}

.l-hero .l-hero__catch .-ja {
	font-size: 1.5625vw;
	line-height: 1;
	margin-top: 24px;
}

.l-hero .l-hero__catch .-ja .js-hero__str {
	display: inline-block;
	min-width: 1rem;
	opacity: 0;
	position: relative;
	text-align: center;
}

.l-hero .l-hero__graphic {
	-webkit-transform: translateX(-50%);
	bottom: 5%;
	height: 80%;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: auto;
	z-index: 5;
}

.l-hero .l-hero__graphic img {
	display: block;
	height: 100%;
	opacity: 0;
	width: auto;
}

.l-hero .l-hero__info {
	bottom: 0;
	left: 0;
	padding: 20px;
	position: absolute;
	width: 100%;
	z-index: 15;
}

.l-hero .l-hero__info .l-hero__info--title {
	-webkit-box-align: center;
	align-items: center;
	color: #89C750;
	display: -webkit-box;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
}

.l-hero .l-hero__info .l-hero__info--title::after {
	background-color: #89C750;
	content: '';
	height: 1px;
	margin-left: 12px;
	width: 32px;
}

.l-hero .l-hero__info .l-hero__info--body {
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-top: 8px;
}

.l-hero .l-hero__info .l-hero__info--item {
	-webkit-box-flex: 0;
	display: -webkit-box;
	display: flex;
	flex: 0 0 480px;
	font-size: 0.8rem;
	max-width: 480px;
}

.l-hero .l-hero__info .l-hero__info--item-time {
	font-weight: 700;
}

.l-hero .l-hero__info .l-hero__info--item-heading {
	overflow: hidden;
	padding-left: 12px;
	padding-right: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.l-hero .l-hero__info .l-hero__info--item-heading a {
	-webkit-transition: 0.3s all cubic-bezier(0.61, 1, 0.88, 1);
	color: #111111;
	transition: 0.3s all cubic-bezier(0.61, 1, 0.88, 1);
}

.l-hero .l-hero__info .l-hero__info--item-heading a:hover,
.l-hero .l-hero__info .l-hero__info--item-heading a:active,
.l-hero .l-hero__info .l-hero__info--item-heading a:focus {
	color: #A6A6A6;
}

.l-hero .l-hero__info .l-hero__info--btn {
	-webkit-box-flex: 0;
	flex: 0 0 100px;
	max-width: 100px;
}

.l-hero .l-hero__info .l-hero__info--btn a {
	font-size: 12px;
}

/*-----------------------------------------------------


mainImage


-----------------------------------------------------*/

.l-mainImage {
	margin: 0 0 120px;
	padding-top: 80px;
	position: relative;
	width: 100%;
}

.l-mainImage::before {
	content: '';
	padding-top: 80px;
}

.l-mainImage .l-mainImage__body {
	padding: 120px 0;
}

.l-mainImage .l-mainImage__container {
	height: 100%;
	position: relative;
	width: 100%;
}

.l-mainImage .l-mainImage__title {
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: flex;
	font-size: 2.4rem;
}

.l-mainImage .l-mainImage__title::after {
	background-color: #111111;
	content: '';
	height: 1px;
	margin-left: 16px;
	width: 120px;
}

.l-mainImage .l-mainImage__bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	height: calc(100% - 80px);
	position: absolute;
	right: 0;
	width: 60vw;
	z-index: -1;
}

.l-mainImage .l-mainImage__bg.-business {
	background-image: url(/dist/img/main/main-business.jpg);
}

.l-mainImage .l-mainImage__bg.-company {
	background-image: url(/dist/img/main/main-company.jpg);
}

.l-mainImage .l-mainImage__bg.-recruit {
	background-image: url(/dist/img/main/main-recruit.jpg);
}

.l-mainImage .l-mainImage__bg.-info {
	background-image: url(/dist/img/main/main-info.jpg);
}

.l-mainImage .l-mainImage__bg.-blog {
	background-image: url(/dist/img/main/main-blog.jpg);
}

.l-mainImage .l-mainImage__bg.-works {
	background-image: url(/dist/img/main/main-works.jpg);
}

.l-mainImage .l-mainImage__bg.-contact {
	background-image: url(/dist/img/main/main-contact.jpg);
}

.l-mainImage .l-mainImage__bg.-notFound {
	background-image: url(/dist/img/main/main-404.jpg);
}

.l-mainImage .l-mainImage__bg.-archive {
	background-image: url(/dist/img/main/main-archive.jpg);
}

.l-mainImage .l-mainImage__en {
	bottom: -10%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -2;
}

.l-mainImage .l-mainImage__en--content {
	color: rgba(137, 199, 80, 0.2);
	font-size: 10vw;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

/*-----------------------------------------------------


sidebar


-----------------------------------------------------*/

.l-sidebar .l-sidebar__inner {
	padding: 0 0 80px;
}

.l-sidebar .l-sidebar__row {
	-webkit-box-pack: center;
	justify-content: center;
}

.l-sidebar .l-sidebar__item--title {
	padding-bottom: 20px;
	position: relative;
}

.l-sidebar .l-sidebar__item--title::after {
	background-color: #111111;
	bottom: 0;
	content: '';
	height: 2px;
	left: 0;
	position: absolute;
	width: 32px;
}

.l-sidebar .l-sidebar__item--title + * {
	margin-top: 40px;
}

.l-sidebar .l-sidebar__item--title .-en {
	font-size: 1.4rem;
	line-height: 1;
	text-transform: uppercase;
}

.l-sidebar .l-sidebar__item--title .-ja {
	font-size: 12px;
	line-height: 1;
	margin-top: 8px;
}

.l-sidebar .l-sidebar__item--list li {
	border-bottom: 1px solid #EEEEEE;
	font-size: 12px;
	line-height: 1;
	padding-bottom: 16px;
	padding-left: 16px;
	position: relative;
}

.l-sidebar .l-sidebar__item--list li:not(:first-of-type) {
	margin-top: 16px;
}

.l-sidebar .l-sidebar__item--list li::before {
	content: '\f105';
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	left: 0;
	position: absolute;
	top: 0;
}

.l-sidebar .l-sidebar__item--list a {
	-webkit-transition: 0.2s color cubic-bezier(0.12, 0, 0.39, 0);
	transition: 0.2s color cubic-bezier(0.12, 0, 0.39, 0);
}

.l-sidebar .l-sidebar__item--list a:hover,
.l-sidebar .l-sidebar__item--list a:active,
.l-sidebar .l-sidebar__item--list a:focus {
	color: #89C750;
}

.l-sidebar .l-sidebar__popularPosts .l-sidebar__popularPosts--col:not(:first-of-type) {
	margin-top: 16px;
}

.l-sidebar .l-sidebar__popularPosts .l-sidebar__popularPosts--item .-link {
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.l-sidebar .l-sidebar__popularPosts .l-sidebar__popularPosts--item .-link:hover .-bg,
.l-sidebar .l-sidebar__popularPosts .l-sidebar__popularPosts--item .-link:active .-bg,
.l-sidebar .l-sidebar__popularPosts .l-sidebar__popularPosts--item .-link:focus .-bg {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.l-sidebar .l-sidebar__popularPosts .l-sidebar__popularPosts--item .-link:hover .-body h5,
.l-sidebar .l-sidebar__popularPosts .l-sidebar__popularPosts--item .-link:active .-body h5,
.l-sidebar .l-sidebar__popularPosts .l-sidebar__popularPosts--item .-link:focus .-body h5 {
	color: #89C750;
}

.l-sidebar .l-sidebar__popularPosts .l-sidebar__popularPosts--item .-thumb {
	-webkit-box-flex: 0;
	flex: 0 0 120px;
	height: 74px;
	max-width: 120px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.l-sidebar .l-sidebar__popularPosts .l-sidebar__popularPosts--item .-bg {
	-webkit-transition: 0.2s -webkit-transform cubic-bezier(0.12, 0, 0.39, 0);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: 0.2s -webkit-transform cubic-bezier(0.12, 0, 0.39, 0);
	transition: 0.2s transform cubic-bezier(0.12, 0, 0.39, 0);
	transition: 0.2s transform cubic-bezier(0.12, 0, 0.39, 0), 0.2s -webkit-transform cubic-bezier(0.12, 0, 0.39, 0);
	width: 100%;
}

.l-sidebar .l-sidebar__popularPosts .l-sidebar__popularPosts--item .-body {
	-webkit-box-flex: 0;
	flex: 0 0 calc(100% - 120px);
	max-width: calc(100% - 120px);
	padding: 0 0 0 16px;
}

.l-sidebar .l-sidebar__popularPosts .l-sidebar__popularPosts--item .-body h5 {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-webkit-transition: 0.2s color cubic-bezier(0.12, 0, 0.39, 0);
	display: -webkit-box;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	overflow: hidden;
	transition: 0.2s color cubic-bezier(0.12, 0, 0.39, 0);
}

.l-sidebar .l-sidebar__popularPosts .l-sidebar__popularPosts--item .-body h5.is-active__ie11 {
	max-height: calc(1.5em * 2);
}

.l-sidebar .l-sidebar__popularPosts .l-sidebar__popularPosts--item .-body time {
	color: #A6A6A6;
	display: block;
	font-size: 10px;
	margin-top: 12px;
	text-align: right;
	width: 100%;
}

/*-----------------------------------------------------


transiton

-----------------------------------------------------*/

#l-transition {
	background-color: #FAFAFA;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

#l-transition #l-transition__mask {
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	display: -webkit-box;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

#l-transition .l-transition__logo {
	-webkit-box-align: center;
	-webkit-box-flex: 0;
	-webkit-box-pack: center;
	align-items: center;
	display: -webkit-box;
	display: flex;
	flex: 0 0 200px;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 200px;
}

#l-transition .l-transition__logo .l-transition__logo--str {
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	height: 40px;
	max-height: 40px;
	max-width: 25%;
	opacity: 0;
	padding: 0 2px;
}

#l-transition .l-transition__logo .l-transition__logo--str svg {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	max-height: 100%;
	width: auto;
}

/*-----------------------------------------------------


accordion


-----------------------------------------------------*/

.c-accordion .c-accordion__trigger {
	border: 1px solid #01A1E9;
	color: #111111;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 700;
	padding: 12px 20px;
	position: relative;
}

.c-accordion .c-accordion__trigger::after {
	-webkit-transform: translateY(-50%);
	-webkit-transition: 0.3s -webkit-transform cubic-bezier(0.12, 0, 0.39, 0);
	color: #EEEEEE;
	content: '\f107';
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s -webkit-transform cubic-bezier(0.12, 0, 0.39, 0);
	transition: 0.3s transform cubic-bezier(0.12, 0, 0.39, 0);
	transition: 0.3s transform cubic-bezier(0.12, 0, 0.39, 0), 0.3s -webkit-transform cubic-bezier(0.12, 0, 0.39, 0);
}

.c-accordion .c-accordion__trigger.is-active::after {
	-webkit-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
}

.c-accordion .c-accordion__content {
	font-size: 0.9rem;
	margin-top: 12px;
	overflow: hidden;
	padding: 0 20px;
}

/*-----------------------------------------------------


breadcrumbs


-----------------------------------------------------*/

.c-breadcrumbs .c-breadcrumbs__inner {
	padding: 40px 0;
}

.c-breadcrumbs ul {
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.c-breadcrumbs li {
	color: #A6A6A6;
	font-size: 12px;
	position: relative;
}

.c-breadcrumbs li:not(:first-of-type) {
	margin-left: 24px;
}

.c-breadcrumbs li:not(:first-of-type)::before {
	-webkit-transform: translateY(-50%);
	content: '/';
	font-weight: 700;
	left: -12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.c-breadcrumbs a {
	-webkit-transition: 0.2s color cubic-bezier(0.61, 1, 0.88, 1);
	color: #89C750;
	text-decoration: underline;
	transition: 0.2s color cubic-bezier(0.61, 1, 0.88, 1);
}

.c-breadcrumbs a:hover,
.c-breadcrumbs a:active,
.c-breadcrumbs a:focus {
	color: #A6A6A6;
}

/*-----------------------------------------------------


Hamburger Btn


-----------------------------------------------------*/

.c-btn__hamburger {
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	background-color: #fff;
	border: 1px solid #89C750;
	border-radius: 50%;
	cursor: pointer;
	display: none;
	height: 48px;
	justify-content: center;
	position: fixed;
	right: 20px;
	top: 16px;
	width: 48px;
	z-index: 2000;
}

.c-btn__hamburger .c-btn__hamburger--line {
	-webkit-transition: 0.2s all cubic-bezier(0.32, 0, 0.67, 0);
	background-color: #89C750;
	height: 1px;
	position: relative;
	transition: 0.2s all cubic-bezier(0.32, 0, 0.67, 0);
	width: 24px;
}

.c-btn__hamburger .c-btn__hamburger--line::before,
.c-btn__hamburger .c-btn__hamburger--line::after {
	-webkit-transition: 0.2s all cubic-bezier(0.12, 0, 0.39, 0);
	background-color: #89C750;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: 0.2s all cubic-bezier(0.12, 0, 0.39, 0);
	width: 100%;
}

.c-btn__hamburger .c-btn__hamburger--line::before {
	top: -6px;
}

.c-btn__hamburger .c-btn__hamburger--line::after {
	top: 6px;
}

.c-btn__hamburger[aria-expanded="true"] .c-btn__hamburger--line {
	background-color: transparent;
}

.c-btn__hamburger[aria-expanded="true"] .c-btn__hamburger--line::before {
	-webkit-transform: rotate(30deg);
	top: 0;
	transform: rotate(30deg);
}

.c-btn__hamburger[aria-expanded="true"] .c-btn__hamburger--line::after {
	-webkit-transform: rotate(-30deg);
	top: 0;
	transform: rotate(-30deg);
}

/*-----------------------------------------------------


Btn


-----------------------------------------------------*/

.c-btn__primary {
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	display: -webkit-box;
	display: flex;
	justify-content: center;
	max-width: 100%;
	width: 200px;
}

.c-btn__primary .c-btn__primary--wrapper {
	-webkit-box-flex: 0;
	-webkit-transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
	border: 1px solid #89C750;
	color: #89C750;
	flex: 0 0 100%;
	font-size: 0.9rem;
	font-weight: 700;
	max-width: 100%;
	overflow: hidden;
	padding: 8px;
	position: relative;
	text-align: center;
	transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
}

.c-btn__primary .c-btn__primary--wrapper span {
	line-height: 1;
	position: relative;
	text-transform: uppercase;
	z-index: 3;
}

.c-btn__primary .c-btn__primary--wrapper::before {
	-webkit-transform: translateX(-100%);
	-webkit-transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
	background-color: #89C750;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: translateX(-100%);
	transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
	width: 100%;
	z-index: 2;
}

.c-btn__primary .c-btn__primary--wrapper:hover,
.c-btn__primary .c-btn__primary--wrapper:active,
.c-btn__primary .c-btn__primary--wrapper:focus {
	color: #fff;
}

.c-btn__primary .c-btn__primary--wrapper:hover::before,
.c-btn__primary .c-btn__primary--wrapper:active::before,
.c-btn__primary .c-btn__primary--wrapper:focus::before {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.c-btn__primary.-center {
	margin-left: auto;
	margin-right: auto;
}

.c-btn__primary.-white .c-btn__primary--wrapper {
	border-color: #fff;
	color: #fff;
}

.c-btn__primary.-white .c-btn__primary--wrapper::before {
	background-color: #fff;
}

.c-btn__primary.-white .c-btn__primary--wrapper:hover,
.c-btn__primary.-white .c-btn__primary--wrapper:active,
.c-btn__primary.-white .c-btn__primary--wrapper:focus {
	color: #89C750;
}

.c-btn__secondary .c-btn__secondary--wrapper {
	-webkit-transition: 0.3s all cubic-bezier(0.61, 1, 0.88, 1);
	color: #A6A6A6;
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: underline;
	transition: 0.3s all cubic-bezier(0.61, 1, 0.88, 1);
}

.c-btn__secondary .c-btn__secondary--wrapper:hover,
.c-btn__secondary .c-btn__secondary--wrapper:active,
.c-btn__secondary .c-btn__secondary--wrapper:focus {
	color: #89C750;
}

.c-btn__secondary.-white .c-btn__secondary--wrapper {
	color: #fff;
}

.c-btn__secondary.-white .c-btn__secondary--wrapper:hover,
.c-btn__secondary.-white .c-btn__secondary--wrapper:active,
.c-btn__secondary.-white .c-btn__secondary--wrapper:focus {
	color: #89C750;
}

/*-----------------------------------------------------


card


-----------------------------------------------------*/

.c-card__blog {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.c-card__blog .c-card__blog--thumb {
	overflow: hidden;
	padding-top: 62.5%;
	position: relative;
	width: 100%;
}

.c-card__blog .c-card__blog--thumb-bg {
	-webkit-transform: translate(-50%, -50%);
	-webkit-transition: 0.2s -webkit-transform cubic-bezier(0.12, 0, 0.39, 0);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.2s -webkit-transform cubic-bezier(0.12, 0, 0.39, 0);
	transition: 0.2s transform cubic-bezier(0.12, 0, 0.39, 0);
	transition: 0.2s transform cubic-bezier(0.12, 0, 0.39, 0), 0.2s -webkit-transform cubic-bezier(0.12, 0, 0.39, 0);
	width: 100%;
}

.c-card__blog .c-card__blog--thumb-bg:hover,
.c-card__blog .c-card__blog--thumb-bg:active,
.c-card__blog .c-card__blog--thumb-bg:focus {
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	transform: translate(-50%, -50%) scale(1.05);
}

.c-card__blog .c-card__blog--heading {
	-webkit-transition: 0.2s color cubic-bezier(0.12, 0, 0.39, 0);
	margin-top: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: 0.2s color cubic-bezier(0.12, 0, 0.39, 0);
	white-space: nowrap;
}

.c-card__blog .c-card__blog--heading a {
	-webkit-transition: all 0.2s cubic-bezier(0.61, 1, 0.88, 1);
	color: #111111;
	display: block;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.2s cubic-bezier(0.61, 1, 0.88, 1);
	white-space: nowrap;
	width: 100%;
}

.c-card__blog .c-card__blog--heading a:hover,
.c-card__blog .c-card__blog--heading a:active,
.c-card__blog .c-card__blog--heading a:focus {
	color: #89C750;
}

.c-card__blog .c-card__blog--meta {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	font-size: 12px;
	font-weight: 700;
	margin-top: 8px;
}

.c-card__blog .c-card__blog--meta .-cat {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.c-card__blog .c-card__blog--meta .-cat a {
	-webkit-transition: 0.2s color cubic-bezier(0.61, 1, 0.88, 1);
	color: #89C750;
	font-weight: 700;
	margin-right: 6px;
	transition: 0.2s color cubic-bezier(0.61, 1, 0.88, 1);
}

.c-card__blog .c-card__blog--meta .-cat a:hover,
.c-card__blog .c-card__blog--meta .-cat a:active,
.c-card__blog .c-card__blog--meta .-cat a:focus {
	color: #A6A6A6;
}

.c-card__blog .c-card__blog--meta .-time {
	-webkit-box-flex: 0;
	color: #A6A6A6;
	flex: 0 0 50%;
	max-width: 50%;
	text-align: right;
}

.c-card__works .c-card__works--link {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.c-card__works .c-card__works--link:hover .c-card__works--thumb-bg,
.c-card__works .c-card__works--link:active .c-card__works--thumb-bg,
.c-card__works .c-card__works--link:focus .c-card__works--thumb-bg {
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	transform: translate(-50%, -50%) scale(1.05);
}

.c-card__works .c-card__works--link:hover .c-card__works--thumb-bg::before,
.c-card__works .c-card__works--link:active .c-card__works--thumb-bg::before,
.c-card__works .c-card__works--link:focus .c-card__works--thumb-bg::before {
	-webkit-transform: translateY(0);
	opacity: 1;
	transform: translateY(0);
}

.c-card__works .c-card__works--link:hover .c-card__works--thumb-bg::after,
.c-card__works .c-card__works--link:active .c-card__works--thumb-bg::after,
.c-card__works .c-card__works--link:focus .c-card__works--thumb-bg::after {
	-webkit-transition-delay: .2s;
	opacity: 1;
	transition-delay: .2s;
}

.c-card__works .c-card__works--thumb {
	overflow: hidden;
	padding-top: 62.5%;
	position: relative;
	width: 100%;
}

.c-card__works .c-card__works--thumb-bg {
	-webkit-transform: translate(-50%, -50%);
	-webkit-transition: 0.2s -webkit-transform cubic-bezier(0.61, 1, 0.88, 1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.2s -webkit-transform cubic-bezier(0.61, 1, 0.88, 1);
	transition: 0.2s transform cubic-bezier(0.61, 1, 0.88, 1);
	transition: 0.2s transform cubic-bezier(0.61, 1, 0.88, 1), 0.2s -webkit-transform cubic-bezier(0.61, 1, 0.88, 1);
	width: 100%;
}

.c-card__works .c-card__works--thumb-bg::before {
	-webkit-transform: translateY(100%);
	-webkit-transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(137, 199, 80, 0.9)), to(rgba(137, 199, 80, 0.4)));
	background: linear-gradient(to bottom, rgba(137, 199, 80, 0.9), rgba(137, 199, 80, 0.4));
	content: '';
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: translateY(100%);
	transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
	width: 100%;
	z-index: 2;
}

.c-card__works .c-card__works--thumb-bg::after {
	-webkit-transform: translateY(-50%);
	-webkit-transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
	color: #fff;
	content: 'LEARN MORE';
	font-size: 1.2rem;
	font-weight: 700;
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
	width: 100%;
	z-index: 3;
}

.c-card__works .c-card__works--body {
	background-color: #fff;
	margin-top: -41px;
	padding: 16px 24px 16px 12px;
	position: relative;
	width: calc(100% - 40px);
	z-index: 3;
	z-index: 3;
}

.c-card__works .c-card__works--heading {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.c-card__works .c-card__works--cat {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 700;
	margin-top: 4px;
}

.c-card__works .c-card__works--cat span {
	-webkit-transition: all 0.2s cubic-bezier(0.61, 1, 0.88, 1);
	color: #89C750;
	transition: all 0.2s cubic-bezier(0.61, 1, 0.88, 1);
}

.c-card__works .c-card__works--dot {
	-webkit-box-align: center;
	align-items: center;
	background-color: #A6A6A6;
	border-radius: 50%;
	bottom: 16px;
	display: -webkit-box;
	display: flex;
	height: 4px;
	position: absolute;
	right: 32px;
	width: 4px;
}

.c-card__works .c-card__works--dot::before,
.c-card__works .c-card__works--dot::after {
	background-color: #A6A6A6;
	border-radius: 50%;
	content: '';
	height: 4px;
	position: absolute;
	top: 0;
	width: 4px;
}

.c-card__works .c-card__works--dot::before {
	left: -6px;
}

.c-card__works .c-card__works--dot::after {
	right: -6px;
}

.c-card__works.-archiveWorks a.c-card__works--thumb-bg:hover,
.c-card__works.-archiveWorks a.c-card__works--thumb-bg:active,
.c-card__works.-archiveWorks a.c-card__works--thumb-bg:focus {
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	transform: translate(-50%, -50%) scale(1.05);
}

.c-card__works.-archiveWorks a.c-card__works--thumb-bg:hover::before,
.c-card__works.-archiveWorks a.c-card__works--thumb-bg:active::before,
.c-card__works.-archiveWorks a.c-card__works--thumb-bg:focus::before {
	-webkit-transform: translateY(0);
	opacity: 1;
	transform: translateY(0);
}

.c-card__works.-archiveWorks a.c-card__works--thumb-bg:hover::after,
.c-card__works.-archiveWorks a.c-card__works--thumb-bg:active::after,
.c-card__works.-archiveWorks a.c-card__works--thumb-bg:focus::after {
	-webkit-transition-delay: .2s;
	opacity: 1;
	transition-delay: .2s;
}

.c-card__works.-archiveWorks .c-card__works--body {
	margin-top: 0;
	padding: 16px 0 0;
	width: 100%;
}

.c-card__works.-archiveWorks .c-card__works--heading {
	line-height: 1.4;
	overflow: auto;
	white-space: normal;
}

.c-card__works.-archiveWorks .c-card__works--heading a {
	-webkit-transition: 0.2s color cubic-bezier(0.61, 1, 0.88, 1);
	transition: 0.2s color cubic-bezier(0.61, 1, 0.88, 1);
}

.c-card__works.-archiveWorks .c-card__works--heading a:hover,
.c-card__works.-archiveWorks .c-card__works--heading a:active,
.c-card__works.-archiveWorks .c-card__works--heading a:focus {
	color: #89C750;
}

.c-card__works.-archiveWorks .c-card__works--cat {
	margin-top: 12px;
}

.c-card__works.-archiveWorks .c-card__works--dot {
	bottom: 9px;
}

/*-----------------------------------------------------


iframe


-----------------------------------------------------*/

.c-iframe__content {
	padding: 50% 0 0 0;
	position: relative;
	width: 100%;
}

.c-iframe__content iframe,
.c-iframe__content > div {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/*-----------------------------------------------------


list


-----------------------------------------------------*/

.c-list__info .c-list__info--col {
	border-top: 1px solid #EEEEEE;
}

.c-list__info .c-list__info--col:last-of-type {
	border-bottom: 1px solid #EEEEEE;
}

.c-list__info .c-list__info--item {
	padding: 24px 40px 24px 0;
	position: relative;
}

.c-list__info .c-list__info--item-meta {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 700;
}

.c-list__info .c-list__info--item-meta .-time {
	color: #A6A6A6;
	padding-right: 12px;
}

.c-list__info .c-list__info--item-meta .-cat a {
	-webkit-transition: all 0.2s cubic-bezier(0.61, 1, 0.88, 1);
	color: #89C750;
	margin-right: 6px;
	transition: all 0.2s cubic-bezier(0.61, 1, 0.88, 1);
}

.c-list__info .c-list__info--item-meta .-cat a:hover,
.c-list__info .c-list__info--item-meta .-cat a:active,
.c-list__info .c-list__info--item-meta .-cat a:focus {
	color: #A6A6A6;
}

.c-list__info .c-list__info--item-heading {
	font-size: 1rem;
	font-weight: 700;
	margin-top: 12px;
}

.c-list__info .c-list__info--item-heading a {
	-webkit-transition: all 0.2s cubic-bezier(0.61, 1, 0.88, 1);
	color: #111111;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.2s cubic-bezier(0.61, 1, 0.88, 1);
	white-space: nowrap;
	width: 100%;
}

.c-list__info .c-list__info--item-heading a:hover,
.c-list__info .c-list__info--item-heading a:active,
.c-list__info .c-list__info--item-heading a:focus {
	color: #89C750;
}

/*-----------------------------------------------------


Modal


-----------------------------------------------------*/

.c-modal {
	display: none;
	position: relative;
	z-index: 10002;
}

.c-modal.is-open {
	display: block;
}

.c-modal .c-modal__overlay {
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	background: rgba(17, 17, 17, 0.5);
	bottom: 0;
	display: -webkit-box;
	display: flex;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10001;
}

.c-modal .c-modal__container {
	background-color: #fff;
	margin: 40px 20px;
	max-height: 100vh;
	max-width: 100%;
	overflow-y: auto;
	padding: 64px 40px;
	width: 800px;
}

.c-modal .c-modal__header {
	border-bottom: 4px solid #111111;
	border-top: 4px solid #111111;
	padding: 20px 0;
}

.c-modal .c-modal__title {
	font-size: 1.1rem;
}

.c-modal .c-modal__content {
	margin: 32px 0;
}

.c-modal .c-modal__content p {
	font-size: 0.9rem;
	line-height: 1.5;
}

.c-modal .c-modal__footer {
	-webkit-box-pack: center;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.c-modal .c-modal__close {
	border-bottom: 2px solid #111111;
	cursor: pointer;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	padding: 8px;
	text-align: center;
	text-transform: uppercase;
}

.c-modal__btn {
	-webkit-transition: 0.2s all cubic-bezier(0.12, 0, 0.39, 0);
	border: 2px solid #111111;
	cursor: pointer;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1;
	overflow: hidden;
	padding: 24px 12px;
	position: relative;
	transition: 0.2s all cubic-bezier(0.12, 0, 0.39, 0);
	width: 100%;
}

.c-modal__btn::before {
	-webkit-transition: 0.2s all cubic-bezier(0.12, 0, 0.39, 0);
	background-color: #111111;
	content: '';
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	transition: 0.2s all cubic-bezier(0.12, 0, 0.39, 0);
	width: 100%;
}

.c-modal__btn:hover,
.c-modal__btn:active,
.c-modal__btn:focus {
	color: #fff;
}

.c-modal__btn:hover::before,
.c-modal__btn:active::before,
.c-modal__btn:focus::before {
	bottom: 0;
	height: 100%;
	top: auto;
}

.c-modal__btn span {
	position: relative;
	z-index: 2;
}

/*-----------------------------------------------------


pagination


-----------------------------------------------------*/

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

.c-pagination ul {
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 0;
	width: 100%;
}

.c-pagination li a,
.c-pagination li span {
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	border: 1px solid #EEEEEE;
	border-radius: 50%;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	height: 40px;
	justify-content: center;
	line-height: 1;
	width: 40px;
}

.c-pagination li a {
	-webkit-transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
	transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
}

.c-pagination li a:hover,
.c-pagination li a:active,
.c-pagination li a:focus {
	background-color: #89C750;
	border-color: #89C750;
	color: #fff;
}

.c-pagination li .-pages {
	border: none;
	border-radius: 0;
	color: #111111;
	font-weight: 700;
}

.c-pagination li .is-current {
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	background-color: #89C750;
	border-color: #89C750;
	border-radius: 50%;
	color: #fff;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	height: 40px;
	justify-content: center;
	line-height: 1;
	width: 40px;
}

.c-pagination li + li {
	margin-left: 20px;
}

/*-----------------------------------------------------


paging


-----------------------------------------------------*/

.c-paging {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	font-size: 11px;
	justify-content: space-between;
	padding: 20px 0;
}

.c-paging .c-paging__next {
	-webkit-box-flex: 0;
	-webkit-text-overflow: ellip;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	overflow: hidden;
	padding-right: 20px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.c-paging .c-paging__back {
	-webkit-box-flex: 0;
	flex: 0 0 33.3333%;
	margin-left: auto;
	margin-right: auto;
	max-width: 33.3333%;
	text-align: center;
}

.c-paging .c-paging__prev {
	-webkit-box-flex: 0;
	-webkit-text-overflow: ellip;
	flex: 0 0 33.3333%;
	margin-left: auto;
	max-width: 33.3333%;
	overflow: hidden;
	padding-left: 20px;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.c-paging a {
	-webkit-transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
	transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
}

.c-paging a:hover,
.c-paging a:active,
.c-paging a:focus {
	color: #A6A6A6;
}

/*-----------------------------------------------------


Slider


-----------------------------------------------------*/

.c-slider__index {
	overflow: hidden;
}

.c-slider__index .c-slider__index--item {
	padding-top: 62.5%;
	position: relative;
	width: 100%;
}

.c-slider__index .c-slider__index--item::before {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-slider__index .c-slider__index--item.-item01::before {
	background-image: url(/dist/img/index/slide-index01.jpg);
}

.c-slider__index .c-slider__index--item.-item02::before {
	background-image: url(/dist/img/index/slide-index02.jpg);
}

.c-slider__index .c-slider__index--item.-item03::before {
	background-image: url(/dist/img/index/slide-index03.jpg);
}

.c-slider__index .c-slider__index--item.-item04::before {
	background-image: url(/dist/img/index/slide-index04.jpg);
}

.c-slider__index > .c-slider__index--pagination {
	bottom: 0;
	display: -webkit-box;
	display: flex;
	margin-top: 20px;
	position: relative;
	text-align: left;
}

.c-slider__index > .c-slider__index--pagination .c-slider__index--bullet {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0;
	display: block;
	height: 48px;
	margin: 0;
	opacity: 0.5;
	width: 48px;
}

.c-slider__index > .c-slider__index--pagination .c-slider__index--bullet:nth-of-type(1) {
	background-image: url(/dist/img/index/slide-index01.jpg);
}

.c-slider__index > .c-slider__index--pagination .c-slider__index--bullet:nth-of-type(2) {
	background-image: url(/dist/img/index/slide-index02.jpg);
}

.c-slider__index > .c-slider__index--pagination .c-slider__index--bullet:nth-of-type(3) {
	background-image: url(/dist/img/index/slide-index03.jpg);
}

.c-slider__index > .c-slider__index--pagination .c-slider__index--bullet:nth-of-type(4) {
	background-image: url(/dist/img/index/slide-index04.jpg);
}

.c-slider__index > .c-slider__index--pagination .c-slider__index--bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

.c-slider__index > .c-slider__index--pagination .c-slider__index--bullet:not(:first-of-type) {
	margin-left: 8px;
}

.c-slider__index .c-slider__index--button {
	-webkit-transform: translateY(calc(-50% - 24px));
	background-color: #111111;
	height: 32px;
	line-height: 32px;
	margin: 0;
	top: 50%;
	transform: translateY(calc(-50% - 24px));
	width: 32px;
}

.c-slider__index .c-slider__index--button::after {
	color: #fff;
	font-family: "Font Awesome 5 Free";
	font-size: 1rem;
	font-weight: 700;
	height: 100%;
	line-height: 32px;
	text-align: center;
	width: 100%;
}

.c-slider__index .c-slider__index--button.-prev {
	left: 32px;
}

.c-slider__index .c-slider__index--button.-prev::after {
	content: '\f104';
}

.c-slider__index .c-slider__index--button.-next {
	right: 32px;
}

.c-slider__index .c-slider__index--button.-next::after {
	content: '\f105';
}

.c-slider__progress .c-slider__progress--item {
	padding-top: 62.5%;
	position: relative;
	width: 100%;
}

.c-slider__progress .c-slider__progress--item::before {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-slider__progress .c-slider__progress--item.-item01::before {
	background-image: url(/dist/img/index/slide-index01.jpg);
}

.c-slider__progress .c-slider__progress--item.-item02::before {
	background-image: url(/dist/img/index/slide-index02.jpg);
}

.c-slider__progress .c-slider__progress--item.-item03::before {
	background-image: url(/dist/img/index/slide-index03.jpg);
}

.c-slider__progress .c-slider__progress--item.-item04::before {
	background-image: url(/dist/img/index/slide-index04.jpg);
}

.c-slider__progress .c-slider__progress--counter {
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	width: 100%;
}

.c-slider__progress .c-slider__progress--counter-number.-current::before {
	content: "0" attr(data-current);
	font-size: 1.2rem;
	font-weight: 700;
}

.c-slider__progress .c-slider__progress--counter-number.-current::after {
	content: '/';
	padding: 0 20px;
}

.c-slider__progress .c-slider__progress--counter-number.-index::before {
	content: "0" attr(data-index);
	font-size: 1.2rem;
	font-weight: 700;
}

.c-slider__progress .c-slider__progress--bar {
	height: 4px;
	margin-top: 12px;
	overflow: hidden;
	position: relative;
	width: 200px;
}

.c-slider__progress .c-slider__progress--bar::before {
	background-color: #01A1E9;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.c-slider__progress .c-slider__progress--bar .c-slider__progress--bar-content {
	-webkit-transform: scaleX(0);
	-webkit-transform-origin: 0 0;
	-webkit-transition: linear;
	background-color: #89C750;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0 0;
	transition: linear;
	width: 100%;
	z-index: 1;
}

.c-slider__progress .c-slider__progress--bar .c-slider__progress--bar-content.is-active {
	opacity: 1;
}

.c-slider__progress .c-slider__progress--bar .c-slider__progress--bar-content.is-animated {
	-webkit-transform: scaleX(1);
	-webkit-transition: -webkit-transform linear 4s;
	transform: scaleX(1);
	transition: -webkit-transform linear 4s;
	transition: transform linear 4s;
	transition: transform linear 4s, -webkit-transform linear 4s;
	width: 100%;
}

/*-----------------------------------------------------


tab


-----------------------------------------------------*/

.c-tab .c-tab__list {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.c-tab .c-tab__list--item {
	-webkit-box-flex: 0;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
}

.c-tab .c-tab__list--link {
	background-color: #01A1E9;
	border-left: 1px solid #01A1E9;
	border-right: 1px solid #01A1E9;
	border-top: 1px solid #01A1E9;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: 700;
	height: 100%;
	line-height: 1;
	padding: 8px;
	text-align: center;
	width: 100%;
}

.c-tab .c-tab__list--link.is-active {
	background-color: #fff;
	color: #111111;
}

.c-tab .c-tab__content--panel {
	border-bottom: 1px solid #01A1E9;
	border-left: 1px solid #01A1E9;
	border-right: 1px solid #01A1E9;
	display: none;
	padding: 40px 20px;
}

.c-tab .c-tab__content--panel p {
	font-size: 0.9rem;
}

.c-tab .c-tab__content--panel.is-active {
	display: block;
}

/*-----------------------------------------------------


title


-----------------------------------------------------*/

.c-title__primary .-en {
	-webkit-box-align: center;
	align-items: center;
	color: #89C750;
	display: -webkit-box;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.c-title__primary .-en::after {
	background-color: #89C750;
	content: '';
	height: 1px;
	margin-left: 12px;
	width: 32px;
}

.c-title__primary .-ja {
	color: #111111;
	font-size: 1.6rem;
	margin-top: 4px;
}

.c-title__primary.-white .-en {
	color: #fff;
}

.c-title__primary.-white .-en::after {
	background-color: #fff;
}

.c-title__primary.-white .-ja {
	color: #fff;
}

.c-title__primary.-center {
	text-align: center;
}

.c-title__primary.-center .-en {
	-webkit-box-pack: center;
	justify-content: center;
}

.c-title__primary.-center .-en::before {
	background-color: #89C750;
	content: '';
	height: 1px;
	margin-right: 12px;
	width: 32px;
}

.c-title__primary + * {
	margin-top: 32px;
}

/*-----------------------------------------------------


business


-----------------------------------------------------*/

.p-business .p-business__upper,
.p-business .p-business__lower {
	margin-bottom: 100px;
}

.p-business .p-business__primary {
	position: relative;
}

.p-business .p-business__primary::before {
	background-color: #89C750;
	bottom: 0;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	width: 20%;
	z-index: -3;
}

.p-business .p-business__primary:first-of-type .p-business__primary--bg::before {
	background-color: #fff;
	content: '';
	height: 50%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100vw;
}

.p-business .p-business__primary .p-business__primary--inner {
	padding: 0 0 120px;
}

.p-business .p-business__primary .p-business__primary--bg {
	height: 0;
	left: 80px;
	padding-top: 27.5%;
	position: relative;
	width: calc(100% - 200px);
}

.p-business .p-business__primary .p-business__primary--bg-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-business .p-business__primary .p-business__primary--bg-img.-service01 {
	background-image: url(/dist/img/business/bg-business01.jpg);
}

.p-business .p-business__primary .p-business__primary--bg-img.-service02 {
	background-image: url(/dist/img/business/bg-business02.jpg);
}

.p-business .p-business__primary .p-business__primary--bg-icon {
	-webkit-transform: translateY(-50%);
	left: 80px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 160px;
}

.p-business .p-business__primary .p-business__primary--bg-icon .-icon path,
.p-business .p-business__primary .p-business__primary--bg-icon .-icon circle,
.p-business .p-business__primary .p-business__primary--bg-icon .-icon rect {
	fill: #fff;
}

.p-business .p-business__primary .p-business__primary--body {
	margin-top: 48px;
}

.p-business .p-business__primary .p-business__primary--row {
	-webkit-box-pack: end;
	justify-content: flex-end;
	padding-left: 40px;
}

.p-business .p-business__primary .p-business__primary--features {
	margin-top: 64px;
}

.p-business .p-business__primary .p-business__primary--features-item {
	background-color: #fff;
	border: 2px solid #EEEEEE;
	height: 100%;
	padding: 48px 20px;
	position: relative;
	width: 100%;
}

.p-business .p-business__primary .p-business__primary--features-num {
	font-size: 56px;
	font-weight: 700;
	left: 10px;
	line-height: 1;
	position: absolute;
	top: -24px;
}

.p-business .p-business__primary .p-business__primary--features-heading {
	font-size: 1.1rem;
}

.p-business .p-business__primary .p-business__primary--features-desc {
	font-size: 0.9rem;
	margin-top: 24px;
}

.p-business .p-business__secondary:nth-of-type(even) .p-business__secondary--row {
	-webkit-box-direction: reverse;
	-webkit-box-orient: horizontal;
	flex-direction: row-reverse;
}

.p-business .p-business__secondary:nth-of-type(even) .p-business__secondary--content {
	padding-left: 0;
	padding-right: 48px;
}

.p-business .p-business__secondary .p-business__secondary--row {
	-webkit-box-align: center;
	align-items: center;
}

.p-business .p-business__secondary .p-business__secondary--bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 0;
	padding-top: 72.5%;
	width: 100%;
}

.p-business .p-business__secondary .p-business__secondary--bg.-service03 {
	background-image: url(/dist/img/business/bg-business03.jpg);
}

.p-business .p-business__secondary .p-business__secondary--bg.-service04 {
	background-image: url(/dist/img/business/bg-business04.jpg);
}

.p-business .p-business__secondary .p-business__secondary--bg.-service05 {
	background-image: url(/dist/img/business/bg-business05.jpg);
}

.p-business .p-business__secondary .p-business__secondary--content {
	padding-left: 48px;
}

.p-business .p-business__secondary .p-business__secondary--icon {
	width: 56px;
}

.p-business .p-business__secondary .p-business__secondary--icon.-icon05 {
	width: 40px;
}

.p-business .p-business__secondary .p-business__secondary--title {
	margin-top: 24px;
}

/*-----------------------------------------------------


company


-----------------------------------------------------*/

.p-company .p-company__philosophy {
	position: relative;
}

.p-company .p-company__philosophy::before {
	background-color: #89C750;
	bottom: 0;
	content: '';
	height: 160px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -2;
}

.p-company .p-company__philosophy .p-company__philosophy--body {
	background-color: #fff;
	max-width: 90%;
	padding: 0 40px 80px;
	position: relative;
	z-index: 2;
}

.p-company .p-company__philosophy .p-company__philosophy--title .-en {
	font-size: 1.4rem;
}

.p-company .p-company__philosophy .p-company__philosophy--title .-ja {
	font-size: 2.8rem;
	margin-top: 12px;
}

.p-company .p-company__philosophy .p-company__philosophy--lead {
	font-weight: 700;
}

.p-company .p-company__philosophy .p-company__philosophy--bg {
	margin-left: auto;
	margin-top: -80px;
	padding-top: 37.5%;
	position: relative;
	width: 56%;
	z-index: 1;
}

.p-company .p-company__philosophy .p-company__philosophy--bg-img {
	background-image: url(/dist/img/company/bg-philosophy.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-company .p-company__philosophy .p-company__philosophy--bg-frame {
	-webkit-transition-delay: .4s;
	border: 8px solid #fff;
	height: calc(100% - 20px);
	left: 10px;
	position: absolute;
	top: 10px;
	transition-delay: .4s;
	width: calc(100% - 20px);
}

.p-company .p-company__profile {
	background-color: #89C750;
}

.p-company .p-company__profile .p-company__profile--wrapper {
	background-color: #fff;
	padding: 100px 0 0;
	position: relative;
}

.p-company .p-company__profile .p-company__profile--wrapper::after {
	background-color: #89C750;
	content: '';
	height: 320px;
	position: absolute;
	right: 0;
	top: 0;
	width: 10%;
}

.p-company .p-company__profile .p-company__profile--list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.p-company .p-company__profile .p-company__profile--list:not(:first-of-type) {
	margin-top: 32px;
}

.p-company .p-company__profile .p-company__profile--list dt {
	-webkit-box-flex: 0;
	flex: 0 0 160px;
	font-weight: 700;
	max-width: 160px;
}

.p-company .p-company__profile .p-company__profile--list dd {
	-webkit-box-flex: 1;
	flex-basis: calc(100% - 160px);
	flex-grow: 1;
	flex-shrink: 0;
	max-width: calc(100% - 160px);
	padding: 0 20px;
}

.p-company .p-company__profile .p-company__profile--list dd .-note {
	color: #A6A6A6;
}

.p-company .p-company__profile .p-company__profile--list dd small {
	display: block;
	font-size: 0.9rem;
	margin-top: 16px;
}

.p-company .p-company__address .p-company__address--inner {
	padding: 100px 0;
}

.p-company .p-company__address .p-company__address--item-content {
	margin-top: 12px;
}

.p-company .p-company__address .p-company__address--item-header span {
	font-weight: 700;
}

.p-company .p-company__address .p-company__address--item-btn {
	margin-top: 20px;
}

.p-company .p-company__address .c-btn__secondary--wrapper {
	color: #89C750;
}

.p-company .p-company__address .c-btn__secondary--wrapper:hover,
.p-company .p-company__address .c-btn__secondary--wrapper:active,
.p-company .p-company__address .c-btn__secondary--wrapper:focus {
	color: #A6A6A6;
}

/*-----------------------------------------------------


contact


-----------------------------------------------------*/

.p-contact .p-contact__form .p-contact__form--row {
	-webkit-box-pack: center;
	justify-content: center;
}

.p-contact .p-contact__form .p-contact__form--par {
	font-weight: 700;
	margin-bottom: 24px;
	text-align: center;
}

.p-contact .p-contact__form .p-contact__form--phase {
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 20px;
}

.p-contact .p-contact__form .p-contact__form--phase-item {
	-webkit-box-flex: 0;
	flex: 0 0 80px;
	max-width: 80px;
	padding: 0 12px;
}

.p-contact .p-contact__form .p-contact__form--phase-item .-disc {
	background-color: rgba(166, 166, 166, 0.1);
	border-radius: 50%;
	height: 32px;
	margin-left: auto;
	margin-right: auto;
	width: 32px;
}

.p-contact .p-contact__form .p-contact__form--phase-item .-name {
	color: #A6A6A6;
	font-size: 0.8rem;
	font-weight: 700;
	margin-top: 4px;
	text-align: center;
}

.p-contact .p-contact__form .p-contact__form--phase-item.-current .-disc {
	background-color: #89C750;
}

.p-contact .p-contact__form .p-contact__form--phase-item.-current .-name {
	color: #111111;
}

/*-----------------------------------------------------


index


-----------------------------------------------------*/

.p-index .p-index__business {
	overflow: hidden;
	position: relative;
}

.p-index .p-index__business::before {
	background-color: #89C750;
	bottom: 0;
	content: '';
	height: calc(100% - 100px);
	position: absolute;
	right: 0;
	width: 20%;
	z-index: -1;
}

.p-index .p-index__business .p-index__business--inner {
	margin-top: 100px;
}

.p-index .p-index__business .p-index__business--bg {
	padding-top: 32.5%;
	position: relative;
	width: calc(100% - 80px);
}

.p-index .p-index__business .p-index__business--bg::before {
	background-color: #fff;
	content: '';
	height: 50%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100vw;
}

.p-index .p-index__business .p-index__business--bg-img {
	background-image: url(/dist/img/index/bg-business.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-index .p-index__business .p-index__business--header {
	background-color: #fff;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 50%;
}

.p-index .p-index__business .p-index__business--header-content {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	padding: 48px 80px 32px;
}

.p-index .p-index__business .p-index__business--title,
.p-index .p-index__business .p-index__business--link {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.p-index .p-index__business .p-index__business--link-btn {
	text-align: right;
}

.p-index .p-index__business .p-index__business--body {
	margin-top: 32px;
}

.p-index .p-index__business .p-index__business--item {
	-webkit-box-align: center;
	-webkit-transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
	align-items: center;
	background-color: #fff;
	border: 1px solid #EEEEEE;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	height: 120px;
	padding: 0 40px;
	position: relative;
	transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
	width: 100%;
}

.p-index .p-index__business .p-index__business--item:hover,
.p-index .p-index__business .p-index__business--item:active,
.p-index .p-index__business .p-index__business--item:focus {
	background-color: #EEEEEE;
}

.p-index .p-index__business .p-index__business--item-fig {
	-webkit-box-flex: 0;
	flex: 0 0 48px;
	max-width: 48px;
}

.p-index .p-index__business .p-index__business--item-fig .-icon05 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 28px;
}

.p-index .p-index__business .p-index__business--item-body {
	-webkit-box-flex: 0;
	flex-basis: calc(100% - 48px);
	flex-grow: 0;
	flex-shrink: 0;
	max-width: calc(100% - 48px);
	padding: 0 0 0 32px;
}

.p-index .p-index__business .p-index__business--item-heading .-num {
	color: #89C750;
	font-size: 0.9rem;
	line-height: 1;
}

.p-index .p-index__business .p-index__business--item-heading .-ja {
	font-size: 1.2rem;
	margin-top: 4px;
}

.p-index .p-index__business .p-index__business--item-heading .-ja > span {
	font-size: .8rem;
}

.p-index .p-index__business .p-index__business--item-dot {
	-webkit-box-align: center;
	-webkit-transform: translateY(-50%);
	align-items: center;
	background-color: #A6A6A6;
	border-radius: 50%;
	display: -webkit-box;
	display: flex;
	height: 4px;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
}

.p-index .p-index__business .p-index__business--item-dot::before,
.p-index .p-index__business .p-index__business--item-dot::after {
	background-color: #A6A6A6;
	border-radius: 50%;
	content: '';
	height: 4px;
	position: absolute;
	top: 0;
	width: 4px;
}

.p-index .p-index__business .p-index__business--item-dot::before {
	left: -6px;
}

.p-index .p-index__business .p-index__business--item-dot::after {
	right: -6px;
}

.p-index .p-index__works {
	position: relative;
}

.p-index .p-index__works::before {
	background-color: #89C750;
	content: '';
	height: 50%;
	position: absolute;
	right: 0;
	top: 0;
	width: 20%;
	z-index: -1;
}

.p-index .p-index__company .p-index__company--wrapper {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-index .p-index__company .p-index__company--bg {
	background-image: url(/dist/img/index/bg-company.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 150%;
	left: 0;
	position: absolute;
	top: -90%;
	width: 100%;
}

.p-index .p-index__company .p-index__company--bg::after {
	background-color: rgba(17, 17, 17, 0.3);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
}

.p-index .p-index__company .p-index__company--body {
	padding: 120px 0;
	position: relative;
	z-index: 5;
}

.p-index .p-index__company .p-index__company--content {
	-webkit-box-pack: center;
	justify-content: center;
}

.p-index .p-index__company .p-index__company--info {
	color: #fff;
}

.p-index .p-index__company .p-index__company--info-name {
	font-size: 1rem;
	font-weight: 400;
}

.p-index .p-index__company .p-index__company--info-nav {
	margin-top: 20px;
}

.p-index .p-index__company .p-index__company--info-nav ul {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.p-index .p-index__company .p-index__company--info-nav li:not(:first-of-type) {
	margin-left: 12px;
}

.p-index .p-index__company .p-index__company--info-nav a {
	-webkit-transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1);
	font-size: 0.9rem;
	text-decoration: underline;
	transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1);
}

.p-index .p-index__company .p-index__company--info-nav a:hover,
.p-index .p-index__company .p-index__company--info-nav a:active,
.p-index .p-index__company .p-index__company--info-nav a:focus {
	color: #EEEEEE;
}

.p-index .p-index__company .p-index__company--btn {
	margin-top: 64px;
}

/*-----------------------------------------------------


recruit


-----------------------------------------------------*/

.p-recruit .p-recruit__require .p-recruit__require--row {
	-webkit-box-pack: center;
	justify-content: center;
}

.p-recruit .p-recruit__require .p-recruit__require--list {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.025);
}

.p-recruit .p-recruit__require .p-recruit__require--item {
	border: 1px solid #EEEEEE;
}

.p-recruit .p-recruit__require .p-recruit__require--trigger {
	cursor: pointer;
	padding: 40px;
	position: relative;
}

.p-recruit .p-recruit__require .p-recruit__require--trigger::after {
	-webkit-transform: translateY(-50%);
	-webkit-transition: 0.3s -webkit-transform cubic-bezier(0.12, 0, 0.39, 0);
	color: #111111;
	content: '\f107';
	font-family: "Font Awesome 5 Free";
	font-size: 2rem;
	font-weight: 700;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s -webkit-transform cubic-bezier(0.12, 0, 0.39, 0);
	transition: 0.3s transform cubic-bezier(0.12, 0, 0.39, 0);
	transition: 0.3s transform cubic-bezier(0.12, 0, 0.39, 0), 0.3s -webkit-transform cubic-bezier(0.12, 0, 0.39, 0);
}

.p-recruit .p-recruit__require .p-recruit__require--trigger.is-active::after {
	-webkit-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
}

.p-recruit .p-recruit__require .p-recruit__require--trigger-wrapper {
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	pointer-events: none;
}

.p-recruit .p-recruit__require .p-recruit__require--trigger-hire {
	-webkit-box-flex: 0;
	color: #fff;
	flex: 0 0 88px;
	font-weight: 700;
	max-width: 88px;
	padding: 4px 12px;
	pointer-events: none;
	text-align: center;
}

.p-recruit .p-recruit__require .p-recruit__require--trigger-hire[data-hire="new-grad"] {
	background-color: #89C750;
}

.p-recruit .p-recruit__require .p-recruit__require--trigger-hire[data-hire="middle"] {
	background-color: #01A1E9;
}

.p-recruit .p-recruit__require .p-recruit__require--trigger-heading {
	-webkit-box-flex: 1;
	flex-basis: calc(100% - 88px);
	flex-grow: 1;
	flex-shrink: 0;
	font-size: 1.4rem;
	max-width: calc(100% - 88px);
	padding: 0 0 0 20px;
	pointer-events: none;
}

.p-recruit .p-recruit__require .p-recruit__require--content {
	border-left: 4px solid #89C750;
	overflow: hidden;
}

.p-recruit .p-recruit__require .p-recruit__require--content[data-hire="new-grad"] {
	background-color: rgba(137, 199, 80, 0.02);
	border-color: #89C750;
}

.p-recruit .p-recruit__require .p-recruit__require--content[data-hire="middle"] {
	background-color: rgba(1, 161, 233, 0.02);
	border-color: #01A1E9;
}

.p-recruit .p-recruit__require .p-recruit__require--content-wrapper {
	border-top: 1px solid #EEEEEE;
	padding: 64px 40px;
}

.p-recruit .p-recruit__require .p-recruit__require--content-detail {
	-webkit-box-pack: center;
	justify-content: center;
}

.p-recruit .p-recruit__require .p-recruit__require--content-col {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 20px;
}

.p-recruit .p-recruit__require .p-recruit__require--content-col:not(:first-of-type) {
	margin-top: 20px;
}

.p-recruit .p-recruit__require .p-recruit__require--content-terms {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.p-recruit .p-recruit__require .p-recruit__require--content-terms dt {
	-webkit-box-flex: 0;
	flex: 0 0 160px;
	font-weight: 700;
	max-width: 160px;
	position: relative;
}

.p-recruit .p-recruit__require .p-recruit__require--content-terms dd {
	-webkit-box-flex: 1;
	flex-basis: calc(100% - 160px);
	flex-grow: 1;
	flex-shrink: 0;
	max-width: calc(100% - 160px);
}

.p-recruit .p-recruit__require .p-recruit__btn {
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	display: -webkit-box;
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 64px;
	max-width: 320px;
	width: 100%;
}

.p-recruit .p-recruit__require .p-recruit__btn--wrapper {
	-webkit-box-flex: 0;
	-webkit-transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
	background: -webkit-gradient(linear, left top, right top, from(#89C750), to(#01A1E9));
	background: linear-gradient(to right, #89C750, #01A1E9);
	color: #fff;
	flex: 0 0 100%;
	font-size: 1.1rem;
	font-weight: 700;
	max-width: 100%;
	overflow: hidden;
	padding: 12px;
	position: relative;
	text-align: center;
	transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
}

.p-recruit .p-recruit__require .p-recruit__btn--wrapper span {
	line-height: 1;
	position: relative;
	text-transform: uppercase;
	z-index: 3;
}

.p-recruit .p-recruit__require .p-recruit__btn--wrapper::before {
	-webkit-transform: translateX(-100%);
	-webkit-transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
	background-color: #89C750;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: translateX(-100%);
	transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
	width: 100%;
	z-index: 2;
}

.p-recruit .p-recruit__require .p-recruit__btn--wrapper:hover,
.p-recruit .p-recruit__require .p-recruit__btn--wrapper:active,
.p-recruit .p-recruit__require .p-recruit__btn--wrapper:focus {
	color: #fff;
}

.p-recruit .p-recruit__require .p-recruit__btn--wrapper:hover::before,
.p-recruit .p-recruit__require .p-recruit__btn--wrapper:active::before,
.p-recruit .p-recruit__require .p-recruit__btn--wrapper:focus::before {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.p-recruit .p-recruit__entry .p-recruit__entry--inner {
	padding: 100px 0;
}

.p-recruit .p-recruit__entry .p-recruit__entry--bg {
	background-image: url(/dist/img/recruit/bg-entry.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-recruit .p-recruit__entry .p-recruit__entry--footer {
	padding-top: 320px;
}

.p-recruit .p-recruit__entry .p-recruit__entry--btn {
	position: relative;
}

.p-recruit .p-recruit__entry .p-recruit__entry--btn::before {
	background-color: #fff;
	bottom: 0;
	content: '';
	height: 50%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.p-recruit .p-recruit__entry .p-recruit__entry--btn-wrapper {
	background-color: #111111;
	display: block;
	overflow: hidden;
	padding: 80px 40px;
	position: relative;
	width: 100%;
	z-index: 3;
}

.p-recruit .p-recruit__entry .p-recruit__entry--btn-wrapper::before {
	-webkit-transform: translateX(-100%);
	-webkit-transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
	background-color: rgba(255, 255, 255, 0.1);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: translateX(-100%);
	transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
	width: 100%;
	z-index: 2;
}

.p-recruit .p-recruit__entry .p-recruit__entry--btn-wrapper:hover::before,
.p-recruit .p-recruit__entry .p-recruit__entry--btn-wrapper:active::before,
.p-recruit .p-recruit__entry .p-recruit__entry--btn-wrapper:focus::before {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.p-recruit .p-recruit__entry .p-recruit__entry--btn-content {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.p-recruit .p-recruit__entry .p-recruit__entry--btn-title {
	flex-shrink: 1;
}

.p-recruit .p-recruit__entry .p-recruit__entry--btn-lead {
	-webkit-box-flex: 1;
	color: #fff;
	flex-grow: 1;
	flex-shrink: 0;
	font-weight: 700;
	margin-top: 0;
	padding-left: 40px;
}

.p-recruit .p-recruit__entry .p-recruit__entry--dot {
	-webkit-box-align: center;
	-webkit-transform: translateY(-50%);
	align-items: center;
	background-color: #A6A6A6;
	border-radius: 50%;
	display: -webkit-box;
	display: flex;
	height: 8px;
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	z-index: 4;
}

.p-recruit .p-recruit__entry .p-recruit__entry--dot::before,
.p-recruit .p-recruit__entry .p-recruit__entry--dot::after {
	background-color: #A6A6A6;
	border-radius: 50%;
	content: '';
	height: 8px;
	position: absolute;
	top: 0;
	width: 8px;
}

.p-recruit .p-recruit__entry .p-recruit__entry--dot::before {
	left: -12px;
}

.p-recruit .p-recruit__entry .p-recruit__entry--dot::after {
	right: -12px;
}

/*-----------------------------------------------------


archive


-----------------------------------------------------*/

.s-archive .s-archive__wrapper {
	padding: 0 0 100px;
}

.s-archive .s-archive__container {
	-webkit-box-pack: center;
	justify-content: center;
}

.s-archive .s-archive__container + .s-archive__row {
	margin-top: 64px;
}

.s-archive .s-archive__col:nth-of-type(n+4) {
	margin-top: 40px;
}

.s-archive .s-archive__list.-works .s-archive__col:nth-of-type(n+3) {
	margin-top: 40px;
}

/*-----------------------------------------------------


form


-----------------------------------------------------*/

.s-form .s-form__wrapper {
	margin-top: 40px;
	padding: 40px 20px 100px;
}

.s-form .s-form__entry--row {
	-webkit-box-direction: reverse;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: flex;
	flex-direction: column-reverse;
	flex-wrap: wrap;
}

.s-form .s-form__entry--row:not(:first-of-type) {
	margin-top: 32px;
}

.s-form .s-form__entry--row.-file {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	flex-direction: column;
	font-size: 14px;
	font-weight: 700;
}

.s-form .s-form__entry--row.-file label {
	margin-top: 12px;
	max-width: 200px;
	position: relative;
}

.s-form .s-form__entry--row.-file .-btn {
	background-color: #89C750;
	border-radius: 2px;
	color: #fff;
	display: block;
	max-width: 200px;
	padding: 8px 12px;
	text-align: center;
	width: 100%;
}

.s-form .s-form__entry--row > label {
	-webkit-transition: 0.3s all cubic-bezier(0.61, 1, 0.88, 1);
	color: #111111;
	cursor: pointer;
	display: block;
	flex-shrink: 1;
	font-size: 14px;
	font-weight: 700;
	font-weight: 700;
	transition: 0.3s all cubic-bezier(0.61, 1, 0.88, 1);
	width: 100%;
}

.s-form .s-form__entry--row .is-require {
	position: relative;
}

.s-form .s-form__entry--row .is-require::after {
	color: #89C750;
	content: '*';
	vertical-align: bottom;
}

.s-form .s-form__entry--row input,
.s-form .s-form__entry--row textarea {
	-webkit-box-flex: 1;
	-webkit-transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
	background-color: rgba(137, 199, 80, 0.1);
	border: 1px solid transparent;
	border-radius: 2px;
	flex-grow: 1;
	font-size: 16px;
	margin-top: 12px;
	padding: 12px;
	transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
	width: 100%;
}

.s-form .s-form__entry--row input[type="file"] {
	background-color: transparent;
	font-size: 14px;
	padding: 0;
}

.s-form .s-form__entry--row .mwform-file-delete {
	line-height: 1;
	position: relative;
}

.s-form .s-form__entry--row .s-form__entry--row-select {
	margin-top: 12px;
}

.s-form .s-form__entry--row .mwform-radio-field.horizontal-item {
	display: inline-block;
}

.s-form .s-form__entry--row .mwform-radio-field.horizontal-item + .horizontal-item {
	margin-left: 12px;
}

.s-form .s-form__entry--row .mwform-radio-field .mwform-radio-field-text {
	cursor: pointer;
	padding-left: 20px;
	position: relative;
}

.s-form .s-form__entry--row .mwform-radio-field .mwform-radio-field-text:before {
	-webkit-transform: translateY(-50%);
	background-color: #EEEEEE;
	border-radius: 50%;
	content: "";
	height: 12px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
}

.s-form .s-form__entry--row .mwform-radio-field label input[type="radio"]:checked + .mwform-radio-field-text::after {
	-webkit-transform: translateY(-50%);
	background-color: #89C750;
	border-radius: 50%;
	content: '';
	height: 8px;
	left: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.s-form .s-form__entry--row input[type="radio"] {
	-webkit-clip-path: inset(50%);
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.s-form .s-form__policy {
	margin-top: 48px;
	text-align: center;
}

.s-form .s-form__policy .s-form__policy--label {
	cursor: pointer;
	display: inline-block;
}

.s-form .s-form__policy .s-form__policy--label input:checked + .s-form__policy--label-wrapper .s-form__policy--checkbox::after {
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	opacity: 1;
	transform: rotate(45deg) translate(-50%, -50%);
}

.s-form .s-form__policy .s-form__policy--label-wrapper {
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: flex;
}

.s-form .s-form__policy .s-form__policy--checkbox {
	background-color: #FAFAFA;
	border: 1px solid #01A1E9;
	display: inline-block;
	height: 20px;
	margin-right: 8px;
	position: relative;
	width: 20px;
}

.s-form .s-form__policy .s-form__policy--checkbox::after {
	-webkit-transform: rotate(15deg) translate(-50%, -50%);
	-webkit-transition: all .1s linear;
	border: solid #01A1E9;
	border-width: 0 2px 2px 0;
	content: "";
	height: 16px;
	left: 20%;
	opacity: 0;
	position: absolute;
	top: 35%;
	transform: rotate(15deg) translate(-50%, -50%);
	transition: all .1s linear;
	width: 6px;
}

.s-form .s-form__policy .s-form__policy--text a {
	-webkit-transition: 0.2s color cubic-bezier(0.61, 1, 0.88, 1);
	color: #01A1E9;
	font-weight: 700;
	text-decoration: underline;
	transition: 0.2s color cubic-bezier(0.61, 1, 0.88, 1);
}

.s-form .s-form__policy .s-form__policy--text a:hover,
.s-form .s-form__policy .s-form__policy--text a:active,
.s-form .s-form__policy .s-form__policy--text a:focus {
	color: #A6A6A6;
}

.s-form .s-form__btn {
	margin-top: 48px;
}

.s-form .s-form__btn .s-form__btn--contact,
.s-form .s-form__btn .s-form__btn--confirm {
	-webkit-box-pack: center;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.s-form button {
	-webkit-transition: background-color 0.3s cubic-bezier(0.61, 1, 0.88, 1), color 0.3s cubic-bezier(0.61, 1, 0.88, 1), border-color 0.3s cubic-bezier(0.61, 1, 0.88, 1);
	cursor: pointer;
	display: block;
	font-weight: 700;
	max-width: 240px;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
	text-align: center;
	transition: background-color 0.3s cubic-bezier(0.61, 1, 0.88, 1), color 0.3s cubic-bezier(0.61, 1, 0.88, 1), border-color 0.3s cubic-bezier(0.61, 1, 0.88, 1);
	width: 100%;
}

.s-form button[value="confirm"] {
	background-color: #89C750;
	border: 1px solid #89C750;
	color: #fff;
}

.s-form button[value="confirm"]:hover,
.s-form button[value="confirm"]:active,
.s-form button[value="confirm"]:focus {
	background-color: #fff;
	color: #89C750;
}

.s-form button[value="confirm"]:disabled {
	cursor: initial;
	opacity: 0.6;
}

.s-form button[value="confirm"]:disabled:hover,
.s-form button[value="confirm"]:disabled:active,
.s-form button[value="confirm"]:disabled:focus {
	background-color: #89C750;
	color: #fff;
}

.s-form button[value="send"] {
	background-color: #89C750;
	border: 1px solid #89C750;
	color: #fff;
}

.s-form button[value="send"]:hover,
.s-form button[value="send"]:active,
.s-form button[value="send"]:focus {
	background-color: #fff;
	color: #89C750;
}

.s-form button[value="back"] {
	background-color: #111111;
	border: 1px solid #111111;
	color: #fff;
	margin-right: 20px;
}

.s-form button[value="back"]:hover,
.s-form button[value="back"]:active,
.s-form button[value="back"]:focus {
	background-color: #fff;
	color: #111111;
}

/*-----------------------------------------------------


plane


-----------------------------------------------------*/

.s-plane .s-plane__inner {
	padding: 160px 0;
}

.s-plane .s-plane__title {
	text-align: center;
}

.s-plane .s-plane__title .-en {
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	color: #89C750;
	display: -webkit-box;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	text-transform: uppercase;
}

.s-plane .s-plane__title .-en::after {
	background-color: #89C750;
	content: '';
	height: 1px;
	margin-left: 12px;
	width: 32px;
}

.s-plane .s-plane__title .-en::before {
	background-color: #89C750;
	content: '';
	height: 1px;
	margin-right: 12px;
	width: 32px;
}

.s-plane .s-plane__title .-ja {
	color: #111111;
	font-size: 1.6rem;
	margin-top: 4px;
}

.s-plane .s-plane__lead {
	font-weight: 700;
	margin-bottom: 24px;
	margin-top: 32px;
	text-align: center;
}

.s-plane .s-plane__content {
	margin: 80px 0;
	margin: 0 auto;
	max-width: 960px;
}

.s-plane .s-plane__content h2 {
	background-color: #FAFAFA;
	border-left: 4px solid #89C750;
	font-size: 1.2rem;
	margin: 48px 0 24px;
	padding: 12px;
}

.s-plane .s-plane__content h2 + p,
.s-plane .s-plane__content h2 + ul,
.s-plane .s-plane__content h2 + ol,
.s-plane .s-plane__content h2 + dl {
	margin-top: 24px;
}

.s-plane .s-plane__content h3 {
	border-bottom: 2px solid #89C750;
	font-size: 1.1rem;
	margin: 48px 0 24px;
	padding: 12px 0;
}

.s-plane .s-plane__content h3 + p,
.s-plane .s-plane__content h3 + ul,
.s-plane .s-plane__content h3 + ol {
	margin-top: 24px;
}

.s-plane .s-plane__content p {
	margin: 48px 0 24px;
}

.s-plane .s-plane__content p.-center__sm {
	text-align: center;
}

.s-plane .s-plane__content dl {
	margin: 48px 0 24px;
}

.s-plane .s-plane__content dl + dl {
	margin-top: 24px;
}

.s-plane .s-plane__content dl dt {
	background-color: #FAFAFA;
	font-weight: 700;
	padding: 4px 0;
}

.s-plane .s-plane__content dl dd {
	margin-top: 4px;
}

.s-plane .s-plane__content ul {
	list-style: disc;
	margin: 48px 0;
	padding: 0 0 0 24px;
}

.s-plane .s-plane__content ul li {
	list-style: disc;
}

.s-plane .s-plane__content ul li:not(:last-of-type) {
	margin: 0 0 12px 0;
}

.s-plane .s-plane__content ul li > ul,
.s-plane .s-plane__content ul li > ol {
	margin-bottom: 32px;
	margin-top: 24px;
}

.s-plane .s-plane__content a {
	-webkit-transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1);
	color: #89C750;
	font-weight: 700;
	transition: all 0.3s cubic-bezier(0.61, 1, 0.88, 1);
}

.s-plane .s-plane__content a:hover,
.s-plane .s-plane__content a:focus,
.s-plane .s-plane__content a:active {
	opacity: 0.8;
}

.s-plane .s-plane__content .-bold {
	font-weight: 700;
}

.s-plane .s-plane__content .-small {
	font-size: 11px;
}

.s-plane .s-plane__content .-gray {
	color: #9b9b9b;
}

.s-plane .s-plane__content ol {
	counter-reset: item;
	list-style-type: none;
	margin: 48px 0;
	padding: 0 0 0 24px;
}

.s-plane .s-plane__content ol li:before {
	color: #89C750;
	content: counter(item) ".";
	counter-increment: item;
	font-weight: bold;
	padding-right: 12px;
}

.s-plane .s-plane__content ol li {
	text-indent: -24px;
}

.s-plane .s-plane__content ol li:not(:last-of-type) {
	margin: 0 0 12px 0;
}

.s-plane .s-plane__content ol li > ul,
.s-plane .s-plane__content ol li > ol {
	margin-bottom: 32px;
	margin-top: 24px;
}

.s-plane .s-plane__content blockquote {
	background: #f1f1f0;
	margin: 48px 0;
	padding: 24px 20px;
}

.s-plane .s-plane__content blockquote::before {
	color: inherit;
	color: #EEEEEE;
	content: "";
	display: block;
	font: inherit;
	font-family: 'Material Icons';
	font-size: 20px;
	font-weight: 900;
	margin: 0 0 12px 0;
}

.s-plane .s-plane__content blockquote p {
	font-size: .9rem;
	margin: 0;
}

.s-plane .s-plane__content img {
	display: block;
	margin: 0 auto;
	max-width: 800px;
	width: 100%;
}

.s-plane .s-plane__close {
	margin-top: 64px;
}

.s-plane .s-plane__close button {
	-webkit-transition: 0.4s all cubic-bezier(0.33, 1, 0.68, 1);
	background-color: #fff;
	border: 1px solid #111111;
	cursor: pointer;
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
	margin: 0 auto;
	max-width: 200px;
	padding: 8px 12px;
	transition: 0.4s all cubic-bezier(0.33, 1, 0.68, 1);
	width: 100%;
}

.s-plane .s-plane__close button:hover,
.s-plane .s-plane__close button:active,
.s-plane .s-plane__close button:focus {
	background-color: #111111;
	color: #fff;
}

/*-----------------------------------------------------


single


-----------------------------------------------------*/

.s-single .s-single__inner {
	padding-top: 80px;
}

.s-single .s-single__wrapper {
	-webkit-box-pack: center;
	justify-content: center;
}

.s-single .s-single__main {
	width: 100%;
}

.s-single .s-single__main .s-single__main--header {
	margin-top: 20px;
}

.s-single .s-single__main .s-single__main--title {
	font-size: 1.4rem;
}

.s-single .s-single__main .s-single__main--meta {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.9rem;
	margin-top: 12px;
}

.s-single .s-single__main .s-single__main--cat {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	font-size: 0.8rem;
	max-width: 50%;
}

.s-single .s-single__main .s-single__main--cat a {
	color: #89C750;
	display: inline-block;
	font-weight: 700;
	margin-right: 8px;
}

.s-single .s-single__main .s-single__main--cat time {
	color: #A6A6A6;
	display: block;
	font-weight: 700;
}

.s-single .s-single__main .s-single__main--share {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	text-align: right;
}

.s-single .s-single__main .s-single__main--share .s-single__main--share-icon:not(:last-of-type) {
	margin-right: 20px;
}

.s-single .s-single__main .s-single__main--share .s-single__main--share-icon::before {
	-webkit-transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
	color: #111111;
	font-family: "Font Awesome 5 Brands";
	font-size: 1rem;
	font-weight: 900;
	speak: none;
	transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
}

.s-single .s-single__main .s-single__main--share .s-single__main--share-icon.-tw::before {
	content: '\f099';
}

.s-single .s-single__main .s-single__main--share .s-single__main--share-icon.-tw:hover::before,
.s-single .s-single__main .s-single__main--share .s-single__main--share-icon.-tw:active::before,
.s-single .s-single__main .s-single__main--share .s-single__main--share-icon.-tw:focus::before {
	color: #1da1f3;
}

.s-single .s-single__main .s-single__main--share .s-single__main--share-icon.-fb::before {
	content: '\f09a';
}

.s-single .s-single__main .s-single__main--share .s-single__main--share-icon.-fb:hover::before,
.s-single .s-single__main .s-single__main--share .s-single__main--share-icon.-fb:active::before,
.s-single .s-single__main .s-single__main--share .s-single__main--share-icon.-fb:focus::before {
	color: #3b5998;
}

.s-single .s-single__body {
	padding-bottom: 100px;
}

.s-single .s-single__wrapper {
	-webkit-box-pack: center;
	justify-content: center;
}

.s-single .s-single__entry {
	padding: 0 40px;
}

.s-single .s-single__entry h1,
.s-single .s-single__entry h2 {
	border-bottom: 4px solid #EEEEEE;
	font-size: 1.4rem;
	line-height: 1.4;
	margin: 64px 0 24px;
	padding-bottom: 8px;
	position: relative;
}

.s-single .s-single__entry h1::after,
.s-single .s-single__entry h2::after {
	background-color: #89C750;
	bottom: -4px;
	content: '';
	height: 4px;
	left: 0;
	position: absolute;
	width: 200px;
}

.s-single .s-single__entry h3,
.s-single .s-single__entry h4,
.s-single .s-single__entry h5,
.s-single .s-single__entry h6 {
	border-bottom: 2px solid #89C750;
	font-size: 1.2rem;
	line-height: 1.4;
	margin: 64px 0 20px;
	padding-bottom: 4px;
	position: relative;
}

.s-single .s-single__entry p {
	margin-bottom: 64px;
}

.s-single .s-single__entry figure {
	margin: 64px 0;
}

.s-single .s-single__entry figure > figcaption {
	color: #A6A6A6;
	font-size: 0.9rem;
	margin-top: 4px;
}

.s-single .s-single__entry a {
	-webkit-transition: 0.2s all cubic-bezier(0.12, 0, 0.39, 0);
	color: #89C750;
	font-weight: 700;
	text-decoration: underline;
	transition: 0.2s all cubic-bezier(0.12, 0, 0.39, 0);
}

.s-single .s-single__entry a:hover,
.s-single .s-single__entry a:active,
.s-single .s-single__entry a:focus {
	color: #A6A6A6;
}

.s-single .s-single__entry ul {
	background-color: rgba(137, 199, 80, 0.05);
	margin-bottom: 64px;
	padding: 40px;
}

.s-single .s-single__entry ul li {
	line-height: 1.4;
	padding-left: 20px;
	position: relative;
}

.s-single .s-single__entry ul li:not(:first-of-type) {
	margin-top: 20px;
}

.s-single .s-single__entry ul li::before {
	background: #111111;
	border-radius: 5px;
	content: '';
	display: block;
	height: 4px;
	left: 8px;
	position: absolute;
	top: 8px;
	width: 4px;
}

.s-single .s-single__entry ol {
	background-color: rgba(137, 199, 80, 0.05);
	counter-reset: item;
	margin-bottom: 64px;
	padding: 40px;
}

.s-single .s-single__entry ol li {
	line-height: 1.4;
	padding-left: 20px;
	position: relative;
}

.s-single .s-single__entry ol li:not(:first-of-type) {
	margin-top: 20px;
}

.s-single .s-single__entry ol li:before {
	content: counter(item) ".";
	counter-increment: item;
	font-weight: 700;
	left: 4px;
	padding-right: 8px;
	position: absolute;
	top: 0;
}

.s-single .s-single__entry dl {
	margin-bottom: 64px;
}

.s-single .s-single__entry dl dt {
	background-color: rgba(166, 166, 166, 0.1);
	padding: 20px;
}

.s-single .s-single__entry dl dd {
	border-left: 4px solid rgba(166, 166, 166, 0.5);
	margin-top: 8px;
	padding: 12px 20px 12px 16px;
}

.s-single .s-single__entry .wp-block-table {
	overflow: auto;
	white-space: nowrap;
}

.s-single .s-single__entry .wp-block-table::-webkit-scrollbar {
	height: 4px;
	width: 4px;
}

.s-single .s-single__entry .wp-block-table::-webkit-scrollbar-track {
	border-radius: 4px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.s-single .s-single__entry .wp-block-table::-webkit-scrollbar-thumb {
	background-color: #111111;
	border-radius: 4px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.s-single .s-single__entry .wp-block-table table {
	border: none;
	border: 1px solid #89C750;
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}

.s-single .s-single__entry .wp-block-table table th {
	background-color: rgba(137, 199, 80, 0.1);
	font-weight: 700;
	text-align: center;
}

.s-single .s-single__entry .wp-block-table table th,
.s-single .s-single__entry .wp-block-table table td {
	border: 1px solid #89C750;
	padding: 12px 20px;
}

.s-single .s-single__entry blockquote {
	background-color: rgba(166, 166, 166, 0.1);
	font-size: .9rem;
	padding: 48px 20px 48px 64px;
	position: relative;
}

.s-single .s-single__entry blockquote::before {
	color: #A6A6A6;
	content: '\f10d';
	font-family: "Font Awesome 5 Free";
	font-size: 2rem;
	font-weight: 700;
	left: 12px;
	position: absolute;
	speak: none;
	top: 12px;
}

.s-single .s-single__entry blockquote > * {
	margin: 0;
}

.s-single .s-single__entry blockquote > cite {
	display: block;
	font-size: .8rem;
	font-style: italic;
	margin-top: 12px;
}

.s-single .s-single__entry blockquote > cite::before {
	content: "-";
	margin-right: .5rem;
}

.s-single .s-single__share {
	margin: 64px 0 0;
}

.s-single .s-single__share .s-single__share--wrapper {
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	padding: 32px 40px;
}

.s-single .s-single__share .s-single__share--heading {
	-webkit-box-align: center;
	-webkit-box-flex: 0;
	align-items: center;
	display: -webkit-box;
	display: flex;
	flex: 0 0 33.3333%;
	font-size: 1.2rem;
	font-weight: 700;
	max-width: 33.3333%;
	position: relative;
	text-transform: uppercase;
}

.s-single .s-single__share .s-single__share--heading::after {
	background-color: #111111;
	content: '';
	height: 1px;
	margin-left: 12px;
	width: 12%;
}

.s-single .s-single__share .s-single__share--body {
	-webkit-box-flex: 0;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: flex;
	flex: 0 0 66.6666%;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 66.6666%;
}

.s-single .s-single__share .s-single__share--btn {
	-webkit-box-align: center;
	-webkit-box-flex: 0;
	-webkit-box-pack: center;
	-webkit-transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
	align-items: center;
	border: 1px solid #01A1E9;
	display: -webkit-box;
	display: flex;
	flex: 0 0 calc(50% - 10px);
	justify-content: center;
	max-width: calc(50% - 10px);
	padding: 8px 12px;
	position: relative;
	transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
}

.s-single .s-single__share .s-single__share--btn::before {
	font-family: "Font Awesome 5 Brands";
	font-size: 1.2rem;
	font-weight: 900;
	speak: none;
}

.s-single .s-single__share .s-single__share--btn.-tw {
	border-color: #1da1f3;
}

.s-single .s-single__share .s-single__share--btn.-tw::before {
	color: #1da1f3;
	content: '\f099';
}

.s-single .s-single__share .s-single__share--btn.-tw:hover,
.s-single .s-single__share .s-single__share--btn.-tw:active,
.s-single .s-single__share .s-single__share--btn.-tw:focus {
	background-color: #1da1f3;
}

.s-single .s-single__share .s-single__share--btn.-tw:hover::before,
.s-single .s-single__share .s-single__share--btn.-tw:active::before,
.s-single .s-single__share .s-single__share--btn.-tw:focus::before {
	color: #fff;
}

.s-single .s-single__share .s-single__share--btn.-fb {
	border-color: #3b5998;
}

.s-single .s-single__share .s-single__share--btn.-fb::before {
	color: #3b5998;
	content: '\f09a';
}

.s-single .s-single__share .s-single__share--btn.-fb:hover,
.s-single .s-single__share .s-single__share--btn.-fb:active,
.s-single .s-single__share .s-single__share--btn.-fb:focus {
	background-color: #3b5998;
}

.s-single .s-single__share .s-single__share--btn.-fb:hover::before,
.s-single .s-single__share .s-single__share--btn.-fb:active::before,
.s-single .s-single__share .s-single__share--btn.-fb:focus::before {
	color: #fff;
}

/*-----------------------------------------------------


works


-----------------------------------------------------*/

.s-works .s-works__inner {
	padding-top: 80px;
}

.s-works .s-works__wrapper {
	-webkit-box-pack: center;
	justify-content: center;
}

.s-works .s-works__main {
	width: 100%;
}

.s-works .s-works__main .s-works__main--thumbnail {
	height: 100%;
	padding-top: 42.5%;
	position: relative;
	width: 100%;
}

.s-works .s-works__main .s-works__main--thumbnail-bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.s-works .s-works__main .s-works__main--header {
	border-left: 8px solid #89C750;
	margin-top: 20px;
	padding: 20px;
}

.s-works .s-works__main .s-works__main--title {
	font-size: 1.4rem;
}

.s-works .s-works__main .s-works__main--meta {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.9rem;
	margin-top: 12px;
}

.s-works .s-works__main .s-works__main--cat {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	font-size: 0.8rem;
	max-width: 50%;
}

.s-works .s-works__main .s-works__main--cat a,
.s-works .s-works__main .s-works__main--cat span {
	color: #89C750;
	display: inline-block;
	font-weight: 700;
	margin-right: 8px;
}

.s-works .s-works__main .s-works__main--share {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	text-align: right;
}

.s-works .s-works__main .s-works__main--share .s-works__main--share-icon:not(:last-of-type) {
	margin-right: 20px;
}

.s-works .s-works__main .s-works__main--share .s-works__main--share-icon::before {
	-webkit-transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
	color: #111111;
	font-family: "Font Awesome 5 Brands";
	font-size: 1rem;
	font-weight: 900;
	speak: none;
	transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
}

.s-works .s-works__main .s-works__main--share .s-works__main--share-icon.-tw::before {
	content: '\f099';
}

.s-works .s-works__main .s-works__main--share .s-works__main--share-icon.-tw:hover::before,
.s-works .s-works__main .s-works__main--share .s-works__main--share-icon.-tw:active::before,
.s-works .s-works__main .s-works__main--share .s-works__main--share-icon.-tw:focus::before {
	color: #1da1f3;
}

.s-works .s-works__main .s-works__main--share .s-works__main--share-icon.-fb::before {
	content: '\f09a';
}

.s-works .s-works__main .s-works__main--share .s-works__main--share-icon.-fb:hover::before,
.s-works .s-works__main .s-works__main--share .s-works__main--share-icon.-fb:active::before,
.s-works .s-works__main .s-works__main--share .s-works__main--share-icon.-fb:focus::before {
	color: #3b5998;
}

.s-works .s-works__main .s-works__main--features {
	margin-top: 12px;
}

.s-works .s-works__main .s-works__main--features-wrapper {
	background-color: rgba(137, 199, 80, 0.05);
	padding: 32px 24px 48px;
}

.s-works .s-works__main .s-works__main--features-terms {
	border-bottom: 1px solid #89C750;
	font-size: 0.9rem;
	padding-bottom: 16px;
	padding-top: 16px;
}

.s-works .s-works__main .s-works__main--features-terms dt {
	color: #89C750;
	font-weight: 700;
}

.s-works .s-works__wrapper {
	-webkit-box-pack: center;
	justify-content: center;
}

.s-works .s-works__entry {
	padding: 0 40px;
}

.s-works .s-works__entry h1,
.s-works .s-works__entry h2 {
	border-bottom: 4px solid #EEEEEE;
	font-size: 1.4rem;
	line-height: 1.4;
	margin: 64px 0 24px;
	padding-bottom: 8px;
	position: relative;
}

.s-works .s-works__entry h1::after,
.s-works .s-works__entry h2::after {
	background-color: #89C750;
	bottom: -4px;
	content: '';
	height: 4px;
	left: 0;
	position: absolute;
	width: 200px;
}

.s-works .s-works__entry h3,
.s-works .s-works__entry h4,
.s-works .s-works__entry h5,
.s-works .s-works__entry h6 {
	border-bottom: 2px solid #89C750;
	font-size: 1.2rem;
	line-height: 1.4;
	margin: 64px 0 20px;
	padding-bottom: 4px;
	position: relative;
}

.s-works .s-works__entry p {
	margin-bottom: 64px;
}

.s-works .s-works__entry figure {
	margin: 64px 0;
}

.s-works .s-works__entry figure > figcaption {
	color: #A6A6A6;
	font-size: 0.9rem;
	margin-top: 4px;
}

.s-works .s-works__entry a {
	-webkit-transition: 0.2s all cubic-bezier(0.12, 0, 0.39, 0);
	color: #89C750;
	font-weight: 700;
	text-decoration: underline;
	transition: 0.2s all cubic-bezier(0.12, 0, 0.39, 0);
}

.s-works .s-works__entry a:hover,
.s-works .s-works__entry a:active,
.s-works .s-works__entry a:focus {
	color: #A6A6A6;
}

.s-works .s-works__entry ul {
	background-color: rgba(137, 199, 80, 0.05);
	margin-bottom: 64px;
	padding: 40px;
}

.s-works .s-works__entry ul li {
	line-height: 1.4;
	padding-left: 20px;
	position: relative;
}

.s-works .s-works__entry ul li:not(:first-of-type) {
	margin-top: 20px;
}

.s-works .s-works__entry ul li::before {
	background: #111111;
	border-radius: 5px;
	content: '';
	display: block;
	height: 4px;
	left: 8px;
	position: absolute;
	top: 8px;
	width: 4px;
}

.s-works .s-works__entry ol {
	background-color: rgba(137, 199, 80, 0.05);
	counter-reset: item;
	margin-bottom: 64px;
	padding: 40px;
}

.s-works .s-works__entry ol li {
	line-height: 1.4;
	padding-left: 20px;
	position: relative;
}

.s-works .s-works__entry ol li:not(:first-of-type) {
	margin-top: 20px;
}

.s-works .s-works__entry ol li:before {
	content: counter(item) ".";
	counter-increment: item;
	font-weight: 700;
	left: 4px;
	padding-right: 8px;
	position: absolute;
	top: 0;
}

.s-works .s-works__entry dl {
	margin-bottom: 64px;
}

.s-works .s-works__entry dl dt {
	background-color: rgba(166, 166, 166, 0.1);
	padding: 20px;
}

.s-works .s-works__entry dl dd {
	border-left: 4px solid rgba(166, 166, 166, 0.5);
	margin-top: 8px;
	padding: 12px 20px 12px 16px;
}

.s-works .s-works__entry .wp-block-table {
	overflow: auto;
	white-space: nowrap;
}

.s-works .s-works__entry .wp-block-table::-webkit-scrollbar {
	height: 4px;
	width: 4px;
}

.s-works .s-works__entry .wp-block-table::-webkit-scrollbar-track {
	border-radius: 4px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.s-works .s-works__entry .wp-block-table::-webkit-scrollbar-thumb {
	background-color: #111111;
	border-radius: 4px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.s-works .s-works__entry .wp-block-table table {
	border: none;
	border: 1px solid #89C750;
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}

.s-works .s-works__entry .wp-block-table table th {
	background-color: rgba(137, 199, 80, 0.1);
	font-weight: 700;
	text-align: center;
}

.s-works .s-works__entry .wp-block-table table th,
.s-works .s-works__entry .wp-block-table table td {
	border: 1px solid #89C750;
	padding: 12px 20px;
}

.s-works .s-works__entry blockquote {
	background-color: rgba(166, 166, 166, 0.1);
	font-size: .9rem;
	padding: 48px 20px 48px 64px;
	position: relative;
}

.s-works .s-works__entry blockquote::before {
	color: #A6A6A6;
	content: '\f10d';
	font-family: "Font Awesome 5 Free";
	font-size: 2rem;
	font-weight: 700;
	left: 12px;
	position: absolute;
	speak: none;
	top: 12px;
}

.s-works .s-works__entry blockquote > * {
	margin: 0;
}

.s-works .s-works__entry blockquote > cite {
	display: block;
	font-size: .8rem;
	font-style: italic;
	margin-top: 12px;
}

.s-works .s-works__entry blockquote > cite::before {
	content: "-";
	margin-right: .5rem;
}

.s-works .s-works__share {
	margin: 64px 0 0;
}

.s-works .s-works__share .s-works__share--wrapper {
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	padding: 32px 40px;
}

.s-works .s-works__share .s-works__share--heading {
	-webkit-box-align: center;
	-webkit-box-flex: 0;
	align-items: center;
	display: -webkit-box;
	display: flex;
	flex: 0 0 33.3333%;
	font-size: 1.2rem;
	font-weight: 700;
	max-width: 33.3333%;
	position: relative;
	text-transform: uppercase;
}

.s-works .s-works__share .s-works__share--heading::after {
	background-color: #111111;
	content: '';
	height: 1px;
	margin-left: 12px;
	width: 12%;
}

.s-works .s-works__share .s-works__share--body {
	-webkit-box-flex: 0;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: flex;
	flex: 0 0 66.6666%;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 66.6666%;
}

.s-works .s-works__share .s-works__share--btn {
	-webkit-box-align: center;
	-webkit-box-flex: 0;
	-webkit-box-pack: center;
	-webkit-transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
	align-items: center;
	border: 1px solid #01A1E9;
	display: -webkit-box;
	display: flex;
	flex: 0 0 calc(50% - 10px);
	justify-content: center;
	max-width: calc(50% - 10px);
	padding: 8px 12px;
	position: relative;
	transition: 0.2s all cubic-bezier(0.61, 1, 0.88, 1);
}

.s-works .s-works__share .s-works__share--btn::before {
	font-family: "Font Awesome 5 Brands";
	font-size: 1.2rem;
	font-weight: 900;
	speak: none;
}

.s-works .s-works__share .s-works__share--btn.-tw {
	border-color: #1da1f3;
}

.s-works .s-works__share .s-works__share--btn.-tw::before {
	color: #1da1f3;
	content: '\f099';
}

.s-works .s-works__share .s-works__share--btn.-tw:hover,
.s-works .s-works__share .s-works__share--btn.-tw:active,
.s-works .s-works__share .s-works__share--btn.-tw:focus {
	background-color: #1da1f3;
}

.s-works .s-works__share .s-works__share--btn.-tw:hover::before,
.s-works .s-works__share .s-works__share--btn.-tw:active::before,
.s-works .s-works__share .s-works__share--btn.-tw:focus::before {
	color: #fff;
}

.s-works .s-works__share .s-works__share--btn.-fb {
	border-color: #3b5998;
}

.s-works .s-works__share .s-works__share--btn.-fb::before {
	color: #3b5998;
	content: '\f09a';
}

.s-works .s-works__share .s-works__share--btn.-fb:hover,
.s-works .s-works__share .s-works__share--btn.-fb:active,
.s-works .s-works__share .s-works__share--btn.-fb:focus {
	background-color: #3b5998;
}

.s-works .s-works__share .s-works__share--btn.-fb:hover::before,
.s-works .s-works__share .s-works__share--btn.-fb:active::before,
.s-works .s-works__share .s-works__share--btn.-fb:focus::before {
	color: #fff;
}

/*-----------------------------------------------------


Display


-----------------------------------------------------*/

/*-----------------------------------------------------


LocomotiveScroll


-----------------------------------------------------*/

/*-----------------------------------------------------


ScrollTrigger


-----------------------------------------------------*/

.js-scroll__top {
	-webkit-transition: opacity 0.6s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
	transition: opacity 0.6s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
	transition: opacity 0.6s cubic-bezier(0.61, 1, 0.88, 1), transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
	transition: opacity 0.6s cubic-bezier(0.61, 1, 0.88, 1), transform 0.6s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
}

.js-scroll__top.invisible {
	-webkit-transform: translateY(20px) scale(0.95);
	opacity: 0;
	transform: translateY(20px) scale(0.95);
	visibility: hidden;
}

.js-scroll__top.visible {
	-webkit-transform: translateY(0) scale(1);
	opacity: 1;
	transform: translateY(0) scale(1);
	visibility: visible;
}

.js-scroll__left {
	-webkit-transition: opacity 0.6s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
	transition: opacity 0.6s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
	transition: opacity 0.6s cubic-bezier(0.61, 1, 0.88, 1), transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
	transition: opacity 0.6s cubic-bezier(0.61, 1, 0.88, 1), transform 0.6s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
}

.js-scroll__left.invisible {
	-webkit-transform: translateX(20px);
	opacity: 0;
	transform: translateX(20px);
	visibility: hidden;
}

.js-scroll__left.visible {
	-webkit-transform: translateX(0);
	opacity: 1;
	transform: translateX(0);
	visibility: visible;
}

.js-scroll__right {
	-webkit-transition: opacity 0.6s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
	transition: opacity 0.6s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
	transition: opacity 0.6s cubic-bezier(0.61, 1, 0.88, 1), transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
	transition: opacity 0.6s cubic-bezier(0.61, 1, 0.88, 1), transform 0.6s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
}

.js-scroll__right.invisible {
	-webkit-transform: translateX(-20px);
	opacity: 0;
	transform: translateX(-20px);
	visibility: hidden;
}

.js-scroll__right.visible {
	-webkit-transform: translateX(0);
	opacity: 1;
	transform: translateX(0);
	visibility: visible;
}

.js-scroll__scale {
	-webkit-transition: opacity 0.6s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
	transition: opacity 0.6s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
	transition: opacity 0.6s cubic-bezier(0.61, 1, 0.88, 1), transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
	transition: opacity 0.6s cubic-bezier(0.61, 1, 0.88, 1), transform 0.6s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
}

.js-scroll__scale.invisible {
	-webkit-transform: scale(0.9);
	opacity: 0;
	transform: scale(0.9);
	visibility: hidden;
}

.js-scroll__scale.visible {
	-webkit-transform: scale(1);
	opacity: 1;
	transform: scale(1);
	visibility: visible;
}

.js-scroll__cover {
	overflow: hidden;
	position: relative;
}

.js-scroll__cover::before,
.js-scroll__cover::after {
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
	transition: -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
	transition: transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
	transition: transform 0.6s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
}

.js-scroll__cover::before {
	-webkit-transition-delay: .2s;
	background-color: #89C750;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition-delay: .2s;
	width: 100%;
	z-index: 2;
}

.js-scroll__cover::after {
	background-color: #fff;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
}

.js-scroll__cover.invisible::before {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.js-scroll__cover.invisible::after {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.js-scroll__cover.visible::before,
.js-scroll__cover.visible::after {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

/*-----------------------------------------------------


State


-----------------------------------------------------*/

.u-visuallyHidden {
	-webkit-clip-path: inset(50%);
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.u-scrollbarHidden {
	-ms-overflow-style: none; /* IE, Edge 対応 */
	scrollbar-width: none; /* Firefox 対応 */
}

.u-scrollbarHidden::-webkit-scrollbar {
	display: none; /* Chrome, Safari 対応 */
}

.u-objectFit {
	-o-object-fit: cover;
	font-family: 'object-fit: cover;';
	object-fit: cover;
}

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

.col-2__md {
	-webkit-box-flex: 0;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3__md {
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4__md {
	-webkit-box-flex: 0;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5__md {
	-webkit-box-flex: 0;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6__md {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7__md {
	-webkit-box-flex: 0;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8__md {
	-webkit-box-flex: 0;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9__md {
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10__md {
	-webkit-box-flex: 0;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-2__md {
	-webkit-box-flex: 0;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3__md {
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4__md {
	-webkit-box-flex: 0;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5__md {
	-webkit-box-flex: 0;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6__md {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7__md {
	-webkit-box-flex: 0;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8__md {
	-webkit-box-flex: 0;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9__md {
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10__md {
	-webkit-box-flex: 0;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

}

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

.col-2__lg {
	-webkit-box-flex: 0;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3__lg {
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4__lg {
	-webkit-box-flex: 0;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5__lg {
	-webkit-box-flex: 0;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6__lg {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7__lg {
	-webkit-box-flex: 0;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8__lg {
	-webkit-box-flex: 0;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9__lg {
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10__lg {
	-webkit-box-flex: 0;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-2__lg {
	-webkit-box-flex: 0;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3__lg {
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4__lg {
	-webkit-box-flex: 0;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5__lg {
	-webkit-box-flex: 0;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6__lg {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7__lg {
	-webkit-box-flex: 0;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8__lg {
	-webkit-box-flex: 0;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9__lg {
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10__lg {
	-webkit-box-flex: 0;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

}

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

.col-2__xl {
	-webkit-box-flex: 0;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3__xl {
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4__xl {
	-webkit-box-flex: 0;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5__xl {
	-webkit-box-flex: 0;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6__xl {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7__xl {
	-webkit-box-flex: 0;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8__xl {
	-webkit-box-flex: 0;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9__xl {
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10__xl {
	-webkit-box-flex: 0;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-2__xl {
	-webkit-box-flex: 0;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3__xl {
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4__xl {
	-webkit-box-flex: 0;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5__xl {
	-webkit-box-flex: 0;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6__xl {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7__xl {
	-webkit-box-flex: 0;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8__xl {
	-webkit-box-flex: 0;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9__xl {
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10__xl {
	-webkit-box-flex: 0;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

}

@media screen and (max-width: 1400px) {

.p-business .p-business__primary .p-business__primary--bg-icon {
	width: 120px;
}

.p-business .p-business__secondary:nth-of-type(even) .p-business__secondary--content {
	padding-right: 24px;
}

.p-business .p-business__secondary .p-business__secondary--content {
	padding-left: 32px;
}

}

@media screen and (max-width: 1200px) {

.p-business .p-business__primary .p-business__primary--inner {
	padding: 0 0 100px;
}

.p-business .p-business__primary .p-business__primary--bg {
	left: 40px;
	padding-top: 32.5%;
	width: calc(100% - 60px);
}

.p-business .p-business__primary .p-business__primary--row {
	padding-left: 0;
}

.p-company .p-company__philosophy::before {
	height: 100px;
}

.p-company .p-company__philosophy .p-company__philosophy--body {
	max-width: calc(100% - 20px);
}

.p-company .p-company__philosophy .p-company__philosophy--title .-en {
	font-size: 1.2rem;
}

.p-company .p-company__philosophy .p-company__philosophy--title .-ja {
	font-size: 2.4rem;
}

.p-company .p-company__philosophy .p-company__philosophy--bg {
	padding-top: 42.5%;
}

.p-company .p-company__profile .p-company__profile--wrapper::after {
	width: 40px;
}

.p-index .p-index__business .p-index__business--header-content {
	padding: 32px 40px 20px;
}

.p-index .p-index__business .p-index__business--item-heading .-ja {
	font-size: 1rem;
}

}

@media screen and (max-width: 991px) {

.container {
	max-width: 960px;
}

.container {
	max-width: 960px;
}

.l-aside__works .l-aside__works--inner {
	padding: 80px 20px 0 20px;
}

.l-aside__info .l-aside__info--col:not(:first-of-type) {
	margin-top: 32px;
}

.l-aside__recruit .l-aside__recruit--col:first-of-type {
	-webkit-transform: translateY(-50%);
	opacity: 0.5;
	position: absolute;
	right: -5%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.l-aside__recruit .l-aside__recruit--icon {
	margin-left: auto;
	max-width: 320px;
}

.l-aside__contact .l-aside__contact--col:not(:first-of-type) {
	margin-top: 40px;
}

.l-footer .l-footer__products .l-footer__products--col:not(:first-of-type) {
	margin-top: 20px;
}

.l-header .l-header__nav {
	display: none;
}

.l-hero .l-hero__slider {
	width: 60%;
}

.l-hero .l-hero__catch .-en {
	font-size: 3rem !important;
}

.l-hero .l-hero__catch .-ja {
	font-size: 1.4rem !important;
}

.l-hero .l-hero__graphic {
	-webkit-transform: translate(-50%, -50%);
	bottom: auto;
	height: 60%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.l-hero .l-hero__info .l-hero__info--title {
	font-size: 0.9rem;
}

.l-mainImage .l-mainImage__body {
	padding: 100px 0;
}

.l-mainImage .l-mainImage__title {
	font-size: 2rem;
}

.l-mainImage .l-mainImage__title::after {
	margin-left: 12px;
	width: 100px;
}

.l-mainImage .l-mainImage__bg {
	width: 70vw;
}

.l-mainImage .l-mainImage__en--content {
	font-size: 16vw;
}

.c-btn__hamburger {
	display: -webkit-box;
	display: flex;
}

.c-iframe__content {
	padding-top: 100%;
}

.c-title__primary .-en {
	font-size: 0.9rem;
}

.c-title__primary .-ja {
	font-size: 1.4rem;
	margin-top: 4px;
}

.p-business .p-business__primary .p-business__primary--bg {
	left: 20px;
	width: calc(100% - 40px);
}

.p-business .p-business__primary .p-business__primary--bg-icon {
	width: 88px;
}

.p-business .p-business__primary .p-business__primary--body {
	margin-top: 32px;
}

.p-business .p-business__primary .p-business__primary--title .-en {
	color: #FAFAFA;
}

.p-business .p-business__primary .p-business__primary--title .-en::after {
	background-color: #FAFAFA;
}

.p-business .p-business__primary .p-business__primary--features {
	margin-top: 48px;
}

.p-business .p-business__primary .p-business__primary--features-col:not(:first-of-type) {
	margin-top: 32px;
}

.p-business .p-business__primary .p-business__primary--features-num {
	font-size: 40px;
	top: -20px;
}

.p-business .p-business__primary .p-business__primary--features-desc {
	margin-top: 16px;
}

.p-business .p-business__secondary:not(:first-of-type) {
	margin-top: 80px;
}

.p-business .p-business__secondary:nth-of-type(even) .p-business__secondary--content {
	padding-right: 0;
}

.p-business .p-business__secondary .p-business__secondary--bg {
	padding-top: 27.5%;
}

.p-business .p-business__secondary .p-business__secondary--content {
	margin-top: 32px;
	padding-left: 0;
}

.p-business .p-business__secondary .p-business__secondary--lead br {
	display: none;
}

.p-company .p-company__philosophy .p-company__philosophy--bg {
	padding-top: 62.5%;
	width: 80%;
}

.p-index .p-index__business .p-index__business--bg {
	padding-top: 42.5%;
	width: calc(100% - 20px);
}

.p-index .p-index__business .p-index__business--header {
	width: 60%;
}

.p-index .p-index__business .p-index__business--header-content {
	padding: 32px 20px 20px;
}

.p-index .p-index__company .p-index__company--wrapper {
	padding-top: 57.25%;
}

.p-index .p-index__company .p-index__company--wrapper {
	padding-top: 0;
}

.p-index .p-index__company .p-index__company--bg {
	height: 100%;
	top: 0;
	width: 100%;
}

.p-recruit .p-recruit__require .p-recruit__require--trigger::after {
	font-size: 1.8rem;
}

.p-recruit .p-recruit__require .p-recruit__require--trigger-heading {
	font-size: 1.2rem;
}

.p-recruit .p-recruit__require .p-recruit__btn {
	margin-top: 48px;
}

.p-recruit .p-recruit__entry .p-recruit__entry--footer {
	padding-top: 280px;
}

.p-recruit .p-recruit__entry .p-recruit__entry--btn-wrapper {
	padding: 64px 40px;
}

.p-recruit .p-recruit__entry .p-recruit__entry--btn-title {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.p-recruit .p-recruit__entry .p-recruit__entry--btn-lead {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	margin-top: 32px;
	max-width: 100%;
	padding-left: 0;
}

.s-plane .s-plane__title .-en {
	font-size: 0.9rem;
}

.s-plane .s-plane__title .-ja {
	font-size: 1.4rem;
	margin-top: 4px;
}

.s-single .s-single__main .s-single__main--title {
	font-size: 1.2rem;
}

.s-single .s-single__entry {
	padding: 0 20px;
}

.s-single .s-single__share .s-single__share--wrapper {
	padding: 32px 20px;
}

.s-works .s-works__main .s-works__main--thumbnail {
	padding-top: 62.5%;
}

.s-works .s-works__main .s-works__main--title {
	font-size: 1.2rem;
}

.s-works .s-works__entry {
	padding: 0 20px;
}

.s-works .s-works__share .s-works__share--wrapper {
	padding: 32px 20px;
}

.u-dn__lg {
	display: none !important;
}

}

@media screen and (max-width: 767px) {

.container {
	max-width: 720px;
}

.inner {
	padding: 80px 0 0;
}

.container {
	max-width: 720px;
}

.inner {
	padding: 80px 0 0;
}

.l-aside__info .l-aside__info--inner {
	padding: 64px 0 0;
}

.l-aside__blog .l-aside__blog--inner {
	padding: 64px 0;
}

.l-aside__blog .l-aside__blog--col:not(:first-of-type) {
	margin-top: 24px;
}

.l-aside__recruit .l-aside__recruit--inner {
	padding: 64px 0;
}

.l-aside__recruit .l-aside__recruit--col:first-of-type {
	opacity: 0.3;
	right: -10%;
}

.l-aside__recruit .l-aside__recruit--icon {
	max-width: 240px;
}

.l-aside__contact .l-aside__contact--inner {
	padding: 64px 0;
}

.l-drawer .l-drawer__nav {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	height: 100%;
	max-width: 100%;
	width: 100%;
}

.l-footer .l-footer__products .l-footer__products--list .l-footer__products--item:nth-of-type(n+3) {
	margin-top: 16px;
}

.l-hero .l-hero__info .l-hero__info--item {
	-webkit-box-flex: 0;
	flex-basis: calc(100% - 100px);
	flex-grow: 0;
	flex-shrink: 0;
	max-width: calc(100% - 100px);
}

.l-mainImage {
	margin: 0 0 80px;
}

.l-mainImage .l-mainImage__body {
	padding: 80px 0 0;
}

.l-mainImage .l-mainImage__bg {
	height: 400px;
	position: relative;
	width: 100vw;
}

.l-mainImage .l-mainImage__en {
	bottom: auto;
	left: auto;
	right: 0;
	text-align: right;
	top: 120px;
}

.l-sidebar .l-sidebar__inner {
	padding: 0 0 80px;
}

.l-sidebar .l-sidebar__col:not(:first-of-type) {
	margin-top: 48px;
}

.c-card__works .c-card__works--thumb {
	padding-top: 80%;
}

.c-card__works .c-card__works--body {
	width: calc(100% - 20px);
}

.c-iframe__content {
	padding-top: 62.5%;
}

.c-pagination {
	margin-top: 32px;
}

.p-business .p-business__upper,
.p-business .p-business__lower {
	margin-bottom: 80px;
}

.p-business .p-business__primary::before {
	height: calc(100% - 80px);
}

.p-business .p-business__primary .p-business__primary--inner {
	padding: 0 0 80px;
}

.p-business .p-business__primary .p-business__primary--bg-icon {
	left: 40px;
	width: 64px;
}

.p-business .p-business__primary .p-business__primary--lead br {
	display: none;
}

.p-business .p-business__secondary .p-business__secondary--bg {
	padding-top: 30%;
}

.p-business .p-business__secondary .p-business__secondary--icon {
	width: 48px;
}

.p-business .p-business__secondary .p-business__secondary--icon.-icon05 {
	width: 32px;
}

.p-company .p-company__philosophy .p-company__philosophy--body {
	max-width: 100%;
	padding: 0 0 64px;
}

.p-company .p-company__philosophy .p-company__philosophy--title .-ja {
	font-size: 2.2rem;
}

.p-company .p-company__philosophy .p-company__philosophy--title .-ja br {
	display: none;
}

.p-company .p-company__philosophy .p-company__philosophy--bg {
	margin-top: 0;
	padding-top: 80%;
	width: 100%;
}

.p-company .p-company__philosophy .p-company__philosophy--bg-frame {
	border: 4px solid #fff;
}

.p-company .p-company__profile .p-company__profile--wrapper {
	padding: 80px 0 0;
}

.p-company .p-company__profile .p-company__profile--wrapper::after {
	width: 20px;
}

.p-company .p-company__profile .p-company__profile--col:not(:first-of-type) {
	margin-top: 32px;
}

.p-company .p-company__profile .p-company__profile--list dt {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.p-company .p-company__profile .p-company__profile--list dd {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	margin-top: 16px;
	max-width: 100%;
	padding: 0 20px 0 0;
}

.p-company .p-company__profile .p-company__profile--list dd small {
	margin-top: 12px;
}

.p-company .p-company__address .p-company__address--inner {
	padding: 80px 0;
}

.p-company .p-company__address .p-company__address--col:not(:first-of-type) {
	margin-top: 48px;
}

.p-index .p-index__business::before {
	height: calc(100% - 80px);
}

.p-index .p-index__business .p-index__business--inner {
	margin-top: 80px;
}

.p-index .p-index__business .p-index__business--bg {
	padding-top: 62.5%;
}

.p-index .p-index__business .p-index__business--header {
	width: calc(100% - 40px);
}

.p-index .p-index__company .p-index__company--body {
	padding: 80px 0;
}

.p-recruit .p-recruit__require .p-recruit__require--trigger {
	padding: 40px 40px 40px 20px;
}

.p-recruit .p-recruit__require .p-recruit__require--trigger::after {
	font-size: 1.4rem;
	right: 20px;
}

.p-recruit .p-recruit__require .p-recruit__require--content-terms dt {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.p-recruit .p-recruit__require .p-recruit__require--content-terms dd {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	margin-top: 12px;
	max-width: 100%;
}

.p-recruit .p-recruit__entry .p-recruit__entry--inner {
	padding: 80px 0;
}

.s-archive .s-archive__wrapper {
	padding: 0 0 80px;
}

.s-archive .s-archive__col:nth-of-type(n+2) {
	margin-top: 32px;
}

.s-archive .s-archive__list.-works .s-archive__col:nth-of-type(n+2) {
	margin-top: 32px;
}

.s-form .s-form__wrapper {
	padding: 40px 20px 80px;
}

.s-form .s-form__entry--row .mwform-radio-field.horizontal-item {
	display: block;
}

.s-form .s-form__entry--row .mwform-radio-field.horizontal-item + .horizontal-item {
	margin-left: 0;
	margin-top: 12px;
}

.s-form .s-form__btn .s-form__btn--confirm {
	-webkit-box-direction: reverse;
	-webkit-box-orient: vertical;
	flex-direction: column-reverse;
}

.s-form button[value="send"] {
	margin-left: auto;
	margin-right: auto;
}

.s-form button[value="back"] {
	margin-left: auto;
	margin-right: 0;
	margin-right: auto;
	margin-top: 24px;
}

.s-plane .s-plane__inner {
	padding: 100px 0;
}

.s-single .s-single__body {
	padding-bottom: 80px;
}

.s-single .s-single__entry {
	padding: 0;
}

.s-single .s-single__entry ul {
	padding: 32px 20px;
}

.s-single .s-single__entry ol {
	padding: 32px 20px;
}

.s-single .s-single__entry blockquote {
	padding: 32px 20px 32px 48px;
}

.s-single .s-single__entry blockquote::before {
	font-size: 1.6rem;
}

.s-single .s-single__share .s-single__share--wrapper {
	padding: 32px 0;
}

.s-single .s-single__share .s-single__share--heading {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.s-single .s-single__share .s-single__share--body {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	margin-top: 12px;
	max-width: 100%;
}

.s-works .s-works__entry {
	padding: 0;
}

.s-works .s-works__entry ul {
	padding: 32px 20px;
}

.s-works .s-works__entry ol {
	padding: 32px 20px;
}

.s-works .s-works__entry blockquote {
	padding: 32px 20px 32px 48px;
}

.s-works .s-works__entry blockquote::before {
	font-size: 1.6rem;
}

.s-works .s-works__share .s-works__share--wrapper {
	padding: 32px 0;
}

.s-works .s-works__share .s-works__share--heading {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.s-works .s-works__share .s-works__share--body {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	margin-top: 12px;
	max-width: 100%;
}

.u-dn__md {
	display: none !important;
}

}

@media screen and (max-width: 575px) {

.container {
	max-width: 540px;
}

.container {
	max-width: 100%;
}

.container {
	max-width: 540px;
}

.container {
	max-width: 100%;
}

.l-aside__blog .l-aside__blog--tabList-link {
	font-size: 11px;
	padding: 2px 8px;
}

.l-aside__recruit .l-aside__recruit--link li:not(:first-of-type) {
	margin-left: 0;
	margin-top: 16px;
}

.l-aside__recruit .l-aside__recruit--link li {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.l-drawer {
	padding: 80px 20px;
}

.l-drawer .l-drawer__nav > li .-child {
	padding: 20px 0 12px;
}

.l-header .l-header__logo {
	-webkit-box-flex: 0;
	flex: 0 0 140px;
	max-width: 140px;
}

.l-hero .l-hero__slider {
	width: 100%;
}

.l-hero .l-hero__sider--slide.-slide01 {
	background-position: bottom center;
}

.l-mainImage .l-mainImage__title {
	font-size: 1.6rem;
}

.l-mainImage .l-mainImage__title::after {
	width: 80px;
}

.l-mainImage .l-mainImage__bg {
	height: 240px;
}

.c-card__works .c-card__works--thumb {
	padding-top: 100%;
}

.p-business .p-business__primary .p-business__primary--bg {
	padding-top: 52.5%;
}

.p-business .p-business__primary .p-business__primary--bg-img {
	background-position: right center;
}

.p-business .p-business__primary .p-business__primary--bg-icon {
	left: 20px;
}

.p-business .p-business__primary .p-business__primary--title .-en {
	color: #111111;
}

.p-business .p-business__primary .p-business__primary--title .-en::after {
	background-color: #111111;
}

.p-business .p-business__secondary .p-business__secondary--bg {
	padding-top: 40%;
}

.p-company .p-company__philosophy .p-company__philosophy--body {
	padding: 0 0 40px;
}

.p-company .p-company__philosophy .p-company__philosophy--title .-en {
	font-size: 1.1rem;
}

.p-company .p-company__philosophy .p-company__philosophy--title .-ja {
	font-size: 1.8rem;
}

.p-company .p-company__philosophy .p-company__philosophy--lead br {
	display: none;
}

.p-company .p-company__profile .p-company__profile--wrapper::after {
	display: none;
}

.p-company .p-company__profile .p-company__profile--list dd {
	padding: 0;
}

.p-contact .p-contact__form .p-contact__form--par {
	text-align: left;
}

.p-contact .p-contact__form .p-contact__form--par br {
	display: none;
}

.p-index .p-index__business .p-index__business--bg {
	padding-top: 80.5%;
}

.p-index .p-index__business .p-index__business--header {
	width: calc(100% - 20px);
}

.p-index .p-index__business .p-index__business--item {
	padding: 0 40px 0 20px;
}

.p-index .p-index__business .p-index__business--item-body {
	padding: 0 0 0 20px;
}

.p-index .p-index__business .p-index__business--item-dot {
	right: 20px;
}

.p-recruit .p-recruit__require .p-recruit__require--trigger {
	padding: 20px 40px 20px 20px;
}

.p-recruit .p-recruit__require .p-recruit__require--trigger-hire {
	font-size: 0.9rem;
}

.p-recruit .p-recruit__require .p-recruit__require--trigger-heading {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	margin-top: 12px;
	max-width: 100%;
	padding: 0;
}

.p-recruit .p-recruit__require .p-recruit__require--content-wrapper {
	padding: 56px 20px;
}

.p-recruit .p-recruit__entry .p-recruit__entry--footer {
	padding-top: 200px;
}

.p-recruit .p-recruit__entry .p-recruit__entry--btn::before {
	height: 25%;
}

.p-recruit .p-recruit__entry .p-recruit__entry--btn-wrapper {
	padding: 56px 20px;
}

.p-recruit .p-recruit__entry .p-recruit__entry--btn-lead {
	font-size: 0.9rem;
}

.p-recruit .p-recruit__entry .p-recruit__entry--btn-lead br {
	display: none;
}

.p-recruit .p-recruit__entry .p-recruit__entry--dot {
	right: 40px;
	top: 27.5%;
}

.s-form .s-form__wrapper {
	padding: 40px 0 80px;
}

.s-form .s-form__entry--row.-file .-btn {
	max-width: 160px;
}

.s-plane .s-plane__lead {
	text-align: left;
}

.s-plane .s-plane__content p.-center__sm {
	text-align: left;
}

.s-single .s-single__main .s-single__main--cat {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.s-single .s-single__main .s-single__main--share {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.s-works .s-works__main .s-works__main--cat {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.s-works .s-works__main .s-works__main--share {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.u-dn__sm {
	display: none !important;
}

}

@media screen and (max-width: 320px) {

.l-hero .l-hero__catch .-en {
	font-size: 2.4rem !important;
}

.l-hero .l-hero__catch .-ja {
	font-size: 1.2rem !important;
}

}

@-webkit-keyframes swiper-preloader-spin {

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes swiper-preloader-spin {

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@-webkit-keyframes anime-progressBar {

0% {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

100% {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

}

@keyframes anime-progressBar {

0% {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

100% {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

}

