/* --------------------------------------------------------------------------------
reset
-------------------------------------------------------------------------------- */

*,
*::before,
*::after {
	box-sizing: border-box;
	font: inherit;
	border: none;
	margin: 0px;
	padding: 0px;
}
html {
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent;
}
a {
	text-decoration: none;
	color: inherit;
}
ul,
ol {
	list-style: none;
}
table {
	border-collapse: collapse;
}
iframe,
img,
svg,
video {
	display: block;
}
img {
	max-width: 100%;
	height: auto;
}



/* --------------------------------------------------------------------------------
essential
-------------------------------------------------------------------------------- */

html {
	font-size: 16px;
}
body {
	text-align: justify;
	overflow-wrap: break-word;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	font-feature-settings: "palt";
	line-height: 1.875rem;
	color: #ffffff;
	letter-spacing: 0.025em;
	background-color: #000000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a.underline {
	text-decoration: underline;
}
a.opacity {
	transition: 0.25s opacity ease;
}
a.opacity:hover {
	opacity: 0.625;
}
h1 {
	font-size: 1.5rem;
}
h2 {
	font-size: 1.375rem;
}
h3 {
	font-size: 1.25rem;
}
h4,
h5,
h6 {
	font-size: 1rem;
}
p.note {
	font-size: 0.875rem;
	line-height: 1.5rem;
}
p.indent {
	text-indent: -1em;
	padding-left: 1em;
}
p:empty:before {
	content: none;
}
span.required {
	color: #a10009;
}



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

@font-face {
	font-family: "azo-sans";
	src: url("../fonts/azo-sans-regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "azo-sans";
	src: url("../fonts/azo-sans-medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "octin-college";
	src: url("../fonts/octin-college-bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "proxima-nova";
	src: url("../fonts/proxima-nova-bold-italic.woff2") format("woff2");
	font-weight: 700;
	font-style: italic;
}



/* --------------------------------------------------------------------------------
icon
-------------------------------------------------------------------------------- */

@font-face {
	font-family: "icon";
	src: url("../fonts/icon.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
i.icon {
	font-family: "icon";
	line-height: 1em;
}
i.icon-new-window::before {
	content: "\e900";
}



/* --------------------------------------------------------------------------------
misc
-------------------------------------------------------------------------------- */

br.small {
	display: none;
}
br.large {
	display: inline;
}
img.small {
	display: none;
}
img.large {
	display: block;
}
hr {
	height: 0px;
	border: none;
	border-bottom: 1px solid #cccccc;
	margin: 20px 0px;
}
iframe[src*="youtube.com"],
video {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
}
iframe.wp-embedded-content {
	width: 100%;
}
mark {
	margin: 0px 5px;
	padding: 0px 5px;
	background-color: #f5f5f5;
	border-radius: 2.5px;
}



/* --------------------------------------------------------------------------------
page
-------------------------------------------------------------------------------- */

div#page {
	position: relative;
	overflow: hidden;
}
div#trigger {
	position: absolute;
	left: 0px;
	top: 50svh;
	pointer-events: none;
}
div.registration h3 {
	text-align: center;
	font-size: 1.125rem;
	margin-bottom: 20px;
}
div.registration ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
div.registration ul li {
	width: 240px;
	font-size: 1.125rem;
	margin: 0px 10px;
}
div.registration ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	color: #ffffff;
	background-color: #a10009;
	border-radius: 2.5px;
}
div.registration ul li a::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #000000;
	content: "";
	transition: 0.25s transform ease;
	transform-origin: left top;
	transform: scaleX(0);
}
div.registration ul li a:hover::before {
	transform: scaleX(1);
}
div.registration ul li span {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	width: 100%;
	height: 55px;
	padding: 0px 20px;
}
div.registration ul li i.text {
	transition: 0.25s color ease;
}
div.registration ul li a:hover i.text {
	color: #a10009;
}
div.registration ul li i.icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 30px;
	height: 30px;
	right: 10px;
	top: calc(50% - 15px);
	font-size: 0.75rem;
	font-weight: 400;
	background-color: rgba(0, 0, 0, 0.125);
	border-radius: 50%;
	transition: 0.25s color ease, 0.25s background-color ease;
}
div.registration ul li a:hover i.icon {
	color: #a10009;
	background-color: rgba(64, 64, 64, 0.625);
}
div.misc div.button-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
div.misc div.button-wrapper p.button-default:not(:last-child) {
	margin-right: 10px;
}
div.misc div.information {
	font-size: 0.875rem;
	line-height: 1.5rem;
}
div.misc div.information h3 {
	font-size: 1.125rem;
	line-height: 1.875rem;
	margin-bottom: 5px;
}
div.misc div.information p.sub {
	margin-bottom: 20px;
}
div.misc div.information p:where(.address-tel, .mail) {
	font-weight: 400;
}
div.misc div.information p.address-tel {
	display: flex;
	flex-wrap: wrap;
}
div.misc div.information p.address-tel span {
	display: block;
}
div.misc div.information p.address-tel span:not(:last-child) {
	margin-right: 1em;
}
p.copyright {
	font-family: "azo-sans", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 1rem;
}
p.button-default,
p.button-default a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
p.button-default {
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.5rem;
}
p.button-default a {
	align-items: center;
	position: relative;
	width: 200px;
	height: 45px;
	overflow: hidden;
	border: 1px solid #ffffff;
	border-radius: 22.5px;
	transition: 0.25s color ease;
}
p.button-default a:hover {
	color: #000000;
}
p.button-default a::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #ffffff;
	content: "";
	transition: 0.25s transform ease;
	transform-origin: left top;
	transform: scaleX(0);
}
p.button-default a:hover::before {
	transform: scaleX(1);
}
p.button-default span {
	position: relative;
}
p.button-reverse a {
	border-color: #000000;
}
p.button-reverse a:hover {
	color: #ffffff;
}
p.button-reverse a::before {
	background-color: #000000;
}
p.image {
	overflow: hidden;
}
p.image img {
	width: 100%;
}
p.image-zoom img {
	transition: 0.375s transform ease;
}
a:hover p.image-zoom img,
p.image-zoom a:hover img {
	transform: scale(1.0375);
}
*.scroll:where(.fade, .fade-slide, .fade-zoom, .fade-bounce),
*.scroll:where(.fade-each, .fade-each-slide, .fade-each-zoom, .fade-each-bounce) > * {
	opacity: 0;
	transition-duration: 1.25s;
}
*.scroll:where(.fade, .fade-slide, .fade-zoom, .fade-bounce).active,
*.scroll:where(.fade-each, .fade-each-slide, .fade-each-zoom, .fade-each-bounce).active > * {
	opacity: 1;
}
*.scroll.fade,
*.scroll.fade-each > * {
	transition-property: opacity;
	transition-timing-function: ease-in-out;
}
*.scroll.fade-slide,
*.scroll.fade-each-slide > * {
	transition-property: opacity, transform;
	transition-timing-function: ease-in-out, ease;
}
*.scroll.fade-slide-left,
*.scroll.fade-each-slide-left > * {
	transform: translate(40px, 0px);
}
*.scroll.fade-slide-right,
*.scroll.fade-each-slide-right > * {
	transform: translate(-40px, 0px);
}
*.scroll.fade-slide-up,
*.scroll.fade-each-slide-up > * {
	transform: translate(0px, 40px);
}
*.scroll.fade-slide-down,
*.scroll.fade-each-slide-down > * {
	transform: translate(0px, -40px);
}
*.scroll.fade-slide.active,
*.scroll.fade-each-slide.active > * {
	transform: translate(0px, 0px);
}
*.scroll:where(.fade-zoom, .fade-bounce),
*.scroll:where(.fade-each-zoom, .fade-each-bounce) > * {
	transition-property: opacity, transform;
}
*.scroll:where(.fade-zoom, .fade-bounce).active,
*.scroll:where(.fade-each-zoom, .fade-each-bounce).active > * {
	transform: scale(1);
}
*.scroll.fade-zoom,
*.scroll.fade-each-zoom > * {
	transition-timing-function: ease-in-out, ease;
	transform: scale(0.875);
}
*.scroll.fade-zoom.active,
*.scroll.fade-each-zoom.active > *,
*.scroll.fade-bounce.active,
*.scroll.fade-each-bounce.active > * {
	transform: scale(1);
}
*.scroll.fade-bounce,
*.scroll.fade-each-bounce > * {
	transition-timing-function: ease-in-out, linear(0, 0.016, 0.063 9.1%, 0.25, 0.563, 1, 0.813 45.5%, 0.766, 0.75, 0.766, 0.813 63.6%, 1 72.7%, 0.953, 0.938, 0.953, 1, 0.984, 1);
	transform: scale(0.75);
}
*.split-text {
	opacity: 0;
}
html.active *.split-text {
	opacity: 1;
}
*.split-text > * {
	display: inline-block;
}
*.delay-01 {
	transition-delay: calc(0.125s * 1);
}
*.delay-02 {
	transition-delay: calc(0.125s * 2);
}
*.delay-03 {
	transition-delay: calc(0.125s * 3);
}
*.delay-04 {
	transition-delay: calc(0.125s * 4);
}
*.delay-05 {
	transition-delay: calc(0.125s * 5);
}
*.delay-06 {
	transition-delay: calc(0.125s * 6);
}
*.delay-07 {
	transition-delay: calc(0.125s * 7);
}
*.delay-08 {
	transition-delay: calc(0.125s * 8);
}
*.delay-09 {
	transition-delay: calc(0.125s * 9);
}
*.delay-10 {
	transition-delay: calc(0.125s * 10);
}
div.grecaptcha-badge {
	z-index: 1;
	bottom: 20px !important;
}

/* home
-------------------------------------------------------------------------------- */

div#background {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: url(../images/home-background.jpg) no-repeat left top;
	background-size: 100% auto;
	content: "";
}
@media (max-width:1366px) {
div#background {
	width: 1366px;
	left: calc(50% - 683px);
}
}



/* --------------------------------------------------------------------------------
header
-------------------------------------------------------------------------------- */

*#logo {
	position: fixed;
	left: 15px;
	top: 15px;
	z-index: 10;
	mix-blend-mode: difference;
}
body.admin-bar *#logo {
	top: 52px;
}
*#logo img {
	width: 115px;
}
header#header {
	position: relative;
	z-index: 100;
}
header#header :where(div.registration, p#button-menu, div#menu) {
	position: fixed;
}
header#header :where(div.registration, p#button-menu) {
	top: 20px;
}
body.admin-bar header#header :where(div.registration, p#button-menu) {
	top: 52px;
}
header#header > div.registration {
	right: 140px;
	z-index: 10;
}
header#header > div.registration ul li {
	font-size: 0.875rem;
	margin: 0px;
}
header#header > div.registration ul li:not(:last-child) {
	margin-right: 10px;
}
header#header > div.registration ul li {
	width: 160px;
}
header#header > div.registration ul li span {
	height: 45px;
}
header#header p#button-menu {
  width: 110px;
  height: 45px;
  right: 20px;
	z-index: 30;
	background-color: #000000;
  cursor: pointer;
  transition: 0.25s color ease, 0.25s background-color ease;
}
div.menu-header header#header p#button-menu {
	color: #a10009;
	background-color: #ffffff;
}
header#header p#button-menu::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #a10009;
	content: "";
	transition: 0.25s transform ease;
	transform-origin: left top;
	transform: scaleX(0);
}
header#header p#button-menu:hover::before {
	transform: scaleX(1);
}
div.menu-header header#header p#button-menu::before {
	background-color: #000000;
}
header#header p#button-menu::after {
	position: absolute;
	width: calc(100% - 38px);
	right: 0px;
	top: calc(50% - 0.625rem);
	text-align: center;
	font-family: "azo-sans", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.25rem;
	content: "MENU";
}
div.menu-header header#header p#button-menu::after {
	content: "CLOSE";
}
header#header p#button-menu i {
  display: block;
  position: absolute;
  width: 28px;
  height: 0px;
  left: 15px;
  top: calc(50% - 1px);
	border-bottom: 2px solid #ffffff;
  transition: 0.25s all ease;
}
div.menu-header header#header p#button-menu i {
	border-color: #a10009;
}
header#header p#button-menu i:nth-child(1) {
	transform: translateY(-8px);
}
header#header p#button-menu i:nth-child(2) {
	transform: translateY(8px);
}
div.menu-header header#header p#button-menu i:nth-child(-n+3) {
  width: 0px;
  left: 29px;
  opacity: 0;
	transform: translateY(0px);
}
div.menu-header header#header p#button-menu i:nth-child(4) {
	transform: rotate(37.5deg);
}
div.menu-header header#header p#button-menu i:nth-child(5) {
	transform: rotate(-37.5deg);
}
header#header div#menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	right: 0px;
	top: 0px;
	overflow: auto;
	z-index: 10;
	background-color: #a10009;
	transform: translateY(-100%);
	transition: 0.375s transform ease;
	-webkit-overflow-scrolling: touch;
}
header#header div#menu::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #ffffff url(../images/background-general.jpg) repeat left top;
	background-size: 1500px auto;
	content: "";
	mix-blend-mode: multiply;
}
div.menu-header header#header div#menu {
	transform: translateY(0%);
}
header#header div#menu::-webkit-scrollbar {
  display: none;
}
header#header div#menu div.inner-menu {
	position: relative;
	width: 1060px;
	padding: 40px 0px;
}
header#header div#menu div.logo-text {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 80px;
}
header#header div#menu div.logo-text p.logo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	width: 345px;
}
header#header div#menu div.logo-text p.logo img {
	width: 100%;
}
header#header div#menu div.logo-text div.text {
	width: calc(100% - 485px);
}
header#header div#menu div.logo-text div.text nav#navi {
	margin-bottom: 50px;
}
header#header div#menu div.logo-text div.text nav#navi ul li:not(:last-child) {
	margin-bottom: 40px;
}
header#header div#menu div.logo-text div.text nav#navi ul li:nth-child(1) {
	width: 280px;
}
header#header div#menu div.logo-text div.text nav#navi ul li:nth-child(2) {
	width: 285px;
}
header#header div#menu div.logo-text div.text nav#navi ul li:nth-child(3) {
	width: 255px;
}
header#header div#menu div.logo-text div.text nav#navi ul li:nth-child(4) {
	width: 165px;
}
header#header div#menu div.logo-text div.text nav#navi ul li span {
	display: block;
	background: linear-gradient(90deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%);
	background-position: 0% 0%;
	background-size: 200% 100%;
	background-clip: text;
	color: transparent;
	transition: 0.25s background-position ease;
}
header#header div#menu div.logo-text div.text nav#navi ul li a:hover span {
	background-position: -100% 0%;
}
header#header div#menu div.logo-text div.text nav#navi ul li span.main {
	font-family: "octin-college", sans-serif;
	font-size: 2.5rem;
	line-height: 2rem;
}
header#header div#menu div.logo-text div.text div.registration {
	display: none;
}
header#header div#menu div.logo-text div.text div.misc div.button-wrapper p.button-default a:hover {
	color: #a10009;
}
header#header div#menu p.copyright {
	margin-top: -1.25rem;
}

/* home
-------------------------------------------------------------------------------- */

body.home *#logo {
	mix-blend-mode: normal;
}
body.home div.home-image *#logo {
	mix-blend-mode: difference;
}



/* --------------------------------------------------------------------------------
cover
-------------------------------------------------------------------------------- */

div#cover {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 100svh;
	z-index: 1;
}
div#cover div.text {
	text-align: center;
}
div#cover div.text p.logo {
	width: 435px;
	margin: 0px auto 40px auto;
	transition: 1.25s opacity 0.375s ease-in-out, 1.25s transform 0.375s ease;
	transform: scale(0.925);
}
div#cover div.text p.logo.active {
	transform: scale(1);
}
div#cover div.text p.logo img {
	width: 100%;
}
div#cover div.text h2 {
	font-size: 1.125rem;
}
div#cover p.button-scroll {
	position: absolute;
	width: 70px;
	left: calc(50% - 35px);
	bottom: 30px;
	text-align: center;
	font-family: "azo-sans", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1rem;
}
div#cover p.button-scroll a {
	display: block;
	position: relative;
	padding-bottom: 35px;
	transition: 0.25s opacity ease;
}
div#cover p.button-scroll a:hover {
	opacity: 0.625;
}
div#cover p.button-scroll a::before {
	position: absolute;
	width: 0px;
	height: 60px;
	left: calc(50% - 0.5px);
	bottom: -30px;
	border-right: 1px solid #ffffff;
	content: "";
}



/* --------------------------------------------------------------------------------
title
-------------------------------------------------------------------------------- */

div#title {
	padding-top: 160px;
	background: #ffffff url(../images/background-general.jpg) repeat left bottom;
	background-size: 1500px auto;
}
div#title div.text {
	width: 1060px;
	color: #000000;
	margin: 0px auto;
}
div#title div.text :where(h1, p.sub) {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
div#title div.text h1 {
	font-family: "octin-college", sans-serif;
	font-size: 4rem;
	line-height: 4rem;
	margin-bottom: 10px;
}
div#title div.text p.sub {
	font-size: 0.875rem;
	line-height: 1.5rem;
}
div#title div.text p.sub span {
	display: block;
	color: #ffffff;
	padding: 2.5px 10px;
	background-color: #000000;
}



/* --------------------------------------------------------------------------------
main
-------------------------------------------------------------------------------- */

main,
main section,
main section div.inner-section {
	position: relative;
}
main {
	z-index: 1;
}
main section div.inner-section {
	width: 1060px;
	margin: 0px auto;
	padding: 160px 0px;
}
main section header.common {
	margin-bottom: 80px;
}
main section header.common h2 {
	display: flex;
	flex-wrap: wrap;
	font-family: "octin-college", sans-serif;
	font-size: 4rem;
	line-height: 4rem;
	margin-bottom: 10px;
}
main section header.common h2 span {
	display: block;
	background: url(../images/background-headline.jpg) no-repeat center;
	background-size: 1000px auto;
	background-clip: text;
	color: transparent;
	transition: 0.25s background-position ease;
}
main section header.common p.sub {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.875rem;
	line-height: 1.5rem;
}
main section header.common p.sub:not(:last-child) {
	margin-bottom: 20px;
}
main section header.common p.sub span {
	display: block;
	color: #ffffff;
	padding: 2.5px 10px;
	background-color: #a10009;
}
main section header.common h3 {
	font-weight: 900;
	font-style: italic;
}


/* home
-------------------------------------------------------------------------------- */

main section#home-summary div.inner-section {
	width: 760px;
}
main section#home-summary header {
	margin-bottom: 160px;
}
main section#home-summary header h2 {
	display: flex;
	flex-wrap: wrap;
	font-family: "octin-college", sans-serif;
	font-size: 10rem;
	line-height: 9rem;
	margin-bottom: 10px;
}
main section#home-summary header h2 span {
	display: block;
	background: url(../images/background-headline.jpg) no-repeat center;
	background-size: 1000px auto;
	background-clip: text;
	color: transparent;
	transition: 0.25s background-position ease;
}
main section#home-summary header h3 {
	font-size: 3.25rem;
	font-weight: 900;
	font-style: italic;
	line-height: 3.75rem;
	margin-bottom: 20px;
}
main section#home-summary header p.sub {
	font-family: "proxima-nova";
	font-style: italic;
}
main section#home-summary header p.sub-01 {
	font-size: 1.75rem;
}
main section#home-summary header p.sub-02 {
	font-size: 0.75rem;
	line-height: 1.25rem;
}
main section#home-summary div.text {
	position: relative;
	padding: 180px 0px 0px 240px;
}
main section#home-summary div.text h4 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: flex-start;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 2.5rem;
	font-weight: 900;
	font-feature-settings: normal;
	line-height: 3rem;
}
main section#home-summary div.text h4.small {
	display: none;
}
main section#home-summary div.text h4 span {
	display: block;
	writing-mode: vertical-rl;
	border-right: 2px solid #ffffff;
}
main section#home-summary div.text h4 span:not(:last-child) {
	margin-left: 25px;
}
main section#home-summary div.text h4 i {
	font-family: "Noto Serif JP", serif;
	font-size: 2.25rem;
}
main section#home-summary div.text div.description p.row {
	font-size: 1.125rem;
	line-height: 3rem;
}
main section:where(#home-image, #home-registration) {
	background-color: #000000;
}
main section:where(#home-image, #home-menu) div.inner-section {
	width: 880px;
}
main section#home-image header :where(h2, p.sub) {
	justify-content: flex-end;
}
main section#home-image header h3 {
	text-align: right;
	font-size: 1.5rem;
	line-height: 2.125rem;
}
main section#home-image p.diagram {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}
main section#home-image p.diagram img {
	width: 790px;
}
main section#home-image p.diagram + h3 {
	text-align: center;
	font-size: 1.375rem;
	margin-bottom: 40px;
}
main section#home-image div.diagram div.side {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
main section#home-image div.diagram div.side div.row,
main section#home-image div.diagram div.flow {
	padding: 40px 60px;
}
main section#home-image div.diagram div.side div.row {
	position: relative;
	width: 50%;
}
main section#home-image div.diagram div.side div.row-athlete {
	background-color: #cb8538;
}
main section#home-image div.diagram div.side div.row-athlete::before {
	position: absolute;
	width: 76px;
	height: 76px;
	right: -38px;
	top: calc(50% - 38px);
	z-index: 1;
	background: url(../images/image-cross.svg) no-repeat center;
	background-size: 100% auto;
	content: "";
}
main section#home-image div.diagram div.side div.row-company {
	background-color: #a10009;
}
main section#home-image div.diagram div.side div.row div.header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
main section#home-image div.diagram div.side div.row div.header p.icon {
	position: relative;
	width: 65px;
	height: 65px;
	background-color: #ffffff;
	border-radius: 50%;
}
main section#home-image div.diagram div.side div.row div.header p.icon img {
	position: absolute;
	width: 49px;
	left: calc(50% - 24.5px);
	bottom: 5px;
}
main section#home-image div.diagram div.side div.row div.header h4 {
	width: calc(100% - 85px);
	padding-top: 5px;
}
main section#home-image div.diagram div.side div.row div.header h4 span {
	display: block;
}
main section#home-image div.diagram div.side div.row div.header h4 span.main {
	font-family: "octin-college", sans-serif;
	font-size: 2.25rem;
	line-height: 1.75rem;
}
main section#home-image div.diagram div.side div.row div.header h4 span.sub {
	font-size: 1.125rem;
}
main section#home-image div.diagram div.flow {
	color: #000000;
	background-color: #ffffff;
}
main section#home-image div.diagram div.flow div.row,
main section#home-image div.diagram div.flow div.row-career p:where(.headline, .balloon),
main section#home-image div.diagram div.flow div.row-retirement p.headline {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
main section#home-image div.diagram div.flow div.row {
	text-align: center;
	line-height: 1.5rem;
}
main section#home-image div.diagram div.flow div.row-career:not(:last-child) {
	margin-bottom: 10px;
}
main section#home-image div.diagram div.flow div.row-career p.headline {
	width: 140px;
	height: 120px;
	font-size: 1.125rem;
	margin: 0px 20px;
	padding-bottom: 20px;
	background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
	clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), 50% 100%, 0% calc(100% - 20px));
}
main section#home-image div.diagram div.flow div.row-career p.balloon {
	position: relative;
	width: calc(calc(100% - 180px) * 0.5);
	height: 80px;
	color: #ffffff;
	transform: translateY(-10px);
}
main section#home-image div.diagram div.flow div.row-career p.balloon-athlete,
main section#home-image div.diagram div.flow div.row-career p.balloon-athlete::before {
	background-color: #cb8538;
}
main section#home-image div.diagram div.flow div.row-career p.balloon-company,
main section#home-image div.diagram div.flow div.row-career p.balloon-company::before {
	background-color: #a10009;
}
main section#home-image div.diagram div.flow div.row-career p.balloon::before {
	position: absolute;
	width: 10px;
	height: 10px;
	top: calc(50% - 5px);
	content: "";
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
main section#home-image div.diagram div.flow div.row-career p.balloon-athlete::before {
	right: -10px;
}
main section#home-image div.diagram div.flow div.row-career p.balloon-company::before {
	left: -10px;
	transform: scaleX(-1);
}
main section#home-image div.diagram div.flow div.row-retirement {
	margin-bottom: 30px;
}
main section#home-image div.diagram div.flow div.row-retirement p.headline {
	width: 160px;
	height: 60px;
	font-size: 1.5rem;
	color: #ffffff;
	margin: 0px 10px;
	background-color: #000000;
}
main section#home-image div.diagram div.flow div.row-retirement p.description {
	width: calc(calc(100% - 180px) * 0.5);
	font-size: 1.375rem;
}
main section#home-image div.diagram div.flow div.row-retirement p.description-athlete {
	color: #cb8538;
}
main section#home-image div.diagram div.flow div.row-retirement p.description-company {
	color: #a10009;
}
main section#home-menu {
	color: #000000;
	background-color: #ffffff;
}
main section#home-menu header.common :where(h3, p.description) {
	text-align: right;
}
main section#home-menu header.common h3 {
	font-size: 3rem;
	line-height: 3.5rem;
	margin-bottom: 20px;
}
main section#home-menu header.common h3 span {
	font-size: 3.5rem;
}
main section#home-menu header.common p.description {
	font-size: 1.125rem;
}
main section#home-menu div.list {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -60px 40px 0px;
}
main section#home-menu div.list div.row {
	width: calc(50% - 60px);
	margin: 0px 60px 40px 0px;
}
main section#home-menu div.list div.row :where(p.image, ul) {
	opacity: 0;
	transition: 1.25s opacity ease-in-out;
}
main section#home-menu div.list div.row.active :where(p.image, ul) {
	opacity: 1;
}
main section#home-menu div.list div.row p.image {
	position: relative;
	margin-bottom: 20px;
}
main section#home-menu div.list div.row p.image img {
	clip-path: polygon(0% 0%, calc(100% - 80px) 0%, 100% 80px, 100% 100%, 0% 100%);
}
main section#home-menu div.list div.row p.image span {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
	text-align: center;
	font-family: "octin-college", sans-serif;
	padding: 0px 5px;
}
main section#home-menu div.list div.row p.image span i {
	display: block;
}
main section#home-menu div.list div.row p.image span i.label {
	font-size: 0.75rem;
	line-height: 1.25rem;
}
main section#home-menu div.list div.row p.image span i.number {
	font-size: 3rem;
	line-height: 2.5rem;
	color: #a10009;
}
main section#home-menu div.list div.row h4 {
	font-size: 1.125rem;
	margin-bottom: 15px;
}
main section#home-menu div.list div.row h4 span {
	display: flex;
	flex-wrap: wrap;
}
main section#home-menu div.list div.row h4 span:not(:last-child) {
	margin-bottom: 5px;
}
main section#home-menu div.list div.row h4 span i {
	display: block;
	color: #ffffff;
	padding: 2.5px 10px;
	background-color: #a10009;
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	transition: 0.75s clip-path ease;
}
main section#home-menu div.list div.row h4 span:nth-child(1) i {
	transition-delay: calc(0.125s * 1);
}
main section#home-menu div.list div.row h4 span:nth-child(2) i {
	transition-delay: calc(0.125s * 2);
}
main section#home-menu div.list div.row.active h4 span i {
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
main section#home-menu div.list div.row ul {
	transition-delay: 0.25s;
}
main section#home-menu div.list div.row ul li {
	position: relative;
	padding-left: 20px;
}
main section#home-menu div.list div.row ul li:not(:last-child) {
	margin-bottom: 10px;
}
main section#home-menu div.list div.row ul li::before {
	position: absolute;
	width: 12px;
	height: 12px;
	left: 3px;
	top: 10px;
	background-color: #a10009;
	content: "";
	border-radius: 50%;
}
main section:where(#home-menu, #home-registration) div.registration ul li {
	font-size: 1.375rem;
}
main section#home-menu div.registration ul li.company,
main section#home-registration div.registration ul li.athlete {
	display: none;
}
main section:where(#home-menu, #home-registration) div.registration ul li {
	width: 400px;
}
main section:where(#home-menu, #home-registration) div.registration ul li span {
	justify-content: center;
	height: 80px;
}
main section#home-registration div.inner-section {
	width: 560px;
}
main section:where(#home-registration, #home-partner) header.common :where(h2, p.sub) {
	justify-content: center;
}
main section:where(#home-registration, #home-partner) header.common p.description {
	text-align: center;
	font-size: 1.125rem;
}
main section#home-registration :where(div.diagram, p.description) {
	margin-bottom: 40px;
}
main section#home-registration div.diagram {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}
main section#home-registration div.diagram::before {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 35px;
	height: 35px;
	left: calc(50% - 17.5px);
	top: calc(50% - 17.5px);
	font-family: "octin-college", sans-serif;
	font-size: 1.75rem;
	padding-left: 0.125em;
	background-color: #a10009;
	content: "&";
	border-radius: 50%;
}
main section#home-registration div.diagram div.row {
	width: 192px;
	height: 288px;
	text-align: center;
	padding-top: 30px;
	background: url(../images/registration-illust.svg) no-repeat center;
	background-size: 100% auto;
}
main section#home-registration div.diagram div.row:not(:last-child) {
	margin-right: 40px;
}
main section#home-registration div.diagram div.row :where(p.label, h3) {
	color: #a10009;
}
main section#home-registration div.diagram div.row p.label {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-family: "octin-college", sans-serif;
	font-size: 1.125rem;
	line-height: 1.5rem;
	margin-bottom: 30px;
}
main section#home-registration div.diagram div.row p.label span {
	display: block;
	border-bottom: 1px solid #a10009;
}
main section#home-registration div.diagram div.row p.sub {
	font-size: 1.375rem;
	color: #000000;
	margin-bottom: 10px;
}
main section#home-registration div.diagram div.row-01 p.sub {
	line-height: 1.125rem;
}
main section#home-registration div.diagram div.row h3 {
	font-style: italic;
	font-weight: 900;
}
main section#home-registration div.diagram div.row-01 h3 {
	font-size: 3.5rem;
	line-height: 4rem;
}
main section#home-registration div.diagram div.row-02 h3 {
	font-size: 2.5rem;
	line-height: 3rem;
}
main section#home-registration p.link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 80px;
}
main section#home-registration p.link a {
	display: block;
	border-bottom: 1px solid #ffffff;
}
main section#home-registration p.link i.icon {
	font-size: 0.875rem;
	font-weight: 400;
	margin-left: 10px;
}
main section#home-registration div.registration ul li a::before {
	background-color: #ffffff;
}
main section#home-registration div.registration ul li a:hover i.icon {
	background-color: rgba(0, 0, 0, 0.125);
}
main section#home-partner {
	color: #000000;
	background: #ffffff url(../images/background-general.jpg) repeat left top;
	background-size: 1500px auto;
}
main section#home-partner header.common p.sub span {
	background-color: #000000;
}
main section#home-partner div.list-partner {
	margin-bottom: 40px;
}
main section#home-partner p.button-default {
	margin-bottom: 80px;
}
main section#home-partner p.button-default a {
	width: 240px;
	height: 55px;
	border-radius: 2.5px;
}

/* partner
-------------------------------------------------------------------------------- */

main div.list-partner {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -60px -40px 0px;
}
main div.list-partner div.row {
	width: calc(33.33% - 60px);
	margin: 0px 60px 40px 0px;
}
main div.list-partner div.row p.image {
	aspect-ratio: 600 / 450;
	margin-bottom: 10px;
}
main div.list-partner div.row p.image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
main div.list-partner div.row h3 {
	font-size: 1.125rem;
}
main div.list-partner div.row h3 a {
	border-bottom: 2px solid #a10009;
	transition: 0.25s color ease;
}
main div.list-partner div.row h3 a:hover {
	color: #a10009;
}
main article.partner div.slide-text {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 80px;
}
main article.partner div.slide-text div.slide {
	width: 600px;
}
main article.partner div.slide-text div.slide div.main {
	position: relative;
	aspect-ratio: 600 / 450;
	margin-bottom: 10px;
}
main article.partner div.slide-text div.slide div.main p.row {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #ffffff;
}
main article.partner div.slide-text div.slide div.main p.row img {
	width: 100%;
	height: 100%;
}
main article.partner div.slide-text div.slide div.main p.row-horizontal img {
	object-fit: cover;
}
main article.partner div.slide-text div.slide div.main p.row-vertical img {
	object-fit: contain;
}
main article.partner div.slide-text div.slide div.sub {
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
}
main article.partner div.slide-text div.slide div.sub p.row {
	position: relative;
	aspect-ratio: 600 / 450;
	width: calc(33.33% - 10px);
	cursor: pointer;
	margin-right: 10px;
	background-color: #ffffff;
}
main article.partner div.slide-text div.slide div.sub p.row::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	border: 2px solid #a10009;
	content: "";
	opacity: 0;
	transition: 0.25s opacity ease;
}
main article.partner div.slide-text div.slide div.sub p.row:hover::before,
main article.partner div.slide-text div.slide div.sub p.row.active::before {
	opacity: 1;
}
main article.partner div.slide-text div.slide div.sub p.row img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
main article.partner div.slide-text div.text {
	width: calc(100% - 660px);
}
main article.partner div.slide-text div.text :where(div.header, div.list, p.consideration):not(:last-child) {
	margin-bottom: 40px;
}
main article.partner div.slide-text div.text div.header h1 {
	font-size: 1.5rem;
	line-height: 2.125rem;
	color: #ffffff;
	margin-bottom: 20px;
	padding: 10px 20px;
	background-color: #000000;
	border-radius: 2.5px;
}
main article.partner div.slide-text div.text div.header p {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5rem;
}
main article.partner div.slide-text div.text div.list div.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid #000000;
	padding: 20px 0px;
}
main article.partner div.slide-text div.text div.list div.row:first-child {
	border-top: 1px solid #000000;
}
main article.partner div.slide-text div.text div.list div.row p.label {
	width: 80px;
	text-align: center;
	font-size: 0.875rem;
	color: #ffffff;
	padding: 0px 10px;
	background-color: #000000;
	border-radius: 2.5px;
}
main article.partner div.slide-text div.text div.list div.row div.body {
	width: calc(100% - 100px);
}
main article.partner div.slide-text div.text div.list div.row-business div.body p {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5rem;
	padding-top: 3px;
}
main article.partner div.slide-text div.text div.message {
	color: #a10009;
}
main article.partner div.slide-text div.text div.message p.label {
	font-family: "octin-college", sans-serif;
	font-size: 2rem;
	margin-bottom: 5px;
}
main section#partner {
	color: #000000;
	background: #ffffff url(../images/background-general.jpg) repeat left top;
	background-size: 1500px auto;
}
main section#partner p.description {
	font-size: 1.125rem;
	margin-bottom: 80px;
}
main section#partner p.button-default {
	justify-content: flex-end;
}
main section#partner p.button-default:not(:last-child) {
	margin-bottom: 80px;
}
main section#partner p.button-default a {
	width: 140px;
}
main section#partner div.related h3 {
	font-size: 1.125rem;
	margin-bottom: 20px;
}



/* --------------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------- */

P#button-page-top {
	position: fixed;
	z-index: 10;
	width: 40px;
	right: 15px;
	bottom: 20px;
	text-align: center;
	font-family: "azo-sans", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1rem;
	pointer-events: none;
	opacity: 0;
	transition: 0.25s opacity ease;
	mix-blend-mode: difference;
}
div.scroll P#button-page-top {
	pointer-events: auto;
	opacity: 1;
}
P#button-page-top a {
	display: block;
	position: relative;
	padding-top: 35px;
	transition: 0.25s opacity ease;
}
P#button-page-top a:hover {
	opacity: 0.625;
}
P#button-page-top a::before,
P#button-page-top a::after {
	position: absolute;
	width: 0px;
	left: calc(50% - 0.5px);
	top: 0px;
	border-right: 1px solid #ffffff;
	content: "";
}
P#button-page-top a::before {
	height: 30px;
}
P#button-page-top a::after {
	height: 7.5px;
	transform-origin: center top;
	transform: rotate(-45deg);
}
footer#footer {
	position: relative;
	z-index: 1;
	padding: 80px 0px 20px 0px;
}
footer#footer div.logo-misc {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
	width: 1060px;
	margin: 0px auto 40px auto;
}
footer#footer div.logo-misc p.logo {
	width: 230px;
}
footer#footer div.logo-misc p.logo img {
	width: 100%;
}
footer#footer div.logo-misc div.misc {
	width: calc(100% - 230px);
}
footer#footer p.copyright {
	width: 1060px;
	margin: 0px auto;
}

/* home
-------------------------------------------------------------------------------- */

body.home P#button-page-top {
	mix-blend-mode: normal;
}
body.home div.home-image P#button-page-top {
	mix-blend-mode: difference;
}
