<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Tools */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

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

.text-align-right {
	text-align: right;
}

.display-block {
	display: block;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/

.sp-only {
	display: none !important;
}

.sp-only-2 {
	display: none !important;
}

.pc-only {
	display: block !important;
}

.pc-only-2 {
	display: inline-block !important;
}

/* font
-------------------------------*/

.bold {
	font-weight: bold;
}

/* margin
-------------------------------*/

/* padding
-------------------------------*/

/* base */

html {
	font-size: 62.5%;
}

body {
	font-family: YakuHanJPs_Noto, "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	color: #000;
}

a {
	color: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

input,
textarea,
select,
button {
	font-family: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

button {
	cursor: pointer;
	font-size: inherit;
}

/* Layout */

.l-body {
	overflow-x: hidden;
}

.l-wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 89.333333%;
}

.l-content {
	position: relative;
}

.l-content__head {
	padding-top: 25px;
	background: #EEEEF0;
}

.l-content__head--1 {
	padding-bottom: 140px;
}

.l-content__head--2 {
	padding-bottom: 73px;
}

.l-content__body {
	position: relative;
	padding: 1px 0 0;
	background: #000000;
}

.l-content__body--1:before {
	content: "";
	display: block;
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background: #FFFFFF;
}

.l-content__body--2 {
	padding-bottom: 50px;
}

.l-content-2 {
	padding: 45px 0 0;
}

.l-footer {
	padding: 30px 30px;
}

/* Module */

.firstview {
	position: relative;
	width: 100%;
	height: 100vh;
}

.firstview__hexagon {
	position: absolute;
	right: 5.633333%;
	bottom: 13%;
	width: 80%;
	z-index: 20;
}

.header-logo {
	position: absolute;
	top: 4.533333vw;
	left: 4.533333vw;
	width: 34.666666%;
	display: block;
}

.catchcopy {
	opacity: 0;
	width: 62.666666%;
	left: 7.6%;
	top: 54.2%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	z-index: 80;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.catchcopy.is-visible {
	opacity: 1;
}

.catchcopy img {
	display: block;
	width: 100%;
	height: auto;
}

.overview {
	display: none;
}

.fv-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

.is-visible .fv-image {
	opacity: 1;
}

.fv-image:before {
	content: "";
	display: block;
	width: 100%;
	height: 20px;
	border-radius: 50%;
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: 0;
	left: 0;
}

.fv-image--brand {
	z-index: 10;
}

.fv-image--sports {
	z-index: 30;
}

.fv-image--service {
	z-index: 30;
}

.fv-image__item {
	width: 100%;
	height: 100%;
}

.fv-image__item img {
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	width: 100%;
	height: 100%;
	display: block;
}

.fv-image .slick-list,
.fv-image .slick-track {
	height: 100%;
}

.brand-wrap {
	position: absolute;
	width: 50.6vw;
	height: 68.322%;
	top: 7%;
	right: 0;
}

.sports-wrap {
	width: 42.666666%;
	height: 30.933333vw;
	position: absolute;
	top: 16%;
	left: 10.4%;
}

.service-wrap {
	width: 50.666666%;
	height: 34.666666vw;
	position: absolute;
	bottom: 7.2%;
	right: 14%;
}

.scroll-animation {
	position: absolute;
	bottom: 0%;
	left: 10%;
	width: 1px;
	height: 17.5%;
	background: #CCCCCC;
	z-index: 50;
}

.scroll-animation span {
	width: 3px;
	height: 3px;
	border-radius: 2px;
	background: #333333;
	border-radius: 50%;
	-webkit-animation: updown 2s ease infinite;
	animation: updown 2s ease infinite;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.message {
	padding: 30px 0 50px;
	background: #FFFFFF;
	position: relative;
}

.message__text {
	width: 77%;
	margin-left: auto;
	margin-right: auto;
	font: 500 3.8vw YakuHanMPs_Noto, "Noto Serif JP", serif;
	line-height: 2.67;
}

.heading-1 {
	text-align: center;
	margin-bottom: 25px;
}

.heading-1__number {
	font: 400 10rem "Playfair Display", serif;
	display: block;
	margin-bottom: -5px;
	padding-bottom: 0px;
}

.heading-1__number:after {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	margin: 0 auto 20px;
	background: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 0, 0, 0)), color-stop(48%, rgba(0, 0, 0, 0)), color-stop(48%, #000), color-stop(52%, #000), color-stop(52%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(left top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 48%, #000 48%, #000 52%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(left top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 48%, #000 48%, #000 52%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 48%, #000 48%, #000 52%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0) 100%);
}

.heading-1__text {
	font: 500 2.5rem YakuHanMPs_Noto, "Noto Serif JP", serif;
	line-height: 1.48;
}

.heading-2 {
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.88;
	border-bottom: 1px solid #000;
	position: relative;
	padding-bottom: 22px;
	margin-bottom: 23px;
}

.heading-2:before {
	content: "";
	display: block;
	width: 80px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
}

.lead-text {
	line-height: 2.18;
	text-align: justify;
}

.about-wrap {
	margin-top: -56px;
}

.about {
	position: relative;
	color: #FFFFFF;
	width: 95%;
	margin: 0 auto 65px;
}

.about:last-child {
	margin-bottom: 0;
}

.about__inner {
	position: relative;
}

.about__inner--brand {
	background: #A47452;
}

.about__inner--brand .about__catch:after {
	border-top-color: #A47452;
}

.about__inner--brand .about__label {
	color: #A47452;
}

.about__inner--brand .about__heading {
	background-image: url(../img/bg_about_brand.jpg);
}

.about__inner--sports {
	background: #D36708;
}

.about__inner--sports .about__catch:after {
	border-top-color: #D36708;
}

.about__inner--sports .about__label {
	color: #D36708;
}

.about__inner--sports .about__heading {
	background-image: url(../img/bg_about_sports.jpg);
}

.about__inner--service {
	background: #65682F;
}

.about__inner--service .about__catch:after {
	border-top-color: #65682F;
}

.about__inner--service .about__label {
	color: #65682F;
}

.about__inner--service .about__heading {
	background-image: url(../img/bg_about_service.jpg);
}

.about__label {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(-80%);
	-ms-transform: translateY(-80%);
	transform: translateY(-80%);
	font: 500 6rem "Playfair Display", serif;
}

.about__label span {
	display: inline-block;
	vertical-align: 5px;
}

.about__catch {
	position: relative;
	font: 500 1.5rem YakuHanMPs_Noto, "Noto Serif JP", serif;
	line-height: 1.8;
	text-align: center;
	padding: 14px 0 14px;
}

.about__catch:after {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	display: block;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 16px solid #000;
	width: 0;
	height: 0;
}

.about__heading {
	text-align: center;
	height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.8;
	background-position: center;
	background-size: cover;
}

.about__content {
	padding: 12px 18px 20px;
}

.about__text {
	line-height: 2;
	text-align: justify;
}

.about__future {
	background: #FFFFFF;
	margin-top: 20px;
}

.about__future__heading {
	background: #000;
	text-align: center;
	padding: 8px 10px 8px;
}

.about__future__text {
	color: #000;
	line-height: 1.6;
	padding: 16px 18px;
}

.cooperation {
	margin: 15px 0 40px;
}

.cooperation__image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 20px;
	text-align: center;
}

.cooperation__main {
	padding-bottom: 20px;
}

.cooperation__heading {
	font: 500 1.5rem YakuHanMPs_Noto, "Noto Serif JP", serif;
	line-height: 2;
	margin-bottom: 23px;
	text-align: center;
}

.cooperation__text {
	line-height: 2.2;
}

.feature {
	position: relative;
	margin-bottom: 50px;
}

.feature--simple .feature__image {
	width: 83.888888%;
	margin-right: 3%;
}

.feature--simple .feature__content {
	padding-bottom: 22px;
}

.feature--simple .feature__content:before {
	height: calc(100% + 150px);
}

.feature--simple:nth-child(odd) .feature__image {
	margin-left: 3%;
}

.feature__content {
	position: relative;
	padding: 35px 3% 40px;
}

.feature__content:before {
	content: "";
	display: block;
	width: 80vw;
	height: 100%;
	background: #EBEBE6;
	position: absolute;
	top: 0;
	left: -5.333333vw;
	z-index: 0;
}

.feature__content--right {
	margin-left: auto;
}

.feature__content--right:before {
	left: auto;
	right: -5.333333vw;
}

.feature__content &gt; * {
	position: relative;
}

.feature__text {
	line-height: 2.2;
	text-align: justify;
}

.feature__image {
	position: relative;
	z-index: 30;
}

.feature__image--1 {
	margin-top: 20px;
	padding-bottom: 10.3vw;
}

.feature__image--3 {
	margin-left: auto;
}

.feature__photo {
	position: relative;
}

.feature__photo img {
	display: block;
	position: relative;
}

.feature__photo:before {
	content: "";
	display: block;
	width: 100%;
	height: 26px;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.feature__photo--1 {
	width: 50.666666vw;
	margin-left: -8.013333vw;
}

.feature__photo--2 {
	position: absolute;
	bottom: 0;
	right: -8.013333vw;
	width: 53.333333vw;
}

.voice {
	margin-top: 40px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 15px 20px;
	width: 106%;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 50;
}

.voice__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 2px;
	margin-bottom: 20px;
}

.voice__head__en {
	font: 500 1.9rem "Playfair Display", serif;
}

.voice__head__en span {
	vertical-align: middle;
	display: inline-block;
	margin-top: -7px;
	font-size: 2.8rem;
	letter-spacing: -0.05em;
}

.voice__head__jp {
	font-size: 1.3rem;
	margin: 0 0 5px 7px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.voice__head__jp:before {
	content: "ï½œ ";
}

.voice__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

.voice__info__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.voice__image {
	width: 100px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 16px;
}

.voice__catch {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.7;
	margin-top: -5px;
	text-align: justify;
}

.voice__name {
	font-size: 500;
	line-height: 1.6;
	margin-top: 3px;
}

.voice__name span {
	font-size: 1.6rem;
}

.voice__text {
	line-height: 1.8;
	text-align: justify;
}

.deco-hexagon {
	position: absolute;
	z-index: 10;
}

.deco-hexagon--1 {
	top: -84px;
	right: 8px;
	width: 78px;
	height: 94px;
	opacity: 0.1;
}

.deco-hexagon--2 {
	bottom: -5.213333vw;
	left: -13.013333vw;
	width: 97px;
	height: 112px;
}

.deco-hexagon--4 {
	top: -127px;
	right: -5.333333vw;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	width: 156px;
	height: 180px;
}

.deco-hexagon--6 {
	top: -84px;
	right: 8px;
	width: 78px;
	height: 94px;
	opacity: 0.1;
}

.future-wrap {
	background: #ffffff;
	padding: 20px;
	margin-top: -50px;
}

.future {
	position: relative;
	width: 100%;
}

.future:not(:last-child) {
	border-bottom: 2px dotted #cccccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.future__heading {
	color: #d36708;
	letter-spacing: 0.1em;
	font-weight: 500;
	margin-bottom: 20px;
}

.decision__main {
	height: 93px;
	text-align: center;
	vertical-align: middle;
}

.decision__number {
	display: inline-block;
	font: 500 12rem "Playfair Display", serif;
	line-height: 0.25;
	vertical-align: 30px;
}

.decision__number span:not([class]):not([id]) {
	font-size: 50%;
}

.decision__unit {
	font-size: 33.333333%;
}

.decision__note {
	font-size: 1.3rem;
	text-align: right;
}

.chart-wrap {
	position: relative;
}

.chart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.chart__main {
	position: relative;
	width: 180px;
	height: 180px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.chart__canvas {
	width: 100% !important;
}

.chart__text {
	font-size: 1.3rem;
}

.chart__note {
	font-size: 1.3rem;
	text-align: right;
	margin-top: -6px;
}

.chart__title {
	font: 500 1.5rem YakuHanMPs_Noto, "Noto Serif JP", serif;
	text-align: center;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

.chart__list {
	width: 100%;
}

.chart__item {
	line-height: 1.7;
	position: relative;
	padding-left: 17px;
}

.chart__color {
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
	width: 12px;
	height: 12px;
}

.chart__color--1 {
	background-color: #D36708;
}

.chart__color--2 {
	background-color: #65682F;
}

.chart__color--3 {
	background-color: #A47452;
}

.chart__color--4 {
	background-color: #375B66;
}

.chart__color--5 {
	background-color: #6E6E96;
}

.chart__color--6 {
	background-color: #6496A0;
}

.chart__color--7 {
	background-color: #AA9650;
}

.chart__color--8 {
	background-color: #A06482;
}

.chart__color--9 {
	background-color: #D2A032;
}

.chart__color--10 {
	background-color: #999999;
}

.company {
	margin-bottom: 15px;
}

.company__head {
	color: #ffffff;
	text-align: center;
	padding: 8px 0;
	margin-bottom: 5px;
}

.company__head--1 {
	background: #a47452;
}

.company__head--2 {
	background: #d36708;
}

.company__head--3 {
	background: #aa9650;
}

.company__head--4 {
	background: #6e6e96;
}

.company__head--5 {
	background: #65682f;
}

.company__head--6 {
	background: #a06482;
}

.company__head--7 {
	background: #375b66;
}

.company__head--8 {
	background: #d2a032;
}

.company__head--9 {
	background: #6496a0;
}

.company__text {
	line-height: 1.8;
}

.company__note {
	text-align: right;
	padding-top: 5px;
}

.job {
	border: 1px solid #cccccc;
	padding: 18px 7% 15px;
}

.job__list {
	line-height: 1.8;
}

.job__list li {
	position: relative;
	padding-left: 18px;
}

.job__list li:before {
	content: "";
	background: #d36708;
	width: 5px;
	height: 5px;
	display: block;
	position: absolute;
	top: 10px;
	left: 5px;
}

.job__note {
	display: block;
	text-align: right;
}

.footer-logo {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}

.scrollin,
.scrollin-group,
.scrollin-group-pc {
	opacity: 0;
	-webkit-transform: translate(0, 50px);
	-ms-transform: translate(0, 50px);
	transform: translate(0, 50px);
}

.scrollin.is-visible,
.scrollin-group.is-visible,
.scrollin-group-pc.is-visible {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scrollin-group--right {
	-webkit-transform: translate(80px, 0);
	-ms-transform: translate(80px, 0);
	transform: translate(80px, 0);
}

.scrollin-left {
	opacity: 0;
	-webkit-transform: translate(-80px, 0);
	-ms-transform: translate(-80px, 0);
	transform: translate(-80px, 0);
	z-index: 50;
}

.scrollin-left.is-visible {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scrollin-right {
	opacity: 0;
	-webkit-transform: translate(80px, 0);
	-ms-transform: translate(80px, 0);
	transform: translate(80px, 0);
	z-index: 50;
}

.scrollin-right.is-visible {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */

/* Icons */

/* Arrows */

/* Dots */

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

.l-body { /* pc */
	min-width: 1100px;
}

.l-wrapper { /* pc */
	width: 1000px;
}

.l-content__head { /* pc */
	padding-top: 90px;
}

.l-content__head--1 { /* pc */
	padding-bottom: 225px;
}

.l-content__head--2 { /* pc */
	padding-bottom: 192px;
}

.l-content__body--1:before { /* pc */
	height: 96px;
}

.l-content__body--2 { /* pc */
	padding-bottom: 150px;
}

.l-content-2 { /* pc */
	padding: 135px 0 0;
}

.l-footer { /* pc */
}

.firstview { /* pc */
	min-width: 1100px;
}

.firstview__hexagon { /* pc */
	width: 699px;
	left: 50%;
	bottom: 7%;
	margin-left: -132px;
}

.header-logo { /* pc */
	top: 30px;
	left: 30px;
}

.catchcopy { /* pc */
	width: 328px;
	top: 52.5%;
	left: 50%;
	margin-left: -500px;
}

.overview { /* pc */
	display: block;
	color: #FFFFFF;
	width: 160px;
	height: 160px;
	padding: 16px 10px 0 20px;
	position: absolute;
	z-index: 50;
	opacity: 0;
	-webkit-transition: 0.6s ease-out 0.2s;
	-o-transition: 0.6s ease-out 0.2s;
	transition: 0.6s ease-out 0.2s;
}

.is-visible .overview {
	opacity: 1;
}

.overview--brand {
	background: rgba(165, 130, 100, 0.8);
	left: -64px;
	bottom: 7%;
}

.overview--sports {
	background: rgba(211, 103, 8, 0.8);
	right: -45px;
	bottom: 12%;
}

.overview--service {
	background: rgba(101, 104, 47, 0.8);
	right: -48px;
	bottom: -15%;
	height: 180px;
}

.overview__heading {
	color: #FFFFFF;
	opacity: 0.7;
	font: 500 1.3rem YakuHanMPs_Noto, "Noto Serif JP", serif;
	line-height: 1;
	letter-spacing: 0.05em;
	margin-bottom: 8px;
}

.overview__heading span {
	display: block;
	font-family: "Playfair Display", serif;
	font-size: 2.5rem;
	margin-bottom: 3px;
}

.overview__main {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.7;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.overview__item:before {
	content: "- ";
}

.brand-wrap { /* pc */
	width: 400px;
	height: 100vh;
	top: 0;
	left: 45.38%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.sports-wrap { /* pc */
	width: 400px;
	max-height: 290px;
	height: 36.25%;
	right: 50%;
	left: auto;
	top: auto;
	bottom: 50.8%;
	margin-right: -500px;
}

.service-wrap { /* pc */
	width: 380px;
	max-height: 260px;
	height: 32.5%;
	left: 51.53%;
	right: auto;
	bottom: auto;
	top: 54.3%;
}

.scroll-animation { /* pc */
	left: 50%;
	margin-left: -500px;
}

.message { /* pc */
	padding: 84px 0 150px;
}

.message__text { /* pc */
	font-size: 1.8rem;
	width: 100%;
	padding-left: 50px;
	line-height: 2.78;
}

.heading-1 { /* pc */
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.heading-1__number { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 109px;
	margin-bottom: 0;
}

.heading-1__number:after { /* pc */
	margin: 40px 28px 0 25px;
}

.heading-1__text { /* pc */
	font-size: 4.8rem;
	line-height: 1.52;
	letter-spacing: 0.05em;
}

.heading-2 { /* pc */
	font-size: 2.3rem;
	padding-bottom: 28px;
	margin-bottom: 32px;
}

.about-wrap { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: -101px;
}

.about { /* pc */
	width: calc((100% - 40px) / 3);
	margin: 0;
}

.about:before {
	content: "";
	width: 100%;
	height: 52px;
	border-radius: 50%;
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: 0;
	left: 0;
}

.about__catch { /* pc */
	font-size: 1.6rem;
	padding: 20px 0 24px;
}

.about__heading { /* pc */
	height: 230px;
}

.about__content { /* pc */
	padding: 22px 30px 34px;
}

.about__future { /* pc */
	margin-top: 24px;
}

.about__future__text { /* pc */
	padding-bottom: 20px;
}

.cooperation { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 81%;
	margin: 55px auto 74px;
}

.cooperation__image { /* pc */
	margin-bottom: 0;
	margin-right: 40px;
}

.cooperation__heading { /* pc */
	font-size: 1.8rem;
	text-align: left;
}

.feature { /* pc */
	margin-bottom: 80px;
}

.feature--simple { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.feature--simple:nth-child(odd) {
	margin-left: auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.feature--simple:nth-child(odd) .feature__image {
	margin-left: 0;
}

.feature--simple .feature__content {
	margin-top: 70px;
	padding-bottom: 60px;
}

.feature--simple .feature__content:before {
	height: 100%;
}

.feature--simple .feature__image {
	width: 530px;
	margin-right: 0;
}

.feature__content { /* pc */
	padding: 50px 0 70px;
}

.feature__content:before { /* pc */
	width: calc(50vw + 180px);
	min-width: 730px;
	left: auto;
	right: -180px;
}

.feature__content--right:before { /* pc */
	width: calc(50vw + 100px);
	min-width: 650px;
	right: -120px;
}

.feature__content { /* pc */
	width: 420px;
}

.feature__image--1 { /* pc */
	position: absolute;
	top: 73px;
	left: 112%;
	padding-bottom: 450px;
	width: 530px;
}

.feature__photo--1 { /* pc */
	width: 420px;
	margin-left: 0;
}

.feature__photo--2 { /* pc */
	width: 480px;
	right: 0;
}

.voice { /* pc */
	width: 100%;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	left: 0;
	margin-top: 35px;
	padding: 22px 30px;
}

.voice__head { /* pc */
	padding-bottom: 6px;
	margin-bottom: 30px;
}

.voice__head__en { /* pc */
	font-size: 2.1rem;
}

.voice__head__en span { /* pc */
	font-size: 3.2rem;
}

.voice__head__jp { /* pc */
	margin: 0 0 4px 9px;
}

.voice__info { /* pc */
	margin-bottom: 24px;
}

.voice__image { /* pc */
	margin-right: 20px;
}

.voice__catch { /* pc */
	margin-top: 5px;
	font-size: 1.6rem;
	line-height: 1.625;
}

.deco-hexagon--1 { /* pc */
	top: -100px;
	right: 20px;
	width: 172px;
	height: 207px;
}

.deco-hexagon--2 { /* pc */
	width: 100px;
	height: 120px;
	bottom: -185px;
	left: 95px;
}

.deco-hexagon--3 { /* pc */
	right: -228px;
	bottom: 240px;
	width: 156px;
	height: 180px;
}

.deco-hexagon--4 { /* pc */
	width: 108px;
	height: 129px;
	top: auto;
	right: auto;
	bottom: -30px;
	left: 285px;
	opacity: 0.1;
}

.deco-hexagon--5 { /* pc */
	left: -228px;
	bottom: 240px;
	width: 156px;
	height: 180px;
}

.deco-hexagon--6 { /* pc */
	top: auto;
	bottom: 0px;
	right: 24px;
	width: 172px;
	height: 207px;
}

.deco-hexagon--6 img {
	width: 100%;
}

.future-wrap { /* pc */
	width: 1000px;
	margin: -100px auto 0;
	padding: 63px 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.future--half { /* pc */
	width: 50%;
}

.future--half:nth-child(odd) {
	border-right: 2px dotted #CCCCCC;
	padding-right: 50px;
}

.future--half:nth-child(even) {
	padding-left: 50px;
}

.future:not(:last-child) { /* pc */
	border-bottom: none;
	margin-bottom: 30px;
}

.decision__main { /* pc */
	height: 150px;
}

.decision__number { /* pc */
	font-size: 15.0rem;
	line-height: 0.5;
}

.decision__number span:not([class]):not([id]) { /* pc */
	font-size: 66.666666%;
}

.chart { /* pc */
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.chart__main { /* pc */
	margin: -10px 0 0;
}

.chart__text { /* pc */
	width: 200px;
}

.chart__note { /* pc */
	position: absolute;
	left: 0;
	bottom: 5px;
	margin-top: 0;
}

.chart__list { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 9em;
}

.chart__item { /* pc */
	width: 50%;
}

.chart__item:nth-child(odd) {
	width: 52%;
}

.company { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}

.company__head { /* pc */
	width: 100px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0;
	padding: 0;
}

.job { /* pc */
	width: 100%;
	padding: 15px 0px 15px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.job__list { /* pc */
	margin-bottom: 0;
	width: 31.5%;
}

.job__list:not(:nth-child(3)) {
	border-right: 2px dotted #cccccc;
	margin-right: 10px;
}

.job__note { /* pc */
	padding-right: 20px;
}

.footer-logo { /* pc */
	margin-left: 0;
}

}

@media screen and (max-width: 680px) {

.sp-only { /* sp */
	display: block !important;
}

.sp-only-2 { /* sp */
	display: inline-block !important;
}

.pc-only { /* sp */
	display: none !important;
}

.pc-only-2 { /* sp */
	display: none !important;
}

}

@media screen and (max-width: 345px) {

.about__catch {
	font-size: 1.4rem;
}

}

@-webkit-keyframes updown {

0% {
	top: 0;
}

50% {
	top: 100%;
}

80% {
	top: 0;
}

100% {
	top: 0;
}

}

@keyframes updown {

0% {
	top: 0;
}

50% {
	top: 100%;
}

80% {
	top: 0;
}

100% {
	top: 0;
}

}

</pre></body></html>