/* --------------------------------------------------------------------------------
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: 600;
	font-feature-settings: "palt";
	line-height: 1.875rem;
	color: #000000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body:has(section#news, section#faq, section.form) {
	background: url(../images/background-general.jpg) repeat left top;
	background-size: 1000px auto;
}
a.underline {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.1em;
}
a.color {
	transition: 0.25s color ease;
}
a.color:hover {
	color: #dc0012;
}
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;
	font-weight: 400;
	line-height: 1.5rem;
}
p:empty:before {
	content: none;
}
span.required {
	color: #dc0012;
}
*.indent {
	text-indent: -1em;
	padding-left: 1em;
}



/* --------------------------------------------------------------------------------
form
-------------------------------------------------------------------------------- */

input:where([type=text], [type=email], [type=number], [type=password], [type=search], [type=button], [type=submit]),
button,
textarea,
select {
	max-width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	outline: none;
	appearance: none;
}
input:where([type=text], [type=email], [type=number], [type=password], [type=search]),
textarea,
select {
	vertical-align: top;
	color: #000000;
	border: none;
	background-color: #ffffff;
	border-radius: 5px;
}
input:where([type=text], [type=email], [type=number], [type=password], [type=search]),
select {
	height: 50px;
	padding: 0px 15px;
}
input:where([type=button], [type=submit]),
button {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 280px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #000000;
	cursor: pointer;
	padding-bottom: 2px;
	background-color: #ffffff;
	border-radius: 25px;
	transition: 0.25s color ease, 0.25s border-color ease, 0.25s background-color ease;
}
input:where([type=button], [type=submit]):hover,
button:hover {
	color: #ffffff;
	border-color: #dc0012;
}
input:where([type=button], [type=submit]):hover {
	background-color: #dc0012;
}
button::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #dc0012;
	content: "";
	transition: 0.25s transform ease;
	transform: translateX(-100%);
}
button:hover::before {
	transform: translateX(0%);
}
button > * {
	position: relative;
}
input:where([type=radio], [type=checkbox]),
input:where([type=radio], [type=checkbox])::before,
label.alternate input:where([type=radio], [type=checkbox]) + span {
	width: 25px;
	height: 25px;
}
input:where([type=radio], [type=checkbox]),
label.alternate {
	margin-right: 5px;
}
input:where([type=radio], [type=checkbox]) {
	position: relative;
	vertical-align: middle;
	transform: translateX(-9999px);
}
input:where([type=radio], [type=checkbox])::before,
input:where([type=radio], [type=checkbox])::after,
label.alternate {
	cursor: pointer;
}
input:where([type=radio], [type=checkbox])::before,
input:where([type=radio], [type=checkbox])::after,
label.alternate input:where([type=radio], [type=checkbox]) + span::before {
	position: absolute;
	content: "";
}
input:where([type=radio], [type=checkbox])::before,
input:where([type=radio], [type=checkbox])::after {
	transform: translate(9999px, -1px);
}
input:where([type=radio], [type=checkbox])::before,
label.alternate input:where([type=radio], [type=checkbox]) + span {
	background-color: #ffffff;
}
input:where([type=radio], [type=checkbox])::after,
label.alternate input:where([type=radio], [type=checkbox]) + span::before {
	opacity: 0;
	transition: 0.25s opacity ease;
}
input:where([type=radio], [type=checkbox]):checked::after,
label.alternate input:where([type=radio], [type=checkbox]):checked + span::before {
	opacity: 1;
}
input[type=radio]::before,
input[type=radio]::after,
label.alternate input[type=radio] + span,
label.alternate input[type=radio] + span::before {
	border-radius: 50%;
}
input[type=radio]::after,
label.alternate input[type=radio] + span::before {
	width: 12px;
	height: 12px;
	left: calc(50% - calc(12px * 0.5));
	top: calc(50% - calc(12px * 0.5));
	background-color: #000000;
}
input[type=checkbox]::before,
label.alternate input[type=checkbox] + span {
	border-radius: 5px;
}
input[type=checkbox]::after,
label.alternate input[type=checkbox] + span::before {
	width: 10px;
	height: 15px;
	left: calc(calc(50% - calc(10px * 0.5)) + 1px);
	top: calc(50% - calc(15px * 0.5));
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}
input[type=checkbox]::after {
	transform: translate(calc(9999px - 1px), -3px) rotate(45deg);
}
@-moz-document url-prefix() {
	input[type=radio],
	input[type=checkbox] {
		transform: translate(0px, -1px);
	}
}
label {
	display: inline-block;
	vertical-align: text-top;
}
label.alternate input:where([type=radio], [type=checkbox]) {
	display: none;
}
label.alternate input:where([type=radio], [type=checkbox]) + span {
	display: block;
	position: relative;
	cursor: pointer;
}
label.alternate input[type=checkbox] + span::before {
	transform: translate(-1px, -3px) rotate(45deg);
}
textarea {
	padding: 10px 15px;
}
select {
	padding-right: 40px;
	background-image: url(../images/arrow-select.svg);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: auto 10px;
}
::placeholder {
	color: #b3b3b3;
}
form#searchform label.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}



/* --------------------------------------------------------------------------------
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-symbol::before {
	content: "\e900";
}
i.icon-arrow::before {
	content: "\e901";
}
i.icon-arrow-alternate::before {
	content: "\e902";
}
i.icon-instagram::before {
	content: "\e903";
}
i.icon-youtube::before {
	content: "\e904";
}



/* --------------------------------------------------------------------------------
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 #b3b3b3;
	margin: 20px 0px;
}
iframe:where([src*="youtube.com"], .wp-embedded-content),
video {
	width: 100%;
}
iframe[src*="youtube.com"],
video {
	aspect-ratio: 16 / 9;
	height: auto;
}
mark {
	margin: 0px 5px;
	padding: 0px 5px;
	background-color: #f5f5f5;
	border-radius: 5px;
}



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

div#page {
	position: relative;
	overflow: hidden;
	padding-top: 80px;
}
div#trigger {
	position: absolute;
	top: 50svh;
	pointer-events: none;
}
span:where(.arrow, .arrow-alternate, .symbol),
span:where(.arrow, .arrow-alternate, .symbol) i.icon {
	position: relative;
}
span:where(.arrow, .arrow-alternate, .symbol) {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	transition: 0.25s color ease;
}
span.arrow {
	width: 40px;
	height: 20px;
	border-radius: 10px;
}
span:where(.arrow, .arrow-alternate, .symbol)::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	content: "";
	transition: 0.25s transform ease;
	transform: translateX(-100%);
}
a:hover span:where(.arrow, .arrow-alternate, .symbol)::before {
	transform: translateX(0%);
}
span:where(.arrow, .arrow-alternate, .symbol) i.icon {
	position: relative;
}
span.arrow-alternate,
span.symbol {
	width: 25px;
	height: 25px;
	border-radius: 50%;
}
span.arrow-alternate {
	font-size: 0.625rem;
}
div.application div.list div.row a {
	display: block;
	position: relative;
	color: #ffffff;
	padding: 40px;
}
div.application div.list div.row-intern a {
	background-color: #000000;
}
div.application div.list div.row-intern p.more span.arrow::before {
	background-color: #837c6c;
}
div.application div.list div.row-entry a {
	background-color: #dc0012;
}
div.application div.list div.row-entry p.more span.arrow::before {
	background-color: #c10211;
}
div.application div.list div.row-contact a {
	background-color: #837c6c;
}
div.application div.list div.row-contact p.more span.arrow::before {
	background-color: #000000;
}
div.application div.list div.row h4 {
	font-family: "Open Sans", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 2rem;
	margin-bottom: 10px;
}
div.application div.list div.row p.more {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: absolute;
	left: 40px;
	bottom: 40px;
}
div.application div.list div.row p.more span.text {
	display: block;
	position: relative;
	font-size: 0.875rem;
	line-height: 1.375rem;
	margin-right: 10px;
	padding-bottom: 2px;
}
div.application div.list div.row p.more span.text::before {
	position: absolute;
	width: 100%;
	height: 0px;
	left: 0px;
	bottom: 3px;
	border-bottom: 1px solid #ffffff;
	content: "";
	transition: 0.25s transform ease;
	transform-origin: left top;
	transform: scaleX(0);
}
div.application div.list div.row a:hover p.more span.text::before {
	transform: scaleX(1);
}
div.application div.list div.row p.more span.arrow {
	font-weight: 400;
	color: #000000;
	background-color: #ffffff;
}
div.application div.list div.row a:hover p.more span.arrow {
	color: #ffffff;
}
nav.navi div.list {
	display: flex;
	flex-wrap: wrap;
}
nav.navi div.list div.row:not(:last-child) {
	margin-right: 65px;
}
nav.navi div.list div.row div.segment:not(:last-child) {
	margin-bottom: 20px;
}
nav.navi div.list div.row div.segment p.headline {
	font-size: 1.25rem;
}
nav.navi div.list div.row div.segment p.headline:not(:last-child) {
	margin-bottom: 10px;
}
nav.navi div.list div.row div.segment > ul li {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5rem;
}
nav.navi div.list div.row div.segment > ul li:not(:last-child) {
	margin-bottom: 10px;
}
nav.navi div.list div.row div.segment > ul li a {
	position: relative;
	padding-left: 15px;
}
nav.navi div.list div.row div.segment > ul li a::before {
	position: absolute;
	width: 8px;
	height: 8px;
	left: 0px;
	top: 7px;
	background-color: #000000;
	content: "";
	border-radius: 50%;
	transition: 0.25s background-color ease;
}
nav.navi div.list div.row div.segment > ul li a:hover::before {
	background-color: #dc0012;
}
nav.navi p.privacy-policy {
	font-size: 0.75rem;
	line-height: 1.25rem;
}
div.sns ul li:not(:last-child) {
	margin-bottom: 10px;
}
div.sns ul li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
div.sns ul li i.icon {
	font-size: 1.75rem;
	font-weight: 400;
	margin-right: 5px;
}
div.sns ul li span {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
}
div.information {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
div.information p.logo {
	width: calc(57px * 1.5);
	margin-right: 15px;
}
div.information p.logo img {
	width: 100%;
}
div.information div.text h3 {
	font-size: 1.25rem;
	margin-bottom: 5px;
}
div.information div.text p {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5rem;
}
div.information div.text p.tel-fax {
	display: flex;
	flex-wrap: wrap;
}
div.information div.text p.tel-fax span {
	display: block;
}
div.information div.text p.tel-fax span:not(:last-child) {
	margin-right: 15px;
}
p.button-default,
p.button-default > * {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
p.button-default {
	text-align: center;
	line-height: 1.375rem;
}
p.button-default > *,
p.button-default > * > * {
	position: relative;
}
p.button-default > * {
	align-items: center;
	width: 280px;
	height: 50px;
	overflow: hidden;
	border: 1px solid #000000;
	padding-bottom: 2px;
	background-color: #ffffff;
	border-radius: 25px;
	transition: 0.25s color ease, 0.25s border-color ease, 0.25s background-color ease;
}
p.button-default > *:hover,
a:hover p.button-default > * {
	color: #ffffff;
	border-color: #dc0012;
}
p.button-default > *::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #dc0012;
	content: "";
	transition: 0.25s transform ease;
	transform: translateX(-100%);
}
p.button-default > *:hover::before,
a:hover p.button-default > *::before {
	transform: translateX(0%);
}
p.button-left {
	justify-content: flex-start;
}
p.button-right {
	justify-content: flex-end;
}
p.button-small {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
p.button-small > * {
	width: 140px;
	height: 40px;
	border-radius: 20px;
}
p.button-corporate a {
	color: #ffffff;
	border: none;
	background-color: #dc0012;
}
p.button-corporate 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;
}



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

header#header {
	position: relative;
	z-index: 100;
}
header#header::before,
header#header :where(*#logo, p#button-menu, div#menu, nav#navi-alternate, div.application-alternate) {
	position: fixed;
}
header#header::before,
header#header p#button-menu,
header#header nav#navi-alternate {
	top: 0px;
}
body.admin-bar header#header::before,
body.admin-bar header#header p#button-menu,
body.admin-bar header#header nav#navi-alternate {
	top: 32px;
}
header#header::before {
	width: 100%;
	height: 80px;
	left: 0px;
	background-color: #ffffff;
	content: "";
}
header#header *#logo {
	left: 15px;
	top: 9px;
	z-index: 10;
}
body.admin-bar header#header *#logo {
	top: 41px;
}
header#header *#logo a,
header#header nav#navi p.logo a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
header#header *#logo img {
	width: 57px;
	margin-right: 10px;
}
header#header *#logo span,
header#header nav#navi p.logo span {
	display: block;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
}
header#header *#logo span {
	font-size: 1.25rem;
}
header#header p#button-menu {
	width: 80px;
	height: 80px;
	right: 0px;
	z-index: 30;
	cursor: pointer;
}
header#header p#button-menu i {
	display: block;
	position: absolute;
	width: 30px;
	height: 0px;
	left: calc(50% - 15px);
	top: calc(50% - 1px);
	border-bottom: 2px solid #dc0012;
	transition: 0.25s all ease;
}
header#header p#button-menu i:nth-child(1) {
	transform: translateY(-11px);
}
header#header p#button-menu i:nth-child(2) {
	transform: translateY(11px);
}
div.menu-header header#header p#button-menu i:nth-child(-n+3) {
  width: 0px;
  left: 50%;
  opacity: 0;
	transform: translateY(0px);
}
div.menu-header header#header p#button-menu i:nth-child(4) {
	transform: rotate(45deg);
}
div.menu-header header#header p#button-menu i:nth-child(5) {
	transform: rotate(-45deg);
}
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: 20;
	padding-left: 260px;
	background-color: #ffffff;
	transform: translateY(-100%);
	transition: 0.5s transform ease;
	-webkit-overflow-scrolling: touch;
}
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 {
	width: 960px;
	margin: 0px auto;
	padding: 80px 0px 40px 0px;
}
header#header div.application {
	position: absolute;
	width: 260px;
	height: 100svh;
	left: 0px;
	top: 0px;
}
body.admin-bar header#header div.application {
	height: calc(100svh - 32px);
	top: 32px;
}
header#header div.application div.list {
	position: relative;
	height: 100%;
}
header#header div.application div.list div.row {
	position: relative;
	height: 33.33%;
}
header#header div.application div.list div.row a {
	height: 100%;
	padding-right: 0px;
}
header#header div.navi-information {
	position: relative;
}
header#header div.navi-information div.list {
	margin-bottom: 40px;
}
header#header div.navi-information div.list div.row:has(.segment-sns-alternate) {
	margin-right: 0px;
}
header#header div.navi-information div.list div.row-sns {
	display: none;
}
header#header nav#navi p.logo {
	margin: 0px 0px 80px -15px;
}
header#header nav#navi p.logo img {
	width: calc(57px * 1.5);
	margin-right: 15px;
}
header#header nav#navi p.logo span {
	font-size: 1.875rem;
}
header#header nav#navi > p.privacy-policy {
	display: none;
}
header#header nav#navi p.button-corporate {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
header#header nav#navi-alternate,
header#header nav#navi-alternate > ul {
	display: flex;
	flex-wrap: wrap;
}
header#header nav#navi-alternate {
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	left: 0px;
	padding-right: 350px;
}
@media (max-width:1279px) {
header#header nav#navi-alternate {
	display: none;
}
}
header#header nav#navi-alternate > ul {
	margin-right: 20px;
}
header#header nav#navi-alternate > ul > li {
	padding: 0px 10px;
}
header#header nav#navi-alternate > ul > li > a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 80px;
	cursor: pointer;
	padding-bottom: 2px;
}
header#header nav#navi-alternate > ul > li > a:has(i) {
	position: relative;
	padding-right: 15px;
}
header#header nav#navi-alternate > ul > li > a i {
	position: absolute;
	width: 10px;
	height: 10px;
	right: 0px;
	top: calc(50% - 5px);
}
header#header nav#navi-alternate > ul > li > a i::before,
header#header nav#navi-alternate > ul > li > a i::after {
	position: absolute;
	width: 100%;
	height: 0px;
	left: 0px;
	top: calc(50% - 1px);
	border-bottom: 2px solid #dc0012;
	content: "";
	transition: 0.25s opacity ease, 0.25s transform ease;
}
header#header nav#navi-alternate > ul > li > a i::after {
	transform: rotate(90deg);
}
header#header nav#navi-alternate > ul > li:hover > a i::before {
	opacity: 0;
	transform: rotate(90deg);
}
header#header nav#navi-alternate > ul > li:hover > a i::after {
	transform: rotate(180deg);
}
header#header nav#navi-alternate > ul > li div.nest,
header#header nav#navi-alternate > ul > li div.nest ul {
	display: flex;
	flex-wrap: wrap;
}
header#header nav#navi-alternate > ul > li div.nest {
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 0px;
	left: 0px;
	top: 80px;
	overflow: hidden;
	background-color: #ffffff;
	transition: 0.25s height ease;
}
header#header nav#navi-alternate > ul > li:hover div.nest {
	height: 80px;
}
header#header nav#navi-alternate > ul > li div.nest::before {
	position: absolute;
	width: 100%;
	height: 0px;
	left: 0px;
	top: 0px;
	border-top: 1px solid #eaeaea;
	content: "";
}
header#header nav#navi-alternate > ul > li div.nest p.headline {
	position: relative;
	font-size: 1.125rem;
	color: #dc0012;
	margin-right: 60px;
	padding-bottom: 2px;
}
header#header nav#navi-alternate > ul > li div.nest p.headline::before {
	position: absolute;
	width: 0px;
	height: 40px;
	right: -40px;
	top: calc(50% - 20px);
	border-right: 1px solid #eaeaea;
	content: "";
}
header#header nav#navi-alternate > ul > li div.nest ul li {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5rem;
}
header#header nav#navi-alternate > ul > li div.nest ul li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	height: 80px;
	padding: 0px 20px 2px 35px;
}
header#header nav#navi-alternate > ul > li div.nest ul li a::before {
	position: absolute;
	width: 8px;
	height: 8px;
	left: 20px;
	top: calc(50% - 4px);
	background-color: #000000;
	content: "";
	border-radius: 50%;
	transition: 0.25s background-color ease;
}
header#header nav#navi-alternate > ul > li div.nest ul li a:hover::before {
	background-color: #dc0012;
}
header#header nav#navi-alternate div.sns ul {
	display: flex;
	flex-wrap: wrap;
}
header#header nav#navi-alternate div.sns ul li:not(:last-child) {
	margin: 0px 15px 0px 0px;
}
header#header nav#navi-alternate div.sns ul li i.icon {
	margin-right: 0px;
}
header#header nav#navi-alternate div.sns ul li span {
	display: none;
}
header#header div.application-alternate {
	right: 80px;
	top: 25px;
}
body.admin-bar header#header div.application-alternate {
	top: 57px;
}
header#header div.application-alternate ul {
	display: flex;
	flex-wrap: wrap;
}
header#header div.application-alternate ul li a {
	display: block;
	position: relative;
	width: 80px;
	height: 30px;
	overflow: hidden;
}
header#header div.application-alternate ul li span {
	display: block;
	height: 200%;
	transition: 0.25s transform ease;
}
header#header div.application-alternate ul li a:hover span {
	transform: translateY(-50%);
}
header#header div.application-alternate ul li i {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50%;
}
header#header div.application-alternate ul li i.main {
	font-family: "Open Sans", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5rem;
	color: #ffffff;
}
header#header div.application-alternate ul li.intern i.main {
	background-color: #000000;
}
header#header div.application-alternate ul li.entry i.main {
	background-color: #dc0012;
}
header#header div.application-alternate ul li.contact i.main {
	background-color: #837c6c;
}
header#header div.application-alternate ul li i.sub {
	font-size: 0.75rem;
	line-height: 1.25rem;
	color: #dc0012;
	background-color: #ffffff;
}



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

div#cover {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100svh;
	min-height: 600px;
}
div#cover div.inner-cover {
	width: 100%;
	padding-bottom: 80px;
}
div#cover div.text {
	text-align: center;
	color: #dc0012;
	margin-bottom: 60px;
}
div#cover div.text h1 {
	font-weight: 800;
	margin-bottom: 10px;
}
div#cover div.text h1 i {
	font-size: 6rem;
	line-height: 6.75rem;
}
div#cover div.text h1 i:where(:nth-child(1), :nth-child(2), :nth-child(4)) {
	font-size: 6.75rem;
}
div#cover div.text p.sub {
	font-family: "Open Sans", sans-serif;
	font-size: 1.875rem;
	font-weight: 700;
}
div#cover div.line {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
div#cover div.line::before {
	position: absolute;
	width: 100%;
	height: 0px;
	left: 0px;
	top: 0px;
	border-bottom: 1px solid #000000;
	content: "";
	transition: 1s transform ease;
	transform-origin: left top;
	transform: scaleX(0);
}
div#cover.phase-02 div.line::before {
	transform: scaleX(1);
}
div#cover.phase-03 div.line::before {
	visibility: hidden;
}
div#cover div.line p.row {
	visibility: hidden;
	height: 0px;
	border-bottom: 1px solid #000000;
	transition: 1s opacity 0.125s ease-in-out, 1s transform 0.125s ease;
}
div#cover.phase-03 div.line p.row {
	visibility: visible;
}
div#cover.phase-04 div.line p.row {
	opacity: 0;
}
div#cover div.line p.row:nth-child(5n+1) {
	width: 2.75%;
	transform-origin: 12.5% bottom;
}
div#cover div.line p.row:nth-child(5n+2) {
	width: 5%;
	transform-origin: 37.5% bottom;
}
div#cover div.line p.row:nth-child(5n+3) {
	width: 7.5%;
	transform-origin: 50% bottom;
}
div#cover div.line p.row:nth-child(5n+4) {
	width: 3.75%;
	transform-origin: 25% bottom;
}
div#cover div.line p.row:nth-child(5n) {
	width: 6%;
	transform-origin: 62.5% bottom;
}
div#cover.phase-04 div.line p.row:nth-child(10n+1) {
	transform: translate(-7.5px, -75px) rotate(145deg) scale(0.875);
}
div#cover.phase-04 div.line p.row:nth-child(10n+2) {
	transform: translate(5px, -95px) rotate(-85deg) scale(0.75);
}
div#cover.phase-04 div.line p.row:nth-child(10n+3) {
	transform: translate(12.5px, -60px) rotate(75deg) scale(0.875);
}
div#cover.phase-04 div.line p.row:nth-child(10n+4) {
	transform: translate(0px, -80px) rotate(-25deg) scale(0.75);
}
div#cover.phase-04 div.line p.row:nth-child(10n+5) {
	transform: translate(10px, -70px) rotate(125deg) scale(0.875);
}
div#cover.phase-04 div.line p.row:nth-child(10n+6) {
	transform: translate(2.5px, -55px) rotate(195deg) scale(0.75);
}
div#cover.phase-04 div.line p.row:nth-child(10n+7) {
	transform: translate(5px, -85px) rotate(-60deg) scale(0.875);
}
div#cover.phase-04 div.line p.row:nth-child(10n+8) {
	transform: translate(-20px, -55px) rotate(15deg) scale(0.75);
}
div#cover.phase-04 div.line p.row:nth-child(10n+9) {
	transform: translate(10px, -65px) rotate(-75deg) scale(0.875);
}
div#cover.phase-04 div.line p.row:nth-child(10n) {
	transform: translate(2.5px, -45px) rotate(125deg) scale(0.75);
}
div#cover div.illust {
	position: relative;
	width: 100%;
	max-width: 1600px;
	aspect-ratio: 1292 / 452;
	margin: 0px auto;
	opacity: 0;
	transition: 1.25s opacity 0.25s ease-in-out, 0.625s transform ease;
}
div#cover.phase-01 div.illust {
	opacity: 1;
}
div#cover.phase-04 div.illust {
	transform: translateY(-12.5px);
}
div#cover div.illust p.row {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	transition: 0.75s opacity ease-in-out;
}
div#cover div.illust p.row-01 {
	transition-delay: 0.25s;
}
div#cover.phase-04 div.illust p.row-01,
div#cover div.illust p.row-02 {
	opacity: 0;
}
div#cover.phase-04 div.illust p.row-02 {
	opacity: 1;
}
div#cover div.illust p.row img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}
div#cover p#button-scroll {
	position: fixed;
	right: 10px;
	bottom: 20px;
	z-index: 10;
	font-family: "Open Sans", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.25rem;
	transition: 0.25s opacity ease;
}
div.scroll div#cover p#button-scroll {
	pointer-events: none;
	opacity: 0;
}
div#cover p#button-scroll a {
	display: block;
	position: relative;
	padding-bottom: 50px;
}
div#cover p#button-scroll a::before {
	position: absolute;
	width: 0px;
	height: 45px;
	left: calc(50% - 0.5px);
	bottom: 0px;
	border-right: 1px solid #000000;
	content: "";
	transition: 0.25s border-color ease;
}
div#cover p#button-scroll a:hover::before {
	border-color: #dc0012;
}
div#cover p#button-scroll span {
	display: block;
	writing-mode: vertical-rl;
	white-space: pre;
}



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

div#title {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: 0px auto;
	padding: 80px 80px 0px 80px;
}
div#title p.symbol {
	order: 1;
	font-size: 5.5rem;
	line-height: 5.5rem;
	color: #dc0012;
	margin-right: -25px;
}
div#title div.text {
	text-align: right;
	color: #837c6c;
	margin-right: -10px;
}
div#title div.text h1 {
	font-family: "Open Sans", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	line-height: 3.25rem;
}



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

main,
main section,
main section div.inner-section {
	position: relative;
}
main section div.inner-section {
	width: 1120px;
	margin: 0px auto;
	padding: 120px 0px;
}
body:not(.home) main section:first-child div.inner-section {
	padding-top: 40px;
}
main section header:has(p.image-wide) {
	margin-bottom: 120px;
}
main section header div.title-emphasis {
	margin-bottom: 40px;
}
main section header div.title-emphasis h1 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	height: 9.5rem;
	font-family: "Open Sans", sans-serif;
	font-size: 4.5rem;
	font-weight: 700;
	line-height: 4.75rem;
	color: #dc0012;
	margin-bottom: 10px;
}
main section header div.title-emphasis h1 span {
	display: block;
}
main section header div.title-emphasis p.sub {
	font-size: 1.375rem;
}
main p.image-wide {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	height: 640px;
}
main p.image-wide img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
main div.title {
	display: flex;
	flex-wrap: wrap;
}
main div.title p.symbol {
	order: 1;
	font-size: 5.5rem;
	line-height: 5.5rem;
	color: #dc0012;
}
main div.title div.text {
	text-align: right;
	color: #837c6c;
	margin-right: -10px;
}
main div.title div.text h1 {
	font-family: "Open Sans", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	line-height: 3.25rem;
}
main div.title-alternate {
	position: relative;
	padding-left: 25px;
}
main div.title-alternate:not(:last-child) {
	margin-bottom: 40px;
}
main div.title-alternate p.symbol {
	position: absolute;
	left: -12.5px;
	top: 0px;
	font-size: 2.5rem;
	color: #dc0012;
}
main div.title-alternate h1 {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
main div.title-alternate p.sub {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
}
main div:where(.related, #banner-people):not(:last-child) {
	margin-bottom: 120px;
}
main :where(h2, h3).headline:not(:last-child),
main h3.headline-alternate:not(:last-child) {
	margin-bottom: 40px;
}
main h2.headline {
	font-size: 3rem;
	line-height: 4.5rem;
	letter-spacing: 0.05em;
}
main h3.headline {
	font-size: 1.625rem;
	line-height: 2.5rem;
}
main h3.headline-alternate {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 60px;
	text-align: center;
	font-size: 1.25rem;
	margin-bottom: 40px;
	background-color: #f5f5f5;
}
main div.summary {
	margin-bottom: 80px;
}
main div.summary p.description {
	font-weight: 400;
	line-height: 2.25rem;
}
main div#banner-people a {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
main div#banner-people p.image {
	position: relative;
	height: 240px;
}
main div#banner-people p.image::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #000000;
	content: "";
	opacity: 0.25;
	transition: 0.25s opacity ease;
}
main div#banner-people a:hover p.image::before {
	opacity: 0;
}
main div#banner-people p.image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
main div#banner-people div.text {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
	text-align: center;
	color: #ffffff;
	transition: 0.25s color ease;
}
main div#banner-people a:hover div.text {
	color: #dc0012;
}
main div#banner-people div.text h3 {
	font-family: "Open Sans", sans-serif;
	font-size: 4.25rem;
	font-weight: 700;
	line-height: 4.75rem;
}
main div#banner-people div.text p.sub {
	margin-bottom: 20px;
}
main div#banner-people div.text h4 {
	font-size: 1.875rem;
}
main nav#navi-sub,
main nav#navi-sub :where(p.label, div.list),
main nav#navi-sub div.list div.row,
main nav#navi-sub div.list div.row ul:has(li:nth-child(2)) {
	display: flex;
	flex-wrap: wrap;
}
main nav#navi-sub {
	width: 1120px;
	overflow: hidden;
	margin: 0px auto 120px auto;
	border-radius: 10px;
}
main nav#navi-sub p.label,
main nav#navi-sub div.list div.row {
	justify-content: center;
	align-items: center;
}
main nav#navi-sub p.label {
	width: 140px;
	height: 80px;
	color: #ffffff;
	background-color: #dc0012;
}
main nav#navi-sub div.list {
	width: calc(100% - 140px);
}
main nav#navi-sub div.list div.row {
	width: 25%;
	background-color: #f5f5f5;
	transition: 0.25s background-color;
}
main nav#navi-sub div.list div.row:not(:last-child) {
	border-right: 1px solid #eaeaea;
}
main nav#navi-sub div.list div.row:hover,
main nav#navi-sub div.list div.row.active {
	background-color: #eaeaea;
}
main nav#navi-sub div.list div.row-wide {
	width: 50%;
}
main nav#navi-sub div.list div.row ul li {
	font-size: 0.875rem;
	line-height: 1.5rem;
}
main nav#navi-sub div.list div.row ul li a {
	position: relative;
	padding: 0px 20px 0px 35px;
}
main nav#navi-sub div.list div.row ul li a::before {
	position: absolute;
	width: 8px;
	height: 8px;
	left: 20px;
	top: 7px;
	background-color: #000000;
	content: "";
	border-radius: 50%;
	transition: 0.25s background-color ease;
}
main nav#navi-sub div.list div.row ul li a:hover::before,
main nav#navi-sub div.list div.row.active ul li a::before {
	background-color: #dc0012;
}
main ul.bullet li,
main article.common div.body ul li {
	position: relative;
	padding-left: 20px;
}
main ul.bullet li::before,
main article.common div.body ul li::before {
	position: absolute;
	width: 6px;
	height: 6px;
	left: 4px;
	top: 13px;
	background-color: #000000;
	content: "";
	border-radius: 50%;
}
main ol.decimal,
main article.common div.body ol {
	padding-left: 20px;
}
main ol.decimal li,
main article.common div.body ol li {
	list-style-type: decimal;
}
main article.common div.body {
	font-weight: 400;
}
main article.common div.body a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.1em;
}
main article.common div.body :where(h1, h2, h3, h4, h5, h6, strong) {
	font-weight: 600;
}
main article.common div.body em {
	font-style: italic;
}
main article.common div.body blockquote {
	padding: 20px;
	background-color: #f5f5f5;
	border-radius: 10px;
}
main article.common div.body table {
	width: 100%;
}
main article.common div.body table :where(th, td) {
	border: 1px solid #b3b3b3;
	padding: 10px;
}
main article.common div.body table th {
	background-color: #f5f5f5;
}
main article.common div.body img.alignleft {
	margin-left: 0px;
	margin-right: auto;
}
main article.common div.body img.alignright {
	margin-left: auto;
	margin-right: 0px;
}
main article.common div.body img.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
main article.common div.body :where(a.wp-block-button__link, a.wp-block-file__button) {
	display: inline-block;
	height: 50px;
	text-decoration: none;
	font-size: 1rem;
	line-height: 50px;
	color: #ffffff;
	padding: 0px 20px;
	background-color: #000000;
	border-radius: 25px;
	transition: 0.25s background-color ease;
}
main article.common div.body :where(a.wp-block-button__link, a.wp-block-file__button):hover {
	background-color: #837c6c;
}
main :where(div#pager, nav#navi-article) {
	margin-top: 80px;
}
main div#pager {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: -10px;
}
main div#pager :where(span.current, a) {
	display: block;
	transition: 0.25s color ease;
}
main div#pager :where(span.current, a:hover) {
	color: #dc0012;
}
main div#pager :where(span.current, a) {
	margin-bottom: 10px;
	padding: 0px 10px;
}

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

main section:where(#home-company, #home-work, #home-news) header {
	margin-bottom: 40px;
}
main section#home-company,
main section#home-news {
	background: url(../images/background-general.jpg) repeat left top;
	background-size: 1000px auto;
}
main section#home-company header div.title {
	margin-bottom: 40px;
}
main section#home-company header p.description {
	text-align: right;
	font-size: 1.625rem;
	line-height: 2.5rem;
}
main section#home-company div.list {
	margin: 0px -20px -20px 0px;
}
main section#home-company div.list div.row {
	margin: 0px 20px 20px 0px;
}
main section#home-company div.list div:where(.row-01, .row-02, .row-03) {
	width: calc(50% - 20px);
}
main section#home-company div.list div:where(.row-01, .row-03) {
	height: 350px;
}
main section#home-company div.list div.row-02 {
	height: 450px;
}
main section#home-company div.list div:where(.row-04, .row-05) {
	width: calc(25% - 20px);
	height: 250px;
}
main section#home-company div.list div.row a {
	display: block;
	position: relative;
	height: 100%;
	background-color: #ffffff;
	border-radius: 10px;
	transition: 0.25s color ease, 0.25s background-color ease;
}
main section#home-company div.list div.row a:hover {
	color: #ffffff;
	background-color: #dc0012;
}
main section#home-company div.list div:where(.row-01, .row-03) a {
	padding: 20px 60px;
}
main section#home-company div.list div.row-02 a {
	padding: 40px 40px 20px 40px;
}
main section#home-company div.list div:where(.row-04, .row-05) a {
	padding: 20px;
}
main section#home-company div.list div.row p.illust img {
	width: 100%;
}
main section:where(#home-company, #home-work) div.list div.row p.more {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	left: 20px;
	bottom: 20px;
}
main section#home-company div.list div.row p.more {
	align-items: flex-end;
}
main section:where(#home-company, #home-work) div.list div.row p.more span.text {
	display: block;
	position: relative;
	font-size: 1.25rem;
	line-height: 1.75rem;
	margin-right: 10px;
	padding-bottom: 2px;
}
main section:where(#home-company, #home-work) div.list div.row p.more span.symbol {
	font-weight: 400;
}
main section#home-company div.list div.row p.more span.symbol {
	color: #ffffff;
	background-color: #dc0012;
	transform: translateY(-2.5px);
}
main section#home-company div.list div.row a:hover p.more span.symbol {
	color: #dc0012;
}
main section:where(#home-company, #home-work) div.list div.row p.more span.symbol::before {
	transition: 0.25s background-color ease, 0.25s transform ease;
}
main section#home-company div.list div.row p.more span.symbol::before {
	background-color: #ffffff;
}
main section:where(#home-company, #home-work) div.list div.row p.more span.symbol i.icon {
	transition: 0.25s transform ease;
}
main section:where(#home-company, #home-work) div.list div.row a:hover p.more span.symbol i.icon {
	transform: scaleX(-1);
}
main section#home-work div.illust-text {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	margin-bottom: 40px;
}
main section#home-work div.illust-text div.border {
	position: absolute;
	width: 0px;
	height: 100%;
	right: 560px;
	top: 0px;
	border-right: 1px dashed #b3b3b3;
	content: "";
}
main section#home-work div.illust-text > div.text {
	width: calc(100% - 600px);
}
main section#home-work div.illust-text > div.text div.title {
	margin-bottom: 40px;
}
main section#home-work div.illust-text > div.text p.description {
	font-weight: 400;
	line-height: 2.25rem;
}
main section#home-work div.illust-text p.illust {
	width: 520px;
}
main section#home-work div.illust-text p.illust img {
	width: 100%;
}
main section#home-work div.list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
}
main section#home-work div.list div.row {
	width: calc(33.33% - 20px);
	margin-right: 20px;
}
main section#home-work div.list div.row a {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	color: #ffffff;
	transition: 0.25s color ease;
}
main section#home-work div.list div.row a:hover {
	color: #dc0012;
}
main section#home-work div.list div.row p.image img {
	transition: 0.25s opacity ease;
}
main section#home-work div.list div.row a:hover p.image img {
	opacity: 0.875;
}
main section#home-work div.list div.row p.more {
	align-items: center;
	width: calc(100% - 40px);
	z-index: 1;
}
main section#home-work div.list div.row p.more span.symbol {
	color: #dc0012;
	background-color: #ffffff;
}
main section#home-work div.list div.row a:hover p.more span.symbol {
	color: #ffffff;
}
main section#home-work div.list div.row p.more span.symbol::before {
	background-color: #dc0012;
}
main section#home-people div.slide,
main section#home-people div.slide a {
	position: relative;
}
main section#home-people div.slide a {
	display: block;
	overflow: hidden;
	border-radius: 10px;
}
main section#home-people div.slide div.image {
	aspect-ratio: 980 / 550;
}
main section#home-people div.slide div.image p.row {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #ffffff;
}
main section#home-people div.slide div.image p.row img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: 0.25s opacity ease;
}
main section#home-people div.slide a:hover div.image p.row img {
	opacity: 0.875;
}
main section#home-people div.slide :where(div.title, p.button-default, div.navi) {
	position: absolute;
	z-index: 5;
}
main section#home-people div.slide :where(div.title, p.button-default) {
	left: 40px;
}
main section#home-people div.slide div.title {
	bottom: 120px;
}
main section#home-people div.slide div.title div.text {
	color: #ffffff;
}
main section#home-people div.slide p.button-default {
	bottom: 40px;
}
main section#home-people div.slide p.button-default > * {
	color: #ffffff;
	border-color: #ffffff;
	background-color: transparent;
}
main section#home-people div.slide a:hover p.button-default > * {
	border-color: #dc0012;
}
main section#home-people div.slide div.navi {
	display: flex;
	flex-wrap: wrap;
	right: 20px;
	bottom: 20px;
}
main section#home-people div.slide div.navi p.button {
	width: 8px;
	height: 8px;
	cursor: pointer;
	background-color: #ffffff;
	border-radius: 50%;
	transition: 0.25s background-color ease;
}
main section#home-people div.slide div.navi p.button:not(:last-child) {
	margin-right: 10px;
}
main section#home-people div.slide div.navi p.button.active {
	background-color: #dc0012;
}
main section#home-news header div.title {
	justify-content: flex-end;
}
main section#home-news header div.title p.symbol {
	margin-right: -25px;
}
main section#home-news div.list-news {
	margin-bottom: 20px;
}
main section#home-misc div.button-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-right: -40px;
}
main section#home-misc p.button-default {
	width: calc(50% - 40px);
	margin-right: 40px;
}
main section#home-misc p.button-default a {
	width: 100%;
	height: 120px;
	border-radius: 10px;
}
main section#home-misc p.button-default span,
main section#home-misc p.button-default span i {
	display: block;
}
main section#home-misc p.button-default span i.main {
	font-family: "Open Sans", sans-serif;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 2.5rem;
}

/* company
-------------------------------------------------------------------------------- */

main section#message div.headline-body {
	display: flex;
	flex-wrap: wrap;
}
main section#message div.headline-body h2 {
	width: calc(100% - 640px);
}
main section#message div.headline-body div.body {
	width: 640px;
}
main section#message div.headline-body div.body p:where(.description, .name) {
	font-weight: 400;
}
main section#message div.headline-body div.body p.description {
	line-height: 2.25rem;
	margin-bottom: 40px;
}
main section#message div.headline-body div.body p.name {
	margin-bottom: 80px;
}
main section#message div.headline-body div.body p.name span {
	display: block;
}
main section#message div.headline-body div.body p.name span.sub {
	font-size: 0.875rem;
	line-height: 1.5rem;
}
main section#message div.headline-body div.body p.name span.main {
	font-size: 1.25rem;
}
main section#outline div.inner-section {
	padding-left: 260px;
}
main section#outline header {
	position: absolute;
	left: 0px;
	top: 120px;
}
main section#outline div.list div.row {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #b3b3b3;
	padding: 20px 0px;
}
main section#outline div.list div.row:first-child {
	border-top: 1px solid #b3b3b3;
}
main section#outline div.list div.row p.label {
	width: 220px;
}
main section#outline div.list div.row p.body {
	width: calc(100% - 220px);
	font-weight: 400;
}
main section#outline div.list div.row p.body span.headline {
	display: inline-block;
	width: 280px;
}
main section#data {
	margin-bottom: 120px;
	background: url(../images/background-general.jpg) repeat left top;
	background-size: 1000px auto;
}
main section#data header {
	margin-bottom: 40px;
}
main section#data div.list {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -20px -20px 0px;
}
main section#data div.list div.row {
	width: calc(33.33% - 20px);
	margin: 0px 20px 20px 0px;
	padding: 40px;
	background-color: #ffffff;
	border-radius: 10px;
}
main section#data div.list div.row :where(p.label, p.sub, h2) {
	text-align: center;
}
main section#data div.list div.row p.label {
	font-size: 1.25rem;
}
main section#data div.list div.row:not(:has(p.label + p.sub)) p.label {
	margin-bottom: 30px;
}
main section#data div.list div.row p:where(.sub, .description) {
	font-weight: 400;
}
main section#data div.list div.row p.label + p.sub {
	margin-bottom: calc(30px - 1.5rem);
}
main section#data div.list div.row h2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	font-size: 1.625rem;
	line-height: 2.5rem;
	color: #dc0012;
	margin-left: -20px;
	margin-right: -20px;
}
main section#data div.list div.row:not(:has(h2 + p.sub)) h2 {
	margin-bottom: 30px;
}
main section#data div.list div.row h2 + p.sub {
	margin-bottom: calc(30px - 1.5rem);
}
main section#data div.list div.row h2 span {
	display: block;
}
main section#data div.list div.row h2 span.number {
	font-family: "Open Sans", sans-serif;
	font-size: 5rem;
	font-weight: 700;
	line-height: 4.5rem;
}
main section#data div.list div.row h2 span.emphasis {
	font-size: 4.5rem;
	font-weight: 700;
	line-height: 4.5rem;
}

/* training-career-path
-------------------------------------------------------------------------------- */

main section#training-career-path div.example div:where(.list, .diagram) {
	display: flex;
	flex-wrap: wrap;
}
main section#training-career-path div.example div.list {
	margin-bottom: 40px;
}
main section#training-career-path div.example div:where(.list, .diagram) div.row {
	width: 33.33%;
}
main section#training-career-path div.example div.list div.row {
	padding: 0px 30px;
}
main section#training-career-path div.example div.list div.row:not(:last-child) {
	border-right: 1px dashed #b3b3b3;
}
main section#training-career-path div.example div.list div.row :where(p.label, p.number, h4) {
	text-align: center;
}
main section#training-career-path div.example div.list div.row :where(p.label, p.number) {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	color: #dc0012;
}
main section#training-career-path div.example div.list div.row p.label {
	font-size: 1.125rem;
}
main section#training-career-path div.example div.list div.row p.number {
	font-size: 2.5rem;
	margin-bottom: 10px;
}
main section#training-career-path div.example div.list div.row h4 {
	font-size: 1.375rem;
	line-height: 2.25rem;
	margin-bottom: 20px;
}
main section#training-career-path div.example div.list div.row p.description {
	font-weight: 400;
}
main section#training-career-path div.example div.diagram {
	align-items: flex-end;
}
main section#training-career-path div.example div.diagram div.row p.illust {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-bottom: -25px;
}
main section#training-career-path div.example div.diagram div.row p.illust img {
	width: 255px;
}
main section#training-career-path div.example div.diagram div.row p.year {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.25rem;
	line-height: 1.5rem;
	color: #ffffff;
}
main section#training-career-path div.example div.diagram div.row:nth-child(1) p.year {
	height: 100px;
	background-color: #f6bfc4;
}
main section#training-career-path div.example div.diagram div.row:nth-child(2) p.year {
	height: 160px;
	background-color: #ed7f88;
}
main section#training-career-path div.example div.diagram div.row:nth-child(3) p.year {
	height: 220px;
	background-color: #dc0012;
}

/* social-contribution
-------------------------------------------------------------------------------- */

main section#social-contribution div.list div.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 30px;
	background-color: #f5f5f5;
	border-radius: 10px;
}
main section#social-contribution div.list div.row:not(:last-child) {
	margin-bottom: 40px;
}
main section#social-contribution div.list div.row p.image {
	width: 410px;
}
main section#social-contribution div.list div.row div.text {
	width: calc(100% - 450px);
}
main section#social-contribution div.list div.row div.text h3 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
main section#social-contribution div.list div.row div.text h3 span {
	display: block;
}
main section#social-contribution div.list div.row div.text h3 span.number {
	width: 60px;
	font-family: "Open Sans", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	color: #dc0012;
}
main section#social-contribution div.list div.row div.text h3 span.main {
	width: calc(100% - 60px);
	font-size: 1.375rem;
}
main section#social-contribution div.list div.row div.text p.description {
	font-weight: 400;
}

/* construction-industry
-------------------------------------------------------------------------------- */

main section#construction-industry div.diagram-wrapper {
	position: relative;
	width: 800px;
	margin: 0px auto
}
main section#construction-industry p.diagram {
	margin-bottom: 20px;
}
main section#construction-industry p.diagram img {
	width: 100%;
}
main section#construction-industry p.illust,
main section#construction-industry p.illust span,
main section#construction-industry p.illust span::before,
main section#construction-industry p.illust span::after {
	position: absolute;
}
main section#construction-industry p.illust {
	right: -120px;
	bottom: 0px;
}
main section#construction-industry p.illust img {
	width: 70px;
}
main section#construction-industry p.illust span {
	width: 160px;
	left: calc(50% - 80px);
	top: -70px;
	text-align: center;
	font-size: 1.375rem;
	line-height: 1.875rem;
}
main section#construction-industry p.illust span::before,
main section#construction-industry p.illust span::after {
	width: 0px;
	height: 50px;
	top: 10px;
	border-right: 1px solid #000000;
	content: "";
}
main section#construction-industry p.illust span::before {
	left: 0px;
	transform: rotate(-22.5deg);
}
main section#construction-industry p.illust span::after {
	right: 0px;
	transform: rotate(22.5deg);
}

/* work
-------------------------------------------------------------------------------- */

main section#work header {
	margin-bottom: 40px;
}
main section#work div.list {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -40px -40px 0px;
}
main section#work div.list div.row {
	width: calc(33.33% - 40px);
	margin: 0px 40px 40px 0px;
}
main section#work div.list div.row p.image {
	margin-bottom: 10px;
}
main section#work div.list div.row h4 {
	font-size: 1.125rem;
}
main section#work div.list div.row p.category {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5rem;
	color: #dc0012;
}
main section#scene header {
	margin-bottom: 40px;
}
main section#scene div.image {
	margin: 0px -10px 110px 0px;
}
main section#scene div.image p.row {
	margin: 0px 10px 10px 0px;
}
main section#scene div.image p.row-width {
	width: calc(3.33% - 10px);
}
main section#scene div.image p:is(.row-01, .row-02) {
	width: calc(33.33% - 10px);
}
main section#scene div.image p.row-01 {
	height: 255px;
}
main section#scene div.image p.row-02 {
	height: 365px;
}
main section#scene div.image p.row-03 {
	width: calc(50% - 10px);
	height: 555px;
}
main section#scene div.image p.row-04 {
	width: calc(66.66% - 10px);
	height: 475px;
}
main section#scene div.image p.row img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/* job
-------------------------------------------------------------------------------- */

main div.list-job {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -20px -20px 0px;
}
main div.list-job div.row {
	width: calc(33.33% - 20px);
	margin: 0px 20px 20px 0px;
}
main div.list-job div.row a {
	display: block;
	padding: 20px;
	background-color: #f5f5f5;
	border-radius: 10px;
	transition: 0.25s color ease, 0.25s background-color ease;
}
main div.list-job div.row a:hover {
	color: #ffffff;
	background-color: #dc0012;
}
main div.list-job div.row p.image {
	aspect-ratio: 1.5;
	margin-bottom: 20px;
}
main div.list-job div.row p.image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
main div.list-job div.row h3 {
	font-size: 1.25rem;
	margin-bottom: 20px;
}
main div.list-job div.row p.more {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
main div.list-job div.row p.more span.text {
	display: block;
	position: relative;
	padding-bottom: 2px;
}
main div.list-job div.row p.more span.text::before {
	position: absolute;
	width: 100%;
	height: 0px;
	left: 0px;
	bottom: 3px;
	border-bottom: 1px solid #ffffff;
	content: "";
	transition: 0.25s transform ease;
	transform-origin: left top;
	transform: scaleX(0);
}
main div.list-job div.row a:hover p.more span.text::before {
	transform: scaleX(1);
}
main div.list-job div.row p.more span.arrow {
	font-weight: 400;
	color: #ffffff;
	background-color: #dc0012;
}
main div.list-job div.row a p.more span.arrow::before {
	background-color: #000000;
}
main div.related div.list-job div.row {
	width: calc(50% - 20px);
}
main div.related div.list-job div.row p.image {
	aspect-ratio: 400 / 210;
}
main div.related div.list-job div.row h3 {
	display: none;
}
main section#job header {
	margin-bottom: 80px;
}
main section#job header p.description {
	font-weight: 400;
	line-height: 2.25rem;
}
main section#job-detail header {
	margin-bottom: 80px;
}
main section#job-detail header h1 {
	display: flex;
	flex-wrap: wrap;
	font-size: 3rem;
	line-height: 3rem;
	color: #ffffff;
	margin-bottom: 40px;
}
main section#job-detail header h1 span,
main section#job-detail header h1 span i {
	display: block;
	position: relative;
}
main section#job-detail header h1 span {
	padding: 9px 10px 11px 10px;
}
main section#job-detail header h1 span::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #dc0012;
	content: "";
	transition: 0.75s transform 0.25s ease;
	transform-origin: left top;
	transform: scaleX(0);
}
main section#job-detail header h1.active span::before {
	transform: scaleX(1);
}
main section#job-detail div:where(.summary, .day, .week) {
	margin-bottom: 120px;
}
main section#job-detail div.summary p.description {
	font-weight: 400;
	line-height: 2.25rem;
}
main section#job-detail div.day div.list-image {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
main section#job-detail div.day div.list {
	width: calc(100% - 420px);
}
main section#job-detail div.day div.list div.row {
	position: relative;
	padding-left: 40px;
}
main section#job-detail div.day div.list div.row:not(:last-child) {
	padding-bottom: 60px;
}
main section#job-detail div.day div.list div.row:not(:last-child)::before {
	position: absolute;
	width: 0px;
	height: calc(100% - 46px);
	left: 0px;
	bottom: 5px;
	border-right: 1px solid #b3b3b3;
	content: "";
}
main section#job-detail div.day div.list div.row span.symbol {
	position: absolute;
	height: 2.25rem;
	left: -7.5px;
	top: 0px;
	font-size: 2.25rem;
	color: #dc0012;
}
main section#job-detail div.day div.list div.row h4 {
	display: flex;
	flex-wrap: wrap;
	line-height: 2.25rem;
}
main section#job-detail div.day div.list div.row:has(p.description) h4 {
	margin-bottom: 10px;
}
main section#job-detail div.day div.list div.row h4 span {
	display: block;
}
main section#job-detail div.day div.list div.row h4 span.time {
	width: 70px;
	font-family: "Open Sans", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	color: #dc0012;
	transform: translateY(2px);
}
main section#job-detail div.day div.list div.row h4 span.main {
	width: calc(100% - 70px);
	font-size: 1.375rem;
}
main section#job-detail div.day div.list div.row p.description {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5rem;
}
main section#job-detail div.day div.list div.row p.image {
	display: none;
}
main section#job-detail div.day div.image {
	width: 380px;
}
main section#job-detail div.day div.image p.row:not(:last-child) {
	margin-bottom: 20px;
}
main section#job-detail div.day div.image p.row img {
	width: 100%;
}
main section#job-detail div.week div.diagram {
	display: flex;
	flex-wrap: wrap;
}
main section#job-detail div.week div.diagram div.header {
	border-bottom: 1px solid #b3b3b3;
	margin-bottom: 10px;
}
main section#job-detail div.week div.diagram div.header ul,
main section#job-detail div.week div.diagram div.body div.list {
	display: flex;
	flex-wrap: wrap;
}
main section#job-detail div.week div.diagram div.header ul li,
main section#job-detail div.week div.diagram div.body div.list div.row-label p:where(.am, .pm, .after) {
	text-align: center;
	font-size: 0.875rem;
	color: #b3b3b3;
}
main section#job-detail div.week div.diagram div.header ul li.blank,
main section#job-detail div.week div.diagram div.body div.list div.row-label {
	width: 120px;
}
main section#job-detail div.week div.diagram div.header ul li:not(.blank),
main section#job-detail div.week div.diagram div.body div.list div.row:not(.row-label) {
	width: 200px;
}
main section#job-detail div.week div.diagram div.body {
	position: relative;
}
main section#job-detail div.week div.diagram div.body::before,
main section#job-detail div.week div.diagram div.body::after {
	position: absolute;
	width: 100%;
	height: 0px;
	left: 0px;
	border-bottom: 1px dashed #b3b3b3;
	content: "";
}
main section#job-detail div.week div.diagram div.body::before {
	top: 170px;
}
main section#job-detail div.week div.diagram div.body::after {
	top: 340px;
}
main section#job-detail div.week div.diagram div.body div.list div.row {
	position: relative;
	height: 430px;
	padding:  0px 10px;
}
main section#job-detail div.week div.diagram div.body div.list div.row:nth-child(2n) {
	background-color: rgba(0, 0, 0, 0.0392);
}
main section#job-detail div.week div.diagram div.body div.list div.row:not(.row-label) {
	padding-top: 10px;
}
main section#job-detail div.week div.diagram div.body div.list div.row p:where(.time, .am, .pm, .after) {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.5rem;
	padding-bottom: 2px;
}
main section#job-detail div.week div.diagram div.body div.list div.row p.time {
	border-radius: 5px;
}
main section#job-detail div.week div.diagram div.body div.list div.row p.time:not(:last-child) {
	margin-bottom: 10px;
}
main section#job-detail div.week div.diagram div.body div.list div.row p.time:not(:last-child).margin-bottom {
	margin-bottom: 20px;
}
main section#job-detail div.week div.diagram div.body div.list div.row p:where(.color-01, .color-02) {
	background-color: #ffffff;
}
main section#job-detail div.week div.diagram div.body div.list div.row p.color-01 {
	color: #dc0012;
	border: 1px solid #dc0012;
}
main section#job-detail div.week div.diagram div.body div.list div.row p.color-02 {
	color: #837c6c;
	border: 1px solid #837c6c;
}
main section#job-detail div.week div.diagram div.body div.list div.row p:where(.color-03, .color-04, .color-05, .color-06) {
	color: #ffffff;
}
main section#job-detail div.week div.diagram div.body div.list div.row p.color-03 {
	background-color: #dc0012;
}
main section#job-detail div.week div.diagram div.body div.list div.row p.color-04 {
	background-color: #837c6c;
}
main section#job-detail div.week div.diagram div.body div.list div.row p.color-05 {
	background-color: #000000;
}
main section#job-detail div.week div.diagram div.body div.list div.row p.color-06 {
	background-color: #a7cde5;
}
main section#job-detail div.week div.diagram div.body div.list div.row p.size-01 {
	height: 30px;
}
main section#job-detail div.week div.diagram div.body div.list div.row p.size-02 {
	height: 70px;
}
main section#job-detail div.week div.diagram div.body div.list div.row p.size-03 {
	height: 110px;
}
main section#job-detail div.week div.diagram div.body div.list div.row p.size-04 {
	height: 150px;
}
main section#job-detail div.week div.diagram div.body div.list div.row p.size-05 {
	height: 190px;
}
main section#job-detail div.week div.diagram div.body div.list div.row p.size-05.over {
	height: 200px;
}
main section#job-detail div.week div.diagram div.body div.list div.row p.size-06 {
	height: 230px;
}
main section#job-detail div.week div.diagram div.body div.list div.row p.size-06.over {
	height: 240px;
}
main section#job-detail div.week div.diagram div.body div.list div.row-label p:where(.am, .pm) {
	height: 170px;
}
main section#job-detail div.week div.diagram div.body div.list div.row-label p.after {
	height: 90px;
}

/* cross-talk
-------------------------------------------------------------------------------- */

main div.list-cross-talk div.row:not(:last-child) {
	margin-bottom: 40px;
}
main div.list-cross-talk div.row a {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
main div.list-cross-talk div.row :where(p.image, div.text),
main section#cross-talk-detail header :where(p.image, div.text) {
	opacity: 0;
	transition: 1.25s opacity ease;
}
main div.list-cross-talk div.row.active :where(p.image, div.text),
main section#cross-talk-detail header.active :where(p.image, div.text) {
	opacity: 1;
}
main div.list-cross-talk div.row p.image img,
main section#cross-talk-detail header p.image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: 0.25s opacity ease;
}
main div.list-cross-talk div.row a:hover p.image img {
	opacity: 0.875;
}
main div.list-cross-talk div.row div.text,
main div.list-cross-talk div.row div.text :where(p.number, h2, h3),
main section#cross-talk-detail header div.text,
main section#cross-talk-detail header div.text :where(p.number, h1, h2) {
	position: absolute;
}
main div.list-cross-talk div.row div.text,
main section#cross-talk-detail header div.text {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
	transition-delay: 0.25s;
}
main div.list-cross-talk div.row div.text :where(p.number, h2, h3) {
	left: 40px;
}
main div.list-cross-talk div.row div.text p.number,
main section#cross-talk-detail header div.text p.number {
	top: 40px;
	font-family: "Open Sans", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 2rem;
	color: #ffffff;
}
main div.list-cross-talk div.row div.text h2,
main section#cross-talk-detail header div.text h1 {
	top: 90px;
	writing-mode: vertical-rl;
	white-space: pre;
	font-size: 3rem;
	line-height: 3rem;
	color: #dc0012;
}
main div.list-cross-talk div.row div.text h3,
main section#cross-talk-detail header div.text h2 {
	font-size: 1.875rem;
	line-height: 1.875rem;
	bottom: 40px;
	transition: 0.25s color ease;
}
main div.list-cross-talk div.row a:hover div.text h3 {
	color: #ffffff;
}
main div.list-cross-talk div.row div.text h3 span,
main section#cross-talk-detail header div.text h2 span {
	display: flex;
	flex-wrap: wrap;
}
main div.list-cross-talk div.row div.text h3 span:not(:last-child),
main section#cross-talk-detail header div.text h2 span:not(:last-child) {
	margin-bottom: 10px;
}
main div.list-cross-talk div.row div.text h3 span i,
main div.list-cross-talk div.row div.text h3 span i em,
main section#cross-talk-detail header div.text h2 span i,
main section#cross-talk-detail header div.text h2 span i em {
	position: relative;
}
main div.list-cross-talk div.row div.text h3 span i,
main section#cross-talk-detail header div.text h2 span i {
	display: block;
	padding: 9px 10px 11px 10px;
}
main div.list-cross-talk div.row div.text h3 span i::before,
main section#cross-talk-detail header div.text h2 span i::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #ffffff;
	content: "";
	transition: 0.25s background-color ease, 0.75s transform 0.25s ease;
	transform-origin: left top;
	transform: scaleX(0);
}
main div.list-cross-talk div.row.active div.text h3 span i::before,
main section#cross-talk-detail header.active div.text h2 span i::before {
	transform: scaleX(1);
}
main div.list-cross-talk div.row a:hover div.text h3 span i::before {
	background-color: #dc0012;
}
main div.related div.list-cross-talk {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
}
main div.related div.list-cross-talk div.row {
	width: calc(50% - 20px);
	margin-right: 20px;
}
main div.related div.list-cross-talk div.row p.image {
	aspect-ratio: 1.75;
}
main div.related div.list-cross-talk div.row div.text {
	transition-delay: 0s;
}
main div.related div.list-cross-talk div.row div.text :where(p.number, h2, h3) {
	left: 20px;
}
main div.related div.list-cross-talk div.row div.text p.number {
	top: 20px;
	font-size: 1.625rem;
	line-height: 1.375rem;
}
main div.related div.list-cross-talk div.row div.text h2 {
	top: 60px;
	font-size: 1.875rem;
	line-height: 1.875rem;
}
main div.related div.list-cross-talk div.row div.text h3 {
	bottom: 20px;
	font-size: 1.125rem;
	line-height: 1.125rem;
	color: #000000;
}
main div.related div.list-cross-talk div.row a:hover div.text h3 {
	color: #ffffff;
}
main div.related div.list-cross-talk div.row div.text h3 span:not(:last-child) {
	margin-bottom: 5px;
}
main div.related div.list-cross-talk div.row div.text h3 span i {
	padding: 4px 5px 6px 5px;
}
main div.related div.list-cross-talk div.row div.text h3 span i::before {
	transform: scale(1);
}
main section#cross-talk-detail header {
	position: relative;
	margin-bottom: 40px;
}
main section#cross-talk-detail header p.image {
	height: 640px;
	margin: 0px calc(50% - 50vw);
}
main section#cross-talk-detail header div.text p.number,
main section#cross-talk-detail header div.text h2,
main section#cross-talk-detail header div.text h2 {
	left: 0px;
}
main section#cross-talk-detail header div.text h2 {
	font-size: 2.75rem;
	line-height: 2.75rem;
}
main section#cross-talk-detail div.member {
	margin-bottom: 120px;
}
main section#cross-talk-detail div.member p.label {
	font-family: "Open Sans", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	color: #837c6c;
	margin-bottom: 20px;
}
main section#cross-talk-detail div.member div.list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -40px;
}
main section#cross-talk-detail div.member div.list div.row {
	width: calc(25% - 40px);
	font-size: 0.875rem;
	line-height: 1.5rem;
	margin-right: 40px;
}
main section#cross-talk-detail div.member div.list div.row div.image-text {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
main section#cross-talk-detail div.member div.list div.row div.image-text p.image {
	aspect-ratio: 1;
	width: 80px;
	border-radius: 50%;
}
main section#cross-talk-detail div.member div.list div.row div.image-text p.image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
main section#cross-talk-detail div.member div.list div.row div.image-text div.text {
	width: calc(100% - 90px);
	font-size: 0.875rem;
	line-height: 1.5rem;
}
main section#cross-talk-detail div.member div.list div.row div.image-text div.text p.name {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	border-bottom: 1px solid #b3b3b3;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
main section#cross-talk-detail div.member div.list div.row div.image-text div.text p.name span {
	display: block;
}
main section#cross-talk-detail div.member div.list div.row div.image-text div.text p.name span.main {
	font-size: 1.25rem;
	line-height: 1.875rem;
}
main section#cross-talk-detail div.member div.list div.row div.image-text div.text p.name span.sub {
	margin-left: 5px;
}
main section#cross-talk-detail div.member div.list div.row p:where(.post, .note) {
	line-height: 1.25rem;
}
main section#cross-talk-detail div.member div.list div.row p.post {
	font-weight: 400;
	padding-left: 80px;
}
main section#cross-talk-detail div.member div.list div.row p.post span {
	display: block;
}
main section#cross-talk-detail div.member div.list div.row p.note {
	font-size: 0.75rem;
	padding-left: calc(80px + 1em);
}
main section#cross-talk-detail div.block:not(:last-child) {
	margin-bottom: 120px;
}
main section#cross-talk-detail div.block div.header {
	margin-bottom: 80px;
}
main section#cross-talk-detail div.block div.header p.label {
	position: relative;
	font-size: 1.25rem;
	color: #837c6c;
	margin-bottom: 10px;
	padding-left: 20px;
}
main section#cross-talk-detail div.block div.header p.label span.symbol {
	position: absolute;
	left: -7.5px;
	top: 2.5px;
	font-size: 1.625rem;
	color: #dc0012;
}
main section#cross-talk-detail div.block div.header h2 {
	font-size: 2.25rem;
	line-height: 3.25rem;
	color: #dc0012;
}
main section#cross-talk-detail div.block div.segment {
	padding-left: 120px;
}
main section#cross-talk-detail div.block div.segment:not(:last-child) {
	margin-bottom: 80px;
}
main section#cross-talk-detail div.block div.segment h3,
main section#cross-talk-detail div.block div.segment div.body p.description:not(:last-child) {
	margin-bottom: 20px;
}
main section#cross-talk-detail div.block div.segment h3 {
	position: relative;
	font-size: 1.25rem;
}
main section#cross-talk-detail div.block div.segment h3::before {
	position: absolute;
	width: 110px;
	left: -120px;
	top: 15px;
	border-bottom: 1px solid #000000;
	content: "";
}
main section#cross-talk-detail div.block div.segment div.body:not(:last-child) {
	margin-bottom: 40px;
}
main section#cross-talk-detail div.block div.segment div.body p.description {
	font-weight: 400;
}
main section#cross-talk-detail div.block div.segment div.body p.description span.name {
	display: inline-block;
	font-weight: 600;
	margin-right: 0.5em;
}
main section#cross-talk-detail div.block div.segment div.body p.description span.name::after {
	font-weight: 400;
	margin-left: 5px;
	content: "：";
}
main section#cross-talk-detail div.block + p.note {
	text-align: right;
	margin-bottom: 120px;
}

/* news
-------------------------------------------------------------------------------- */

main div.created-category,
main div.created-category div.category ul,
main div.created-category div.category ul li {
	display: flex;
	flex-wrap: wrap;
}
main div.created-category {
	margin-bottom: 10px;
}
main div.created-category p.created {
	width: 100px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 20px;
}
main div.created-category div.category {
	width: calc(100% - 100px);
}
main div.created-category div.category ul {
	margin-bottom: -10px;
}
main div.created-category div.category ul li {
	justify-content: center;
	align-items: center;
	height: 20px;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1rem;
	color: #dc0012;
	border: 1px solid #dc0012;
	margin-bottom: 10px;
	padding: 0px 10px 2px 10px;
	border-radius: 10px;
}
main div.created-category div.category ul li:not(:last-child) {
	margin-right: 10px;
}
main div.list-news {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -20px -20px 0px;
}
main div.list-news div.row {
	width: calc(50% - 20px);
	margin: 0px 20px 20px 0px;
}
main div.list-news div.row a {
	display: block;
	position: relative;
	padding: 25px 20px 20px 20px;
	background-color: #ffffff;
	border-radius: 10px;
}
main div.list-news div.row h3 {
	font-size: 1rem;
	padding-right: 45px;
	transition: 0.25s color ease;
}
main div.list-news div.row a:hover h3 {
	color: #dc0012;
}
main div.list-news div.row span.arrow-alternate {
	position: absolute;
	right: 20px;
	bottom: 22.5px;
	background-color: #eaeaea;
}
main div.list-news div.row a:hover span.arrow-alternate {
	color: #ffffff;
}
main div.list-news div.row span.arrow-alternate::before {
	background-color: #dc0012;
}
main article.news {
	margin-bottom: 40px;
	padding: 80px;
	background-color: #ffffff;
	border-radius: 10px;
}
main article.news header {
	margin-bottom: 40px;
}
main article.news header h1 {
	font-size: 1.625rem;
	line-height: 2.5rem;
}

/* guideline
-------------------------------------------------------------------------------- */

main div.list-guideline {
	margin-bottom: 80px;
}
main div.list-guideline div.button-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -10px;
}
main div.list-guideline p.button-default {
	margin-bottom: 10px;
}
main div.list-guideline p.button-default:not(:last-child) {
	margin-right: 10px;
}
main div.list-guideline p.button-default a {
	width: auto;
	padding: 0px 20px;
}
main div.list-guideline p.button-default.active a {
	color: #ffffff;
	border-color: #dc0012;
	background-color: #dc0012;
}
main article.guideline h1 {
	font-size: 2.25rem;
	line-height: 3.25rem;
	margin-bottom: 40px;
}
main article.guideline h1 span {
	font-size: 1.625rem;
	margin-left: 20px;
}
main article.guideline h2 {
	font-size: 1.25rem;
	color: #dc0012;
	margin-bottom: 20px;
}
main article.guideline div:where(.list-data, .list-application) {
	margin-bottom: 120px;
}
main article.guideline div:where(.list-data, .list-application) div.row {
	display: flex;
	flex-wrap: wrap;
}
main article.guideline div.list-data div.row {
	border-bottom: 1px solid #b3b3b3;
	padding: 20px 0px;
}
main article.guideline div.list-data div.row:first-child {
	border-top: 1px solid #b3b3b3;
}
main article.guideline div.list-data div.row p.label {
	width: 220px;
}
main article.guideline div:where(.list-data, .list-application) div.row p.body {
	font-weight: 400;
}
main article.guideline div.list-data div.row p.body {
	width: calc(100% - 220px);
}
main article.guideline div.list-application div.row {
	padding: 20px;
}
main article.guideline div.list-application div.row:nth-child(2n+1) {
	background-color: #eaeaea;
}
main article.guideline div.list-application div.row:nth-child(2n) {
	background-color: #f5f5f5;
}
main article.guideline div.list-application div.row p.label {
	width: 200px;
}
main article.guideline div.list-application div.row p.body {
	width: calc(100% - 200px);
}
main article.guideline div.button-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-right: -40px;
}
main article.guideline p.button-default {
	width: calc(50% - 40px);
	font-size: 1.625rem;
	margin-right: 40px;
}
main article.guideline p.button-default a {
	width: 100%;
	height: 100px;
	color: #dc0012;
	border-color: #dc0012;
	border-radius: 10px;
}
main article.guideline p.button-default a:hover {
	color: #ffffff;
}

/* faq
-------------------------------------------------------------------------------- */

main div.list-faq {
	padding: 80px;
	background-color: #ffffff;
	border-radius: 10px;
}
main div.list-faq div.row:not(:last-child) {
	border-bottom: 1px dashed #b3b3b3;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
main div.list-faq div.row :where(h2, div.body) {
	padding-left: 40px;
}
main div.list-faq div.row h2 {
	position: relative;
	text-align: left;
	font-size: 1.25rem;
	cursor: pointer;
	padding-right: 30px;
}
main div.list-faq div.row h2::before {
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: "Open Sans", sans-serif;
	font-size: 1.625rem;
	font-weight: 700;
	content: "Q.";
}
main div.list-faq div.row h2 i {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 0px;
	top: calc(50% - 10px);
}
main div.list-faq div.row h2 i::before,
main div.list-faq div.row h2 i::after {
	position: absolute;
	width: 100%;
	height: 0px;
	left: 0px;
	top: calc(50% - 1px);
	border-bottom: 2px solid #000000;
	content: "";
	transition: 0.25s opacity ease, 0.25s transform ease;
}
main div.list-faq div.row h2 i::after {
	transform: rotate(90deg);
}
main div.list-faq div.row.open h2 i::before {
	opacity: 0;
	transform: rotate(90deg);
}
main div.list-faq div.row.open h2 i::after {
	transform: rotate(180deg);
}
main div.list-faq div.row div.body {
	height: 0px;
	overflow: hidden;
}
main div.list-faq div.row div.body p {
	font-weight: 400;
	color: #dc0012;
}
main div.list-faq div.row div.body > *:first-child {
	padding-top: 20px;
}

/* form
-------------------------------------------------------------------------------- */

main section.form div.header {
	font-weight: 400;
	margin-bottom: 80px;
}
main section.form div.mw_wp_form_preview div.header {
	display: none;
}
main section.form div.header p.description {
	line-height: 2.25rem;
	margin-bottom: 20px;
}
main section.form div.header p.require,
main section.form div.form div.component p.label {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
main section.form div.header p.require span,
main section.form div.form div.component p.label span.require {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 10px;
	background-color: #dc0012;
	border-radius: 50%;
	transform: translateY(2px);
}
main section.form div.form div.component-wrapper {
	margin-bottom: 80px;
}
main section.form div.form div.component {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
}
main section.form div.form div.component:not(:last-child) {
	margin-bottom: 40px;
}
main section.form div.mw_wp_form_preview div.form div.component {
	border-bottom: 1px solid #b3b3b3;
	margin-bottom: 0px;
	padding: 40px 0px;
}
main section.form div.mw_wp_form_preview div.form div.component:first-child {
	border-top: 1px solid #b3b3b3;
}
main section.form div.form div.component p.label {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	width: 280px;
	height: 50px;
}
main section.form div.form div.component-radio-checkbox p.label {
	height: auto;
}
main section.form div.form div.component p.label:not(:has(.require)) {
	padding-left: 18px;
}
main section.form div.mw_wp_form_preview div.form div.component p.label:not(:has(.require)) {
	padding-left: 0px;
}
main section.form div.mw_wp_form_preview div.form div.component p.label {
	display: block;
	height: auto;
}
main section.form div.mw_wp_form_preview div.form div.component p.label span.require {
	display: none;
}
main section.form div.form div.component div.body {
	width: calc(100% - 280px);
	font-weight: 400;
}
main section.form div.form div.component-radio-checkbox div.body {
	margin-bottom: -10px;
}
main section.form div.form div.component-horizontal div.body {
	display: flex;
	flex-wrap: wrap;
}
main section.form div.form div.component div.body :where(input:where([type=text], [type=email]), select, textarea) {
	width: 100%;
}
main section.form div.form div.component div.body span:where(.mwform-radio-field, .mwform-checkbox-field),
main section.form div.form div.component div.body span:where(.mwform-radio-field, .mwform-checkbox-field) > label {
	display: block;
}
main section.form div.form div.component-radio-checkbox div.body span:where(.mwform-radio-field, .mwform-checkbox-field) {
	margin: 0px 0px 10px 0px;
}
main section.form div.form div.component-horizontal div.body span:where(.mwform-radio-field, .mwform-checkbox-field):not(:last-of-type) {
	margin-right: 30px;
}
main section.form div.form div.component-postal-code div.body input[name=postal_code_01] {
	width: 100px;
}
main section.form div.form div.component-postal-code div.body input[name=postal_code_02] {
	width: 140px;
}
main section.form div.form div.component-postal-code div.body p.separate {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 50px;
}
main section.form div.mw_wp_form_preview div.form div.component-postal-code div.body p.separate {
	display: block;
	width: auto;
	height: auto;
}
main section.form div.form div.component div.body span.error,
main section.form div.form div.agreement span.error {
	font-size: 0.875rem;
	line-height: 25px;
	color: #dc0012;
}
main section.form div.form div.component div.body span.error {
	width: 100%;
	padding-top: 5px;
}
main section.form div.form div.agreement {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	font-weight: 400;
	margin-bottom: 80px;
}
main section.form div.mw_wp_form_preview div.form div.agreement {
	display: none;
}
main section.form div.form div.agreement span.mwform-checkbox-field,
main section.form div.form div.agreement span.mwform-checkbox-field > label {
	display: block;
}
main section.form div.form div.agreement span.mwform-checkbox-field {
	margin-right: 5px;
}
main section.form div.form div.agreement span.mwform-checkbox-field-text {
	display: none;
}
main section.form div.form div.agreement span.error {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: -25px;
	text-align: center;
}
main section.form div.form div.action {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
main section.form div.form div.action :where(input:where([type=button], [type=submit]), button):not(:last-child) {
	margin-right: 20px;
}
main section.form div.mw_wp_form_complete p.description {
	text-align: center;
}



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

footer#footer {
	position: relative;
	background-color: #eaeaea;
	padding-bottom: 20px;
}
footer#footer p#button-page-top {
	position: fixed;
	right: 10px;
	bottom: 20px;
	z-index: 10;
	font-family: "Open Sans", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.25rem;
	pointer-events: none;
	opacity: 0;
	transition: 0.25s opacity ease;
}
div.scroll footer#footer p#button-page-top {
	pointer-events: auto;
	opacity: 1;
}
footer#footer p#button-page-top a {
	display: block;
	position: relative;
	padding-bottom: 50px;
}
footer#footer p#button-page-top a::before {
	position: absolute;
	width: 0px;
	height: 45px;
	left: calc(50% - 0.5px);
	bottom: 0px;
	border-right: 1px solid #000000;
	content: "";
	transition: 0.25s border-color ease;
}
footer#footer p#button-page-top a:hover::before {
	border-color: #dc0012;
}
footer#footer p#button-page-top span {
	display: block;
	writing-mode: vertical-rl;
	white-space: pre;
}
footer#footer div.application {
	margin-bottom: 40px;
}
footer#footer div.application div.list {
	display: flex;
	flex-wrap: wrap;
}
footer#footer div.application div.list div.row {
	width: 33.33%;
}
footer#footer div.application div.list div.row a {
	height: 220px;
}
footer#footer div.navi-information {
	position: relative;
	padding: 0px 40px;
}
footer#footer nav#navi-footer div.list {
	position: relative;
	margin-bottom: 40px;
}
footer#footer nav#navi-footer div.list div.row:last-child {
	position: absolute;
	width: 200px;
	right: 0px;
	top: 0px;
}
footer#footer nav#navi-footer div.list div.row div.segment-sns-alternate {
	display: none;
}
footer#footer nav#navi-footer > p.privacy-policy {
	display: none;
}
footer#footer nav#navi-footer p.button-corporate {
	position: absolute;
	right: 40px;
	top: 100px;
}
footer#footer nav#navi-footer p.button-corporate a {
	width: 200px;
}
footer#footer nav#navi-footer p.logo {
	display: none;
}
footer#footer div.information {
	margin-top: -40px;
}
footer#footer p.copyright {
	position: relative;
	width: 240px;
	font-family: "Open Sans", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.25rem;
	margin-top: -20px;
	padding-left: 40px;
}
