/* --------------------------------------------------------------------------------
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: 400;
	font-feature-settings: "palt";
	line-height: 1.875rem;
	color: #000000;
	letter-spacing: 0.05em;
	background-color: #efeeec;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
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: #999897;
}
h1 {
	font-size: 1.5rem;
}
h2 {
	font-size: 1.375rem;
}
h3 {
	font-size: 1.125rem;
}
h4,
h5,
h6 {
	font-size: 1rem;
}
p.note {
	font-size: 0.875rem;
	line-height: 1.5rem;
}
p:empty:before {
	content: none;
}
span.required {
	color: #ef8200;
}
*.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;
	border-radius: 5px;
	appearance: none;
}
input:where([type=text], [type=email], [type=number], [type=password], [type=search]),
textarea,
select {
	vertical-align: top;
	color: #000000;
	border: 1px solid #cccbc9;
	background-color: #e6e5e3;
}
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;
	align-items: center;
	position: relative;
	width: 320px;
	height: 60px;
	text-align: center;
	border: none;
	cursor: pointer;
	padding: 0px 20px;
	background-color: #ffffff;
}
input:where([type=button], [type=submit]):hover,
button:hover {
	background-color: #e6e5e3;
}
button span.arrow {
	position: absolute;
	right: 20px;
	top: calc(50% - 10px);
}
button:hover span:where(.arrow, .download)::before {
	transform: scaleX(1);
}
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 {
	border: 1px solid #cccbc9;
	background-color: #e6e5e3;
}
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: #004da1;
}
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 #004da1;
	border-bottom: 2px solid #004da1;
}
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: #cccbc9;
}
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-arrow::before {
	content: "\e900";
}
i.icon-download::before {
	content: "\e901";
}
i.icon-play::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 #cccbc9;
	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: #efeeec;
	border-radius: 5px;
}



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

div#page {
	position: relative;
	overflow: hidden;
}
body:not(.home) div#page {
	padding-top: 140px;
}
div:where(#trigger, #trigger-alternate) {
	position: absolute;
}
div#trigger {
	top: 57.5svh;
}
div#trigger-alternate {
	top: 7.5svh;
}
div.sns ul li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
div.sns ul li :where(i.icon, span) {
	display: block;
}
div.sns ul li i.icon {
	font-size: 1.125rem;
	margin-right: 10px;
}
span:where(.arrow, .download) {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 40px;
	height: 20px;
	overflow: hidden;
	font-size: 0.625rem;
	line-height: 1rem;
	color: #ffffff;
	background-color: #004da1;
	border-radius: 10px;
}
span:where(.arrow-white, .download-white) {
	color: #000000;
	background-color: #ffffff;
}
span:where(.arrow, .download)::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	content: "";
	background-color: #000000;
	transition: 0.25s transform ease;
	transform-origin: left top;
	transform: scaleX(0);
}
a:hover span:where(.arrow, .download)::before {
	transform: scaleX(1);
}
span:where(.arrow-white, .download-white)::before {
	background-color: #cccbc9;
}
span:where(.arrow, .download) i.icon {
	position: relative;
}
p.button-default,
p.button-default > * {
	display: flex;
	flex-wrap: wrap;
}
p.button-default {
	line-height: 1.5rem;
}
p.button-default > *,
p.button-default > * > * {
	position: relative;
}
p.button-default > * {
	align-items: center;
	width: 320px;
	height: 60px;
	padding: 0px 30px;
	background-color: #ffffff;
	border-radius: 5px;
	transition: 0.25s background-color ease;
}
p.button-default > *:hover {
	background-color: #e6e5e3;
}
p.button-default > *:has(span:where(.arrow, .download)) {
	padding: 0px 70px 0px 20px;
}
p.button-default span:where(.arrow, .download) {
	position: absolute;
	right: 20px;
	top: calc(50% - 10px);
}
div.button-wrapper-emphasis p.button-default:not(:last-child) {
	margin-bottom: 20px;
}
div.button-wrapper-emphasis p.button-default a {
	width: 100%;
}
div.button-wrapper-emphasis p.button-default span:where(.main, .sub) {
	display: block;
}
div.button-wrapper-emphasis p.button-default span.main {
	width: 110px;
	font-family: "Inter", sans-serif;
	font-size: 1.375rem;
}
div.button-wrapper-emphasis p.button-default span.sub {
	font-size: 0.75rem;
	line-height: 1.25rem;
	color: #999897;
}
p.button-back {
	justify-content: center;
}
p.button-back > * {
	justify-content: flex-end;
}
p.button-back span.arrow {
	left: 20px;
	right: auto;
	transform: scaleX(-1);
}
p.button-back > *:has(span.arrow) {
	padding: 0px 20px 0px 80px;
}
p.button-more {
	width: 100px;
	height: 35px;
	overflow: hidden;
	border-radius: 17.5px;
}
p.button-more a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	height: 100%;
	color: #ffffff;
	padding: 0px 17.5px;
	background-color: #004da1;
}
p.button-more a::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	content: "";
	background-color: #000000;
	transition: 0.25s transform ease;
	transform-origin: left top;
	transform: scaleX(0);
}
p.button-more a:hover::before {
	transform: scaleX(1);
}
p.button-more span {
	position: relative;
}
p.button-more i.icon {
	position: absolute;
	right: 17.5px;
	top: calc(50% - 0.5rem);
}
p:where(.banner, .image) {
	position: relative;
	overflow: hidden;
}
p:where(.banner, .image) img {
	width: 100%;
}
p.banner a::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #e6e5e3;
	content: "";
	opacity: 0;
	transition: 0.25s opacity ease;
	mix-blend-mode: multiply;
}
p.banner a:hover::before {
	opacity: 1;
}
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);
}
p.image-dark::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
	background-color: #000000;
	content: "";
	opacity: 0.125;
}
*.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, nav#navi, p#button-recruit, div.links) {
	position: fixed;
}
div.scroll header#header::before,
div.scroll header#header :where(*#logo, nav#navi, p#button-recruit, div.links) {
	transform: translateY(-110px);
}
div.scroll-up header#header::before,
div.scroll-up header#header :where(*#logo, nav#navi, p#button-recruit, div.links) {
	transform: translateY(0px);
}
header#header::before {
	width: 100%;
	height: 110px;
	left: 0px;
	top: 0px;
	background-color: rgba(255, 255, 255, 0.875);
	content: "";
	opacity: 0;
	transition: 0.25s opacity ease, 0.25s transform ease;
}
div.scroll-alternate header#header::before,
header#header:has(nav#navi:hover)::before {
	opacity: 1;
}
body.admin-bar header#header::before {
	top: 32px;
}
header#header :where(*#logo, nav#navi, p#button-recruit, div.links) {
	transition: 0.25s transform ease;
}
header#header *#logo {
	left: 40px;
	top: 35px;
	z-index: 20;
}
body.admin-bar header#header *#logo {
	top: 67px;
}
header#header *#logo img {
	width: 206px;
}
header#header nav#navi {
	width: 100%;
	top: 45px;
	left: 0px;
}
body.admin-bar header#header nav#navi {
	top: 77px;
}
header#header :where(nav#navi, div.links) ul {
	display: flex;
	flex-wrap: wrap;
}
header#header nav#navi ul {
	justify-content: flex-end;
	padding-right: 190px;
}
header#header nav#navi ul li:not(:last-child) {
	margin-right: 30px;
}
header#header nav#navi ul li.home {
	display: none;
}
header#header nav#navi ul li > a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	height: 55px;
	z-index: 1;
}
body:has(div#title div.image-text-alternate) div#page:not(.scroll-alternate) header#header:not(:has(nav#navi:hover)) nav#navi ul li > a.color,
body:has(div#title div.image-text-alternate) div#page:not(.scroll-alternate) header#header:not(:has(nav#navi:hover)) div.links ul li a.color {
	color: #ffffff;
}
body:has(div#title div.image-text-alternate) div#page:not(.scroll-alternate) header#header:not(:has(nav#navi:hover)) nav#navi ul li > a.color:hover,
body:has(div#title div.image-text-alternate) div#page:not(.scroll-alternate) header#header:not(:has(nav#navi:hover)) div.links ul li a.color:hover {
	color: #cccbc9;
}
header#header nav#navi ul li > a::before {
	position: absolute;
	width: 8px;
	height: 8px;
	left: calc(50% - 4px);
	bottom: -4px;
	background-color: #ef8200;
	content: "";
	border-radius: 50%;
	opacity: 0;
	transition: 0.25s background-color ease, 0.25s opacity ease, 0.25s transform ease;
	transform: scale(0);
}
header#header nav#navi ul li > a:hover::before,
body.company-profile header#header nav#navi ul li.company-profile > a::before,
body.services header#header nav#navi ul li.services > a::before,
body.sustainability header#header nav#navi ul li.sustainability > a::before,
body:where(.startup-support-consultation, .startup-support-consultation-detail, .doctors-voice) header#header nav#navi ul li.startup-support-consultation > a::before,
body.news header#header nav#navi ul li.news > a::before {
	opacity: 1;
	transform: scale(1);
}
body:has(div#title div.image-text-alternate) div#page:not(.scroll) header#header nav#navi ul li > a::before {
	background-color: #ffffff;
}
header#header nav#navi ul li > a span:where(.sub, .arrow) {
	display: none;
}
header#header nav#navi ul li div.nest {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 0px;
	left: 0px;
	overflow: hidden;
	opacity: 0;
	transition: 0.25s height ease, 0.25s opacity ease;
}
header#header nav#navi ul li:hover div.nest {
	height: 210px;
	opacity: 1;
}
header#header nav#navi ul li div.nest::before {
	position: absolute;
	width: 100%;
	height: calc(100% - 10px);
	left: 0px;
	bottom: 0px;
	background-color: rgba(255, 255, 255, 0.875);
	content: "";
}
header#header nav#navi ul li div.nest div.list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	padding-top: 20px;
}
header#header nav#navi ul li div.nest div.list div.row:not(:last-child) {
	margin-right: 20px;
}
header#header nav#navi ul li div.nest div.list div.row p.image {
	width: 200px;
	margin-bottom: 5px;
	border-radius: 5px;
}
header#header nav#navi ul li div.nest div.list div.row p.headline {
	position: relative;
}
header#header nav#navi ul li div.nest div.list div.row p.headline span.arrow {
	position: absolute;
	right: -10px;
	top: calc(50% - 10px);
	color: #004da1;
	background-color: transparent;
	transition: 0.25s transform ease;
}
header#header nav#navi ul li div.nest div.list div.row a:hover p.headline span.arrow {
	transform: translateX(5px);
}
header#header nav#navi ul li div.nest div.list div.row p.headline span.arrow::before {
	display: none;
}
header#header :where(p#button-recruit, div.links) {
	right: 40px;
}
header#header p#button-recruit {
	width: 120px;
	height: 35px;
	top: 55px;
	overflow: hidden;
	line-height: 1.5rem;
	border-radius: 17.5px;
}
body.admin-bar header#header p#button-recruit {
	top: 87px;
}
header#header p#button-recruit a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 100%;
	color: #ffffff;
	background-color: #004da1;
}
header#header p#button-recruit a::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	content: "";
	background-color: #000000;
	transition: 0.25s transform ease;
	transform-origin: left top;
	transform: scaleX(0);
}
header#header p#button-recruit a:hover::before {
	transform: scaleX(1);
}
header#header p#button-recruit span {
	position: relative;
}
header#header div.links {
	top: 20px;
}
body.admin-bar header#header div.links {
	top: 52px;
}
header#header div.links ul li {
	font-size: 0.75rem;
	line-height: 1.25rem;
}
header#header div.links ul li:not(:last-child) {
	position: relative;
	margin-right: 30px;
}
header#header div.links ul li.news {
	display: none;
}
header#header div.links ul li:not(:last-child)::before {
	position: absolute;
	width: 0px;
	height: 15px;
	right: -15px;
	top: 3px;
	border-right: 1px solid #cccbc9;
	content: "";
}
header#header div.links ul li span.arrow {
	display: none;
}
header#header div.button-wrapper {
	display: none;
}



/* --------------------------------------------------------------------------------
breadcrumb
-------------------------------------------------------------------------------- */

div#breadcrumb {
	position: relative;
	z-index: 10;
}
body:has(div#title div.image-text-alternate) div#breadcrumb {
	color: #ffffff;
}
body:not(:has(div#title div.image-text-alternate)) div#breadcrumb {
	margin-bottom: 60px;
}
div#breadcrumb a {
	color: #cccbc9;
	transition: 0.25s color ease;
}
div#breadcrumb a:hover {
	color: #000000;
}
body:has(div#title div.image-text-alternate) div#breadcrumb a {
	color: #cccbc9;
}
body:has(div#title div.image-text-alternate) div#breadcrumb a:hover {
	color: #ffffff;
}
div#breadcrumb p {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	font-size: 0.75rem;
	line-height: 1.25rem;
	padding: 0px 40px;
}
div#breadcrumb p span {
	display: block;
}
div#breadcrumb p span:not(:last-child) {
	position: relative;
	margin-right: 30px;
}
div#breadcrumb p span:not(:last-child)::before {
	position: absolute;
	width: 10px;
	height: 10px;
	right: -20px;
	top: 6px;
	background-color: #cccbc9;
	content: "";
	border-radius: 50%;
}



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

div#cover {
	position: relative;
	height: 100svh;
}
body.admin-bar div#cover {
	height: calc(100svh - 32px);
}
div#cover::before {
	position: absolute;
	width: 100%;
	height: 400px;
	left: 0px;
	bottom: 0px;
	z-index: 5;
	background: linear-gradient(180deg, rgba(188, 208, 213, 0) 0%, rgba(188, 208, 213, 0.75) 50%, rgba(188, 208, 213, 1) 100%);
	content: "";
}
div#cover div.image,
div#cover div.image p.row,
div#cover div.image p.row span,
div#cover div.text {
	position: absolute;
}
div#cover div.image,
div#cover div.image p.row,
div#cover div.image p.row span {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
div#cover div.image {
	overflow: hidden;
}
div#cover div.image p.row span {
	display: block;
	animation-duration: 6.75s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
div#cover div.image p.row span img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
div#cover div.image p.row span.zoom {
	animation-name: cover-image;
}
@keyframes cover-image {
	0% { transform: scale(1); }
	100% { transform: scale(1.06875); }
}
div#cover div.text {
	left: calc(50% - 630px);
	bottom: 80px;
	z-index: 10;
	color: #ffffff;
}
div#cover div.text h1 {
	font-size: 3.25rem;
	line-height: 4.25rem;
	margin-bottom: 20px;
}
div#cover div.text p.sub {
	font-family: "Inter", sans-serif;
	font-size: 1.375rem;
}
div#cover p#button-scroll {
	position: absolute;
	right: 40px;
	bottom: 40px;
	z-index: 10;
	font-size: 0.75rem;
	line-height: 0.75rem;
}
div#cover p#button-scroll a {
	display: block;
	width: 20px;
	color: #ffffff;
}
div#cover p#button-scroll a:hover {
	color: #999897;
}
div#cover p#button-scroll :where(span, i.icon) {
	display: block;
	margin: 0px auto;
}
div#cover p#button-scroll span {
	writing-mode: vertical-rl;
	white-space: pre;
	font-family: "Inter", sans-serif;
	margin-bottom: 5px;
}
div#cover p#button-scroll i.icon {
	width: 0.75rem;
	transform: rotate(90deg);
	animation: scroll 2.5s linear infinite forwards;
}
@keyframes scroll {
	0% { transform: translateY(0px) rotate(90deg); }
	50% { transform: translatey(5px) rotate(90deg); }
	100% { transform: translatey(0px) rotate(90deg); }
}




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

div#title {
	width: calc(100% - 40px);
	max-width: 1260px;
	margin: 0px auto;
}
div#title div.text p.sub {
	position: relative;
	font-family: "Inter", sans-serif;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.5rem;
	margin-bottom: 10px;
	padding-left: 20px;
}
div#title div.text p.sub::before {
	position: absolute;
	width: 12px;
	height: 12px;
	left: 0px;
	top: 6px;
	background-color: #ef8200;
	content: "";
	border-radius: 50%;
}
div#title div.text h1 {
	font-size: 2.75rem;
	line-height: 3.75rem;
}
div#title div.text :where(h1, h2):not(:last-child) {
	margin-bottom: 60px;
}
div#title div.text h2 {
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 3rem;
}
div#title div.text p.description {
	font-size: 1.125rem;
	line-height: 2.25rem;
}
div#title div.image-text {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
}
body:not(.office-list) div#title div.image-text {
	margin-right: calc(50% - 50vw);
}
div#title div.image-text div.text {
	width: 540px;
	padding-top: 100px;
}
div#title div.image-text div.text p.image {
	display: none;
}
body:not(.office-list) div#title div.image-text p.image {
	width: calc(100% - 600px);
	height: 500px;
	border-radius: 5px 0px 0px 5px;
}
body:not(.office-list) div#title div.image-text p.image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
body.office-list div#title div.image-text p.image {
	width: 555px;
}
div#title div.image-text-alternate {
	position: relative;
	height: 100svh;
	margin: -160px calc(50% - 50vw) 0px calc(50% - 50vw);
}
body.admin-bar div#title div.image-text-alternate {
	height: calc(100svh - 32px);
}
div#title div.image-text-alternate :where(div.text, p.image) {
	position: absolute;
}
div#title div.image-text-alternate div.text {
	left: calc(50% - 630px);
	bottom: 80px;
	z-index: 5;
	color: #ffffff;
}
div#title div.image-text-alternate p.image {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
div#title div.image-text-alternate p.image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}



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

main,
main section,
main section div.inner-section {
	position: relative;
}
main:has(nav#navi-sub) {
	padding-bottom: 120px;
}
main section div.inner-section {
	width: calc(100% - 40px);
	max-width: 1260px;
	margin: 0px auto;
	padding: 120px 0px;
}
main nav#navi-sub div.button-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-right: -20px;
}
main nav#navi-sub p.button-default {
	width: 240px;
	margin-right: 20px;
}
main nav#navi-sub p.button-default a {
	width: 100%;
}
main p.label-header {
	font-family: "Inter", sans-serif;
	font-size: 1.875rem;
	font-weight: 300;
	margin-bottom: 40px;
}
main div.list-menu {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -40px -40px 0px;
}
main div.list-menu div.row {
	width: calc(50% - 40px);
	margin: 0px 40px 40px 0px;
}
main div.list-menu div.row a {
	display: block;
	position: relative;
}
main div.list-menu div.row p.image {
	border-radius: 5px;
}
main div.list-menu div.row div.text {
	position: absolute;
	left: 40px;
	bottom: 40px;
	z-index: 10;
	color: #ffffff;
}
main div.list-menu div.row div.text p.sub {
	position: relative;
	font-family: "Inter", sans-serif;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.5rem;
	margin-bottom: 10px;
	padding-left: 20px;
}
main div.list-menu div.row div.text p.sub::before {
	position: absolute;
	width: 12px;
	height: 12px;
	left: 0px;
	top: 6px;
	background-color: #ef8200;
	content: "";
	border-radius: 50%;
}
main div.list-menu div.row div.text h2 {
	font-size: 2.75rem;
	line-height: 3.75rem;
}
main div.list-menu div.row span.arrow {
	position: absolute;
	right: 40px;
	bottom: 40px;
}
main div.list-category,
main div.list-category ul {
	display: flex;
	flex-wrap: wrap;
}
main div.list-category {
	align-items: center;
	margin-bottom: 60px;
}
main div.list-category p.label,
main div.list-category ul li {
	font-family: "Inter", sans-serif;
}
main div.list-category p.label {
	margin-right: 60px;
	font-size: 0.875rem;
	line-height: 1.5rem;
}
main div.list-category ul li:not(:last-child) {
	margin-right: 30px;
}
main div.list-category ul li a {
	color: #999897;
	transition: 0.25s color ease;
}
main div.list-category ul li a:hover,
main div.list-category ul li.active a {
	color: #000000;
}
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,
main article.common div.inner-article {
	position: relative;
}
main article.common::before {
	position: absolute;
	width: 100vw;
	height: 100%;
	left: calc(50% - 50vw);
	top: 0px;
	background-color: #e6e5e3;
	content: "";
}
main article.common div.inner-article {
	width: 960px;
	margin: 0px auto;
	padding: 80px 0px;
}
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: 500;
}
main article.common div.body em {
	font-style: italic;
}
main article.common div.body blockquote {
	padding: 20px;
	background-color: #efeeec;
	border-radius: 5px;
}
main article.common div.body table {
	width: 100%;
}
main article.common div.body table :where(th, td) {
	border: 1px solid #cccbc9;
	padding: 10px;
}
main article.common div.body table th {
	background-color: #efeeec;
}
main article.common div.body img {
	border-radius: 5px;
}
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: #535350;
	border-radius: 5px;
	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: #999897;
}
main div#pager {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-family: "Inter", sans-serif;
	margin: 80px 0px -10px 0px;
}
main div#pager :where(span.current, a) {
	display: block;
	color: #999897;
	margin-bottom: 10px;
	padding: 0px 10px;
	transition: 0.25s color ease;
}
main div#pager :where(span.current, a:hover) {
	color: #000000;
}
main div#pager a.prev {
	transform: scaleX(-1);
}

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

main section#home-purpose div.video,
main section#home-purpose div.video::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
main section#home-purpose div.video video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
main section#home-purpose div.video::before {
	background: linear-gradient(180deg, rgba(188, 208, 213, 1) 0%, rgba(188, 208, 213, 0.75) 50%, rgba(188, 208, 213, 0.75) 100%);
	content: "";
}
main section#home-purpose div.inner-section {
	padding: 200px 0px 200px 400px;
}
main section:where(#home-purpose, #home-news) header {
	position: absolute;
	left: 0px;
}
main section:where(#home-purpose, #home-news) header h2,
main section:where(#home-services, #home-startup-support-consultation) header p.sub {
	font-family: "Inter", sans-serif;
}
main section#home-purpose header {
	top: 200px;
}
main section#home-purpose header h2 {
	font-size: 1.375rem;
}
main section#home-purpose h3 {
	font-size: 2.75rem;
	line-height: 3.75rem;
	margin-bottom: 60px;
}
main section#home-purpose div.description p.row {
	font-size: 1.375rem;
	line-height: 3.5rem;
}
main section#home-news {
	background-color: #e6e5e3;
}
main section#home-news div.inner-section {
	padding-left: 320px;
}
main section#home-news header {
	top: 120px;
}
main section#home-news header h2,
main section:where(#home-services, #home-startup-support-consultation) header p.sub {
	font-weight: 300;
}
main section#home-news header h2 {
	font-size: 1.875rem;
	line-height: 3rem;
}
main section#home-news div.list-news {
	min-height: 140px;
}
main section#home-news div.list-news div.row a:hover {
	background-color: #efeeec;
}
main section#home-news p.button-more {
	position: absolute;
	left: 0px;
	bottom: 120px;
}
main section#home-services div.image-text {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
	margin-right: calc(50% - 50vw);
}
main section#home-services div.image-text div.image {
	position: relative;
	width: calc(100% - 600px);
	height: 800px;
	overflow: hidden;
	border-radius: 5px 0px 0px 5px;
}
main section#home-services div.image-text div.image p.row {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
main section#home-services div.image-text div.image p.row img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
main section#home-services div.image-text div.text {
	width: 540px;
	padding-top: 60px;
}
main section#home-services div.image-text div.text header p.sub,
main section#home-startup-support-consultation header p.sub {
	position: relative;
	font-size: 0.875rem;
	line-height: 1.5rem;
	margin-bottom: 10px;
	padding-left: 20px;
}
main section#home-services div.image-text div.text header p.sub::before,
main section#home-startup-support-consultation header p.sub::before {
	position: absolute;
	width: 12px;
	height: 12px;
	left: 0px;
	top: 6px;
	background-color: #ef8200;
	content: "";
	border-radius: 50%;
}
main section#home-services div.image-text div.text header h2,
main section#home-startup-support-consultation header h2,
main section#home-services div.image-text div.text header p.description,
main section#home-startup-support-consultation header p.description {
	margin-bottom: 60px;
}
main section#home-services div.image-text div.text header h2,
main section#home-startup-support-consultation header h2 {
	font-size: 2.75rem;
	line-height: 3.75rem;
}
main section#home-services div.image-text div.text header p.description,
main section#home-startup-support-consultation header p.description {
	font-size: 1.125rem;
	line-height: 2.25rem;
}
main section#home-services div.image-text div.text p.button-default:not(:last-child) {
	margin-bottom: 20px;
}
main section#home-services div.image-text div.text p.button-default a {
	width: 100%;
	height: 80px;
}
main section#home-services div.image-text div.text p.button-default span.image {
	display: none;
}
main section#home-services div.image-text div.text p.button-default span:where(.main, .sub) {
	display: block;
}
main section#home-services div.image-text div.text p.button-default span.main {
	font-size: 1.375rem;
	margin-right: 20px;
}
main section#home-services div.image-text div.text p.button-default span.sub {
	font-family: "Inter", sans-serif;
	font-size: 0.875rem;
	line-height: 1.5rem;
	color: #999897;
}
main section#home-startup-support-consultation div.inner-section {
	padding-bottom: 0px;
}
main section#home-startup-support-consultation div.slide {
	position: relative;
}
main section#home-startup-support-consultation div.slide div.list div.inner-list {
	display: flex;
	flex-wrap: wrap;
	width: 9999px;
}
main section#home-startup-support-consultation div.slide div.list div.row {
	width: calc(1220px / 3);
	margin-right: 20px;
}
main section#home-startup-support-consultation div.slide div.list div.row a {
	position: relative;
}
main section#home-startup-support-consultation div.slide div.list div.row p.image {
	border-radius: 5px;
}
main section#home-startup-support-consultation div.slide div.list div.row div.text,
main section#home-menu div.list div.row div.text {
	position: absolute;
	z-index: 10;
	color: #ffffff;
}
main section#home-startup-support-consultation div.slide div.list div.row div.text {
	left: 20px;
	bottom: 20px;
}
main section#home-startup-support-consultation div.slide div.list div.row div.text p.sub {
	font-family: "Inter", sans-serif;
	font-size: 0.875rem;
	line-height: 1.5rem;
}
main section#home-startup-support-consultation div.slide div.list div.row div.text h3 {
	font-size: 1.875rem;
	line-height: 3rem;
}
main section#home-startup-support-consultation div.slide div.pager {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 10;
	pointer-events: none;
	cursor: pointer;
}
main section#home-startup-support-consultation div.slide div.pager p.button {
	position: absolute;
	top: calc(50% - 10px);
	pointer-events: auto;
	transition: 0.25s opacity ease;
}
main section#home-startup-support-consultation div.slide div.pager p.button.hidden {
	pointer-events: none;
	opacity: 0;
}
main section#home-startup-support-consultation div.slide div.pager p.button-prev {
	left: -20px;
	transform: scaleX(-1);
}
main section#home-startup-support-consultation div.slide div.pager p.button-next {
	right: -20px;
}
main section#home-startup-support-consultation div.slide div.pager p.button:hover span.arrow {
	background-color: #535350;
}
main section#home-menu div.inner-section {
	padding-top: 60px;
}
main section#home-menu div.list div.row {
	position: relative;
}
main section#home-menu div.list div.row:not(:last-child) {
	margin-bottom: 60px;
}
main section#home-menu div.list div.row p.image {
	border-radius: 5px;
}
main section#home-menu div.list div.row a:hover p.image-zoom img {
	transform: scale(1.01875);
}
main section#home-menu div.list div.row div.text {
	left: 40px;
	bottom: 40px;
}
main section#home-menu div.list div.row div.text p.sub {
	position: relative;
	font-family: "Inter", sans-serif;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.5rem;
	margin-bottom: 10px;
	padding-left: 20px;
}
main section#home-menu div.list div.row div.text p.sub::before {
	position: absolute;
	width: 12px;
	height: 12px;
	left: 0px;
	top: 6px;
	background-color: #ef8200;
	content: "";
	border-radius: 50%;
}
main section#home-menu div.list div.row div.text h2 {
	font-size: 2.75rem;
	line-height: 3.75rem;
}
main section#home-menu div.list div.row div.text h2:not(:last-child) {
	margin-bottom: 40px;
}
main section#home-menu div.list div.row div.text p.description {
	font-size: 1.125rem;
	line-height: 1.625rem;
}
main section#home-menu div.list div.row span.arrow {
	position: absolute;
	right: 40px;
	bottom: 40px;
}

/* leader-message
-------------------------------------------------------------------------------- */

main section#leader-message div.text {
	position: relative;
	margin-bottom: 80px;
	padding-left: 400px;
}
main section#leader-message div.text h2 {
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: "Inter", sans-serif;
	font-size: 1.375rem;
}
main section#leader-message div.text h3 {
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 3.25rem;
	margin-bottom: 40px;
}
main section#leader-message div.text div.description p.row {
	font-size: 1.125rem;
	line-height: 2.75rem;
}
main section#leader-message div.image-name {
	position: relative;
	margin: 0px calc(50% - 50vw);
}
main section#leader-message div.image-name p.image {
	height: 570px;
}
main section#leader-message div.image-name p.image img {
	object-fit: cover;
	object-position: center top;
	width: 100%;
	height: 100%;
}
main section#leader-message div.image-name p.name {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: absolute;
	right: 40px;
	bottom: 40px;
	z-index: 1;
}
main section#leader-message div.image-name p.name i {
	display: block;
}
main section#leader-message div.image-name p.name i.sub {
	margin-right: 20px;
}
main section#leader-message div.image-name p.name i.main {
	font-size: 1.375rem;
}

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

main section#company-data div.block {
	position: relative;
	padding-left: 320px;
}
main section#company-data div.block:not(:last-child) {
	margin-bottom: 120px;
}
main section#company-data div.block h2 {
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: "Inter", sans-serif;
	font-size: 1.375rem;
}
main section#company-data div.block h3 {
	font-size: 1.375rem;
	font-weight: 500;
	margin-bottom: 40px;
}
main section#company-data div.block:not(.block-related) div.list div.row {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #cccbc9;
	padding-bottom: 30px;
}
main section#company-data div.block:not(.block-related) div.list div.row:not(:first-child) {
	padding-top: 30px;
}
main section#company-data div.block:not(.block-related) div.list div.row p.label {
	width: 280px;
}
main section#company-data div.block:not(.block-related) div.list div.row p.body {
	width: calc(100% - 280px);
}
main section#company-data div.block-outline div.list:not(:last-child) {
	margin-bottom: 80px;
}
main section#company-data div.block-related div.list {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -20px -40px 0px;
}
main section#company-data div.block-related div.list div.row {
	width: calc(33.33% - 20px);
	margin: 0px 20px 40px 0px;
}
main section#company-data div.block-related div.list div.row:first-child {
	margin-right: calc(66.66% + 20px);
}
main section#company-data div.block-related div.list div.row p.banner {
	margin-bottom: 10px;
	border-radius: 5px;
}
main section#company-data div.block-related div.list div.row p.banner::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #e6e5e3;
	content: "";
	opacity: 0;
	transition: 0.25s opacity ease;
	mix-blend-mode: multiply;
}
main section#company-data div.block-related div.list div.row a:hover p.banner::before {
	opacity: 1;
}
main section#company-data div.block-related div.list div.row p.more {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
main section#company-data div.block-related div.list div.row p.more span.text {
	display: block;
	font-size: 1.125rem;
}
main section#company-data div.block-license p.more a {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
main section#company-data div.block-license div.list {
	margin-bottom: 40px;
}
main section#company-data div.block-license p.more span.text {
	display: block;
	font-size: 1.125rem;
	margin-right: 10px;
}

/* history
-------------------------------------------------------------------------------- */

main section#history header {
	margin-bottom: 80px;
}
main section#history div.list {
	margin-bottom: 120px;
}
main section#history div.list div.row {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #cccbc9;
	padding-bottom: 30px;
}
main section#history div.list div.row:not(:first-child) {
	padding-top: 30px;
}
main section#history div.list div.row p.label {
	width: 240px;
}
main section#history div.list div.row p.body {
	width: calc(100% - 240px);
}
main section#history div.scooter {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	padding: 60px;
	background-color: #e6e5e3;
	border-radius: 5px;
}
main section#history div.scooter p.image {
	width: 535px;
	border-radius: 5px;
}
main section#history div.scooter div.text {
	width: calc(100% - 595px);
}
main section#history div.scooter div.text h3 {
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 3rem;
	margin-bottom: 40px;
}

/* office-list
-------------------------------------------------------------------------------- */

main section#office-list div.list div.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 60px;
	background-color: #e6e5e3;
	border-radius: 5px;
}
main section#office-list div.list div.row:not(:last-child) {
	margin-bottom: 40px;
}
main section#office-list div.list div.row p.image {
	order: 2;
	width: 395px;
	border-radius: 5px;
}
main section#office-list div.list div.row h3 {
	order: 0;
	width: 180px;
	font-size: 1.375rem;
	font-weight: 500;
}
main section#office-list div.list div.row div.body {
	order: 1;
	position: relative;
	width: calc(100% - 635px);
}
main section#office-list div.list div.row div.body p.tel-fax {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
main section#office-list div.list div.row div.body p.tel-fax span {
	display: block;
}
main section#office-list div.list div.row div.body p.tel-fax span:not(:last-child) {
	margin-right: 20px;
}
main section#office-list div.list div.row div.body div.map {
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 5px;
}
main section#office-list div.list div.row div.body div.map iframe {
	width: 100%;
	height: 180px;
}
main section#office-list div.list div.row div.body ul {
	display: flex;
	flex-wrap: wrap;
}
main section#office-list div.list div.row div.body ul li:not(:last-child) {
	margin-right: 60px;
}
main section#office-list div.list div.row div.body ul li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
main section#office-list div.list div.row div.body ul li span.text {
	display: block;
	margin-right: 10px;
}

/* video-collection
-------------------------------------------------------------------------------- */

main div.list-video div.row {
	text-align: left;
}
main div.list-video div.row:not(:last-child) {
	margin-bottom: 60px;
}
main div.list-video div.row div.video {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	margin-bottom: 10px;
	border-radius: 5px;
}
main div.list-video div.row div.video :where(p.image, iframe) {
	width: 100%;
	height: 100%;
}
main div.list-video div.row div.video p.image {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	cursor: pointer;
	transition: 0.25s opacity ease;
}
main div.list-video div.row div.video.play p.image {
	pointer-events: none;
	opacity: 0;
}
main div.list-video div.row div.video p.image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
main div.list-video div.row div.video p.image span.button-play {
	position: absolute;
	width: 100px;
	height: 100px;
	left: calc(50% - 50px);
	top: calc(50% - 30px);
	z-index: 1;
	text-align: center;
	color: #ffffff;
	transition: 0.25s opacity ease;
}
main div.list-video div.row div.video p.image:hover span.button-play {
	opacity: 0.625;
}
main div.list-video div.row div.video p.image span.button-play i {
	display: block;
}
main div.list-video div.row div.video p.image span.button-play i.icon {
	font-size: 3.5rem;
	margin-bottom: 10px;
}
main div.list-video div.row div.video p.image span.button-play i.text {
	font-family: "Inter", sans-serif;
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1.25rem;
}
main div.list-video div.row h3 {
	position: relative;
	font-size: 1.375rem;
	padding-right: 50px;
}
main div.list-video div.row h3 span.arrow {
	position: absolute;
	right: 0px;
	top: 5px;
}
main section#video-collection div.inner-section {
	width: 800px;
}

/* medical-care, welfare-elder-care, technical-design-supervision, spd
-------------------------------------------------------------------------------- */

main div.list-services div.row {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
	margin-right: calc(50% - 50vw);
}
main div.list-services div.row:not(:last-child) {
	margin-bottom: 120px;
}
main div.list-services div.row p.image {
	width: calc(100% - 740px);
	border-radius: 5px 0px 0px 5px;
}
main div.list-services div.row div.text {
	width: 660px;
}
main div.list-services div.row div.text p.sub-alternate {
	position: relative;
	font-size: 0.875rem;
	line-height: 1.5rem;
	margin-bottom: 30px;
	padding-left: 20px;
}
main div.list-services div.row div.text p.sub-alternate::before {
	position: absolute;
	width: 12px;
	height: 12px;
	left: 0px;
	top: 7px;
	background-color: #ef8200;
	content: "";
	border-radius: 50%;
}
main div.list-services div.row div.text p.sub {
	text-align: left;
	font-family: "Inter", sans-serif;
	font-weight: 300;
	line-height: 1.5rem;
	margin-bottom: 10px;
}
main div.list-services div.row div.text h3,
main div.list-services div.row div.text :where(p.description, dl):not(:last-child) {
	margin-bottom: 40px;
}
main div.list-services div.row div.text h3 {
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 3rem;
}
main div.list-services div.row div.text dl :where(dt, dd) {
	padding-left: 20px;
}
main div.list-services div.row div.text dl dt {
	position: relative;
	font-size: 1.125rem;
	font-weight: 500;
	margin-bottom: 10px;
}
main div.list-services div.row div.text dl dt::before {
	position: absolute;
	width: 12px;
	height: 12px;
	left: 0px;
	top: 11px;
	background-color: #ef8200;
	content: "";
	border-radius: 50%;
}
main div.list-services div.row div.text dl dd:not(:last-child) {
	margin-bottom: 40px;
}
main div.list-services div.row div.ansin-do {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 20px 20px 20px 40px;
	background-color: #f7f7f6;
	border-radius: 5px;
}
main div.list-services div.row div.ansin-do div.text-ansin-do {
	width: calc(100% - 260px);
}
main div.list-services div.row div.ansin-do div.text-ansin-do h2 {
	font-size: 1.375rem;
	font-weight: 500;
	margin-bottom: 10px;
}
main div.list-services div.row div.ansin-do div.text-ansin-do p.more,
main div.list-services div.row div.ansin-do div.text-ansin-do p.more a {
	display: flex;
	flex-wrap: wrap;
}
main div.list-services div.row div.ansin-do div.text-ansin-do p.more a {
	align-items: center;
}
main div.list-services div.row div.ansin-do div.text-ansin-do p.more span.text {
	display: block;
	font-size: 1.125rem;
	margin-right: 10px;
}
main div.list-services div.row div.ansin-do p.banner {
	width: 220px;
	overflow: hidden;
	border-radius: 5px;
}
main div.list-services div.row div.ansin-do p.banner img {
	width: 100%;
}
main section:where(#medical-care, #welfare-elder-care, #technical-design-supervision, #spd) header {
	margin-bottom: 120px;
}
main section:where(#medical-care, #welfare-elder-care, #technical-design-supervision, #spd) header h2 {
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 3.25rem;
	margin-bottom: 40px;
}
main section:where(#medical-care, #welfare-elder-care, #technical-design-supervision, #spd) header p.description {
	font-size: 1.125rem;
	line-height: 2.25rem;
}
main section#spd div.block {
	position: relative;
	padding-left: 320px;
}
main section#spd div.block:not(:last-child) {
	margin-bottom: 120px;
}
main section#spd div.block h2 {
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: "Inter", sans-serif;
	font-size: 1.875rem;
	font-weight: 300;
}
main section#spd div.block div.header {
	margin-bottom: 60px;
}
main section#spd div.block div.header h3 {
	font-size: 1.375rem;
	font-weight: 500;
}
main section#spd div.block div.header h3:not(:last-child) {
	margin-bottom: 20px;
}
main section#spd div.block-merit dl :where(dt, dd) {
	padding-left: 60px;
}
main section#spd div.block-merit dl dt {
	position: relative;
	margin-bottom: 10px;
}
main section#spd div.block-merit dl dt span.sub {
	position: absolute;
	left: 0px;
	top: 2px;
	font-family: "Inter", sans-serif;
	font-size: 1.75rem;
	font-weight: 300;
}
main section#spd div.block-merit dl dt span.main {
	font-size: 1.125rem;
	font-weight: 500;
}
main section#spd div.block-merit dl dd:not(:last-child) {
	margin-bottom: 40px;
}
main section#spd div.block-flow div.list {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -40px -40px 0px;
}
main section#spd div.block-flow div.list div.row {
	width: calc(50% - 40px);
	margin: 0px 40px 40px 0px;
}
main section#spd div.block-flow div.list div.row p.image {
	margin-bottom: 10px;
	border-radius: 5px;
}
main section#spd div.block-flow div.list div.row p.number {
	font-family: "Inter", sans-serif;
	font-size: 1.125rem;
	font-weight: 300;
}

/* sustainability
-------------------------------------------------------------------------------- */

main section#sustainability div.inner-section {
	width: 960px;
}
main section#sustainability div.medius {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 40px 40px 40px 60px;
	background-color: #f7f7f6;
	border-radius: 5px;
}
main section#sustainability div.medius div.text {
	width: calc(100% - 480px);
}
main section#sustainability div.medius div.text h2 {
	font-size: 1.375rem;
	font-weight: 500;
	margin-bottom: 20px;
}
main section#sustainability div.medius div.text p.more,
main section#sustainability div.medius div.text p.more a {
	display: flex;
	flex-wrap: wrap;
}
main section#sustainability div.medius div.text p.more a {
	align-items: center;
}
main section#sustainability div.medius div.text p.more span.text {
	display: block;
	font-size: 1.125rem;
	margin-right: 10px;
}
main section#sustainability div.medius p.banner {
	width: 440px;
	overflow: hidden;
	border-radius: 5px;
}
main section#sustainability div.medius p.banner img {
	width: 100%;
}

/* startup-support-consultation-detail
-------------------------------------------------------------------------------- */

main section:where(#services-alternate, #feature, #faq, #doctors-voice) header {
	position: relative;
	margin-bottom: 80px;
}
main section:where(#services-alternate, #feature, #faq, #doctors-voice) header div.text {
	position: absolute;
	left: 0px;
	bottom: 40px;
	z-index: 1;
	color: #ffffff;
}
main section:where(#services-alternate, #feature, #faq, #doctors-voice) header div.text p.sub {
	position: relative;
	font-family: "Inter", sans-serif;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.5rem;
	margin-bottom: 10px;
	padding-left: 20px;
}
main section:where(#services-alternate, #feature, #faq, #doctors-voice) header div.text p.sub::before {
	position: absolute;
	width: 12px;
	height: 12px;
	left: 0px;
	top: 6px;
	background-color: #ef8200;
	content: "";
	border-radius: 50%;
}
main section:where(#services-alternate, #feature, #faq, #doctors-voice) header div.text h2 {
	font-size: 2.75rem;
	line-height: 3.75rem;
}
main section:where(#services-alternate, #feature, #faq, #doctors-voice) header p.image {
	height: 530px;
	margin: 0px calc(50% - 50vw);
}
main section:where(#services-alternate, #feature, #faq, #doctors-voice) header p.image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
main section:where(#services-alternate, #feature) header ~ p.description {
	margin-bottom: 60px;
}
main section#services-alternate div.list div.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 40px 40px 40px 60px;
	background-color: #e6e5e3;
	border-radius: 5px;
}
main section#services-alternate div.list div.row:not(:last-child) {
	margin-bottom: 40px;
}
main section#services-alternate div.list div.row div.text {
	width: calc(100% - 455px);
	padding-top: 40px;
}
main section#services-alternate div.list div.row div.text p.number {
	font-family: "Inter", sans-serif;
	font-size: 1.125rem;
	margin-bottom: 20px;
}
main section#services-alternate div.list div.row div.text h3 {
	font-size: 1.375rem;
	font-weight: 500;
	margin-bottom: 40px;
}
main section#services-alternate div.list div.row p.image {
	width: 395px;
	border-radius: 5px;
}
main section#feature div.list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-right: -60px;
}
main section#feature div.list div.row {
	width: calc(33.33% - 60px);
	margin-right: 60px;
}
main section#feature div.list div.row p.icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1;
	width: 180px;
	margin: 0px auto 20px auto;
	background-color: #e6e5e3;
	border-radius: 50%;
}
main section#feature div.list div.row p.icon img {
	width: 128px;
}
main section#feature div.list div.row h3 {
	text-align: center;
	font-size: 1.375rem;
	font-weight: 500;
	margin-bottom: 20px;
}
main section#faq header p.image img {
	object-position: center bottom;
}
main section#faq div.list div.row {
	position: relative;
	padding: 40px 40px 40px 120px;
	background-color: #e6e5e3;
	border-radius: 5px;
}
main section#faq div.list div.row:not(:last-child) {
	margin-bottom: 40px;
}
main section#faq div.list div.row p.label {
	position: absolute;
	left: 60px;
	top: 42px;
	font-family: "Inter", sans-serif;
	font-size: 1.75rem;
	font-weight: 300;
}
main section#faq div.list div.row h3 {
	font-size: 1.125rem;
	font-weight: 500;
	margin-bottom: 10px;
}

/* doctors-voice
-------------------------------------------------------------------------------- */

main div.list-doctors-voice {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -40px -40px 0px;
}
main div.list-doctors-voice div.row {
	width: calc(33.33% - 40px);
	text-align: left;
	margin: 0px 40px 40px 0px;
}
main div.list-doctors-voice div.row a {
	display: block;
	position: relative;
}
main div.list-doctors-voice div.row p.image {
	margin-bottom: 20px;
	border-radius: 5px;
}
main div.list-doctors-voice div.row h3 {
	font-size: 1.375rem;
	font-weight: 500;
	margin-bottom: 20px;
}
main div.list-doctors-voice div.row p.name {
	font-size: 1.125rem;
}
main div.list-doctors-voice div.row span.arrow {
	position: absolute;
	right: 0px;
	bottom: 5px;
}
main article.doctors_voice,
main article.doctors_voice div.inner-article {
	position: relative;
}
main article.doctors_voice::before {
	position: absolute;
	width: 100vw;
	height: calc(100% - 200px);
	left: calc(50% - 50vw);
	top: 200px;
	background-color: #e6e5e3;
	content: "";
}
main article.doctors_voice header {
	margin-bottom: 80px;
}
main article.doctors_voice header p.image {
	margin-bottom: 40px;
	border-radius: 5px;
}
main article.doctors_voice header h1 {
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 3.25rem;
	margin-bottom: 30px;
}
main article.doctors_voice header p.name {
	position: relative;
	font-size: 1.125rem;
	font-weight: 500;
	margin-bottom: 60px;
	padding-left: 20px;
}
main article.doctors_voice header p.name::before {
	position: absolute;
	width: 12px;
	height: 12px;
	left: 0px;
	top: 11px;
	background-color: #ef8200;
	content: "";
	border-radius: 50%;
}
main article.doctors_voice header div.data {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px;
	background-color: #efeeec;
	border-radius: 5px;
}
main article.doctors_voice header div.data h2 {
	width: calc(100% - 580px);
	font-size: 1.125rem;
	font-weight: 500;
}
main article.doctors_voice header div.data div.list {
	width: 540px;
}
main article.doctors_voice header div.data div.list div.row {
	display: flex;
	flex-wrap: wrap;
}
main article.doctors_voice header div.data div.list div.row:not(:last-child) {
	border-bottom: 1px solid #cccbc9;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
main article.doctors_voice header div.data div.list div.row p.label {
	width: 120px;
}
main article.doctors_voice header div.data div.list div.row p.body {
	width: calc(100% - 120px);
}
main article.doctors_voice header div.data div.list div.row p.body a {
	text-decoration: underline;
}
main article.doctors_voice:has(div.slide) div.body-01,
main article.doctors_voice:has(div.body-02) div:where(.body-01, .slide) {
	margin-bottom: 80px;
}
main article.doctors_voice div.slide,
main article.doctors_voice div.slide div.image {
	position: relative;
}
main article.doctors_voice div.slide div:where(.image, .pager) {
	aspect-ratio: 960 / 540;
}
main article.doctors_voice div.slide div.image {
	margin-bottom: 20px;
}
main article.doctors_voice div.slide div:where(.image, .navi) p.row {
	overflow: hidden;
	border-radius: 5px;
}
main article.doctors_voice div.slide div.image p.row {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
main article.doctors_voice div.slide div:where(.image, .navi) p.row img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
main article.doctors_voice div.slide div.pager {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 10;
	pointer-events: none;
}
main article.doctors_voice div.slide div.pager p.button {
	position: absolute;
	top: calc(50% - 10px);
	pointer-events: auto;
	cursor: pointer;
	transition: 0.25s background-color ease;
}
main article.doctors_voice div.slide div.pager p.button:hover span.arrow {
	background-color: #535350;
}
main article.doctors_voice div.slide div.pager p.button-prev {
	left: -20px;
}
main article.doctors_voice div.slide div.pager p.button-prev span.arrow {
	transform: scaleX(-1);
}
main article.doctors_voice div.slide div.pager p.button-next {
	right: -20px;
}
main article.doctors_voice div.slide div.navi {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-right: -20px;
}
main article.doctors_voice div.slide div.navi p.row {
	position: relative;
	width: calc(20% - 20px);
	cursor: pointer;
	margin-right: 20px;
}
main article.doctors_voice div.slide div.navi p.row::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
	background-color: #000000;
	content: "";
	opacity: 0;
	transition: 0.25s opacity ease;
}
main article.doctors_voice div.slide div.navi p.row:hover::before {
	opacity: 0.125;
}
main article.doctors_voice p.button-back {
	margin-top: 80px;
}

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

main div.list-news div.row {
	text-align: left;
}
main div.list-news div.row:not(:last-child) {
	margin-bottom: 20px;
}
main div.list-news div.row a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	padding: 18px 70px 18px 20px;
	background-color: #ffffff;
	border-radius: 5px;
	transition: 0.25s background-color ease;
}
main div.list-news div.row a:hover {
	background-color: #e6e5e3;
}
main div.list-news div.row p:where(.created, .category),
main article.news header div.created-category p.created,
main article.news header div.created-category div.category ul li {
	font-family: "Inter", sans-serif;
}
main div.list-news div.row p:where(.created, .category) {
	width: 100px;
	font-size: 0.75rem;
	line-height: 1.25rem;
}
main div.list-news div.row p.category {
	color: #999897;
}
main div.list-news div.row h3 {
	width: calc(100% - 200px);
	font-size: 1rem;
	line-height: 1.5rem;
}
main div.list-news div.row span.arrow {
	position: absolute;
	right: 20px;
	top: calc(50% - 10px);
}
main article.news header {
	border-bottom: 1px solid #cccbc9;
	margin-bottom: 80px;
	padding-bottom: 40px;
}
main article.news header h1 {
	text-align: left;
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 3rem;
	margin-bottom: 20px;
}
main article.news header div.created-category,
main article.news header div.created-category div.category ul {
	display: flex;
	flex-wrap: wrap;
}
main article.news header div.created-category {
	align-items: center;
}
main article.news header div.created-category p.created {
	width: 110px;
	font-size: 0.875rem;
	line-height: 1.5rem;
}
main article.news header div.created-category div.category ul li {
	color: #999897;
}
main article.news:not(:has(div.file)) div.body,
main article.news div.file {
	border-bottom: 1px solid #cccbc9;
	padding-bottom: 80px;
}
main article.news:has(div.file) div.body {
	margin-bottom: 80px;
}
main article.news div.file p.button-default {
	justify-content: flex-start;
}
main article.news div.file p.button-default:not(:last-child) {
	margin-bottom: 10px;
}
main article.news p.button-default a:hover {
	background-color: #efeeec;
}
main article.news div.file p.button-default a {
	width: 480px;
}
main article.news p.button-back {
	margin-top: 80px;
}

/* license
-------------------------------------------------------------------------------- */

main div.list-license div.row {
	text-align: left;
	line-height: 1.5rem;
}
main div.list-license div.row:not(:last-child) {
	margin-bottom: 20px;
}
main div.list-license div.row a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	height: 60px;
	padding: 0px 70px 0px 20px;
	background-color: #ffffff;
	border-radius: 5px;
	transition: 0.25s background-color ease;
}
main div.list-license div.row a:hover {
	background-color: #e6e5e3;
}
main div.list-license div.row h3 {
	display: flex;
	flex-wrap: wrap;
	font-size: 1rem;
}
main div.list-license div.row h3 span {
	display: block;
}
main div.list-license div.row h3 span.number {
	width: 30px;
}
main div.list-license div.row h3 span.number::after {
	content: ".";
}
main div.list-license div.row h3 span.main {
	width: calc(100% - 30px);
}
main div.list-license div.row span.download {
	position: absolute;
	right: 20px;
	top: calc(50% - 10px);
}
main section#license div.category {
	margin-bottom: 120px;
}
main section#license div.category div.button-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -20px -20px 0px;
}
main section#license div.category p.button-default {
	width: calc(25% - 20px);
	margin: 0px 20px 20px 0px;
}
main section#license div.category p.button-default a {
	width: 100%;
}
main section#license div.block {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
main section#license div.block:not(:last-child) {
	margin-bottom: 120px;
}
main section#license div.block p.label {
	width: 320px;
	font-size: 1.375rem;
	font-weight: 500;
	padding-top: 15px;
}
main section#license div.block div.list-license {
	width: calc(100% - 320px);
}

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

main section.form div.header,
main section.form div.header p.description {
	margin-bottom: 120px;
}
main section.form div.mw_wp_form_preview div.header {
	display: none;
}
main section.form div.header div.tel,
main section.form div.header div.tel h2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
main section.form div.header div.tel h2,
main section.form div.form h2 {
	font-size: 1.375rem;
	font-weight: 500;
}
main section.form div.header div.tel h2 {
	width: 320px;
	height: 100px;
}
main section.form div.header div.tel div.list {
	width: calc(100% - 320px);
}
main section.form div.header div.tel div.list div.row,
main section.form div.header div.tel div.list div.row p.number a {
	display: flex;
	flex-wrap: wrap;
}
main section.form div.header div.tel div.list div.row {
	padding: 40px;
	background-color: #f7f7f6;
	border-radius: 5px;
}
main section.form div.header div.tel div.list div.row p.label {
	width: 140px;
	font-size: 1.125rem;
	font-weight: 500;
}
main section.form div.header div.tel div.list div.row p.number {
	width: 360px;
	font-family: "Inter", sans-serif;
}
main section.form div.header div.tel div.list div.row p.number span {
	display: block;
}
main section.form div.header div.tel div.list div.row p.number span.sub {
	margin-right: 5px;
	transform: translateY(7px);
}
main section.form div.header div.tel div.list div.row p.number span.main {
	font-size: 2.25rem;
}
main section.form div.header div.tel div.list div.row p.time {
	width: calc(100% - 540px);
	text-align: right;
	font-size: 0.875rem;
	line-height: 1.5rem;
}
main section.form div.form h2 {
	margin-bottom: 40px;
}
main section.form div.form div.component-wrapper {
	margin-bottom: 40px;
}
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 #cccbc9;
	margin-bottom: 0px;
	padding: 30px 0px;
}
main section.form div.mw_wp_form_preview div.form div.component:first-child {
	border-top: 1px solid #cccbc9;
}
main section.form div.form div.component p.label {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	width: 320px;
	height: 50px;
}
main section.form div.form div.component-radio-checkbox p.label {
	height: auto;
}
main section.form div.mw_wp_form_preview div.form div.component p.label {
	display: block;
	height: auto;
}
main section.form div.form div.component div.body {
	width: calc(100% - 320px);
}
main section.form div.form div.component-radio-checkbox div.body {
	margin-bottom: -5px;
}
main section.form div.mw_wp_form_preview div.form div.component-radio-checkbox div.body {
	margin-bottom: 0px;
}
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 input[name=address] {
	width: 320px;
}
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 5px 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 div.body span.error,
main section.form div.form div.agreement span.error {
	font-size: 0.875rem;
	line-height: 25px;
	color: #ef8200;
}
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;
	align-items: center;
	position: relative;
	margin-bottom: 40px;
	padding-left: 320px;
}
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: 320px;
	bottom: -25px;
}
main section.form div.form div.action {
	display: flex;
	flex-wrap: wrap;
	padding-left: 320px;
}
main section.form div.mw_wp_form_preview div.form div.action {
	padding-left: 0px;
}
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;
}

/* action-plan
-------------------------------------------------------------------------------- */

main section#action-plan header {
	margin-bottom: 80px;
}
main section#action-plan header h2 {
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 3rem;
	margin-bottom: 40px;
}
main section#action-plan div.body,
main section#action-plan div.body div.inner-body {
	position: relative;
}
main section#action-plan div.body::before {
	position: absolute;
	width: 100vw;
	height: 100%;
	left: calc(50% - 50vw);
	top: 0px;
	background-color: #e6e5e3;
	content: "";
}
main section#action-plan div.body div.inner-body {
	padding: 80px 0px;
}
main section#action-plan div.headline-date {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 80px;
}
main section#action-plan div.headline-date h3 {
	font-size: 1rem;
}
main section#action-plan div.list div.row:not(:last-child) {
	margin-bottom: 80px;
}
main section#action-plan div.list div.row h3,
main section#action-plan div.list div.row :where(p, ul):not(:last-child) {
	margin-bottom: 20px;
}
main section#action-plan div.list div.row h3 {
	font-size: 1.375rem;
	font-weight: 500;
	margin-bottom: 20px;
}

/* privacy-policy
-------------------------------------------------------------------------------- */

main section#privacy-policy div.list div.row:not(:last-child) {
	margin-bottom: 80px;
}
main section#privacy-policy div.list div.row h2,
main section#privacy-policy div.list div.row :where(p, ul):not(:last-child) {
	margin-bottom: 20px;
}
main section#privacy-policy div.list div.row h2 {
	font-size: 1.375rem;
	font-weight: 500;
}
main section#privacy-policy div.list div.row-contact {
	display: flex;
	flex-wrap: wrap;
}
main section#privacy-policy div.list div.row-contact h3 {
	font-size: 1rem;
	font-weight: 500;
	width: 280px;
}
main section#privacy-policy div.list div.row-contact p.description {
	width: calc(100% - 280px);
}

/* privacy-management
-------------------------------------------------------------------------------- */

main section#privacy-management div.block:not(:last-child) {
	margin-bottom: 120px;
}
main section#privacy-management div.block h2 {
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 3rem;
	margin-bottom: 40px;
}
main section#privacy-management div.list div.row:not(:last-child) {
	margin-bottom: 80px;
}
main section#privacy-management div.list div.row h3,
main section#privacy-management div.list div.row :where(p, ul):not(:last-child) {
	margin-bottom: 20px;
}
main section#privacy-management div.list div.row h3 {
	font-size: 1.375rem;
	font-weight: 500;
}



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

footer#footer {
	position: relative;
	width: calc(100% - 40px);
	max-width: 1260px;
	margin: 0px auto;
	padding-bottom: 20px;
}
footer#footer p.image {
	height: 350px;
	margin: 0px calc(50% - 50vw) 60px calc(50% - 50vw);
}
footer#footer p.image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
footer#footer p.logo {
	position: absolute;
	left: 0px;
	top: 260px;
}
footer#footer:has(p.image) p.logo {
	top: 670px;
}
footer#footer p.logo img {
	width: 206px;
}
footer#footer nav#navi-footer,
footer#footer nav#navi-footer div.list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer#footer nav#navi-footer {
	margin-bottom: 45px;
}
footer#footer nav#navi-footer div.list {
	width: calc(100% - 380px);
}
footer#footer nav#navi-footer div.list div.row div.segment:not(:last-child),
footer#footer nav#navi-footer div.list div.row div.segment p.headline:not(:last-child) {
	margin-bottom: 20px;
}
footer#footer nav#navi-footer div.list div.row div.segment p.headline {
	line-height: 1.5rem;
}
footer#footer nav#navi-footer div.list div.row div.segment ul li {
	font-size: 0.875rem;
	line-height: 1.5rem;
}
footer#footer nav#navi-footer div.list div.row div.segment ul li:not(:last-child) {
	margin-bottom: 10px;
}
footer#footer nav#navi-footer div.list div.row div.segment ul li a.color {
	color: #999897;
}
footer#footer nav#navi-footer div.list div.row div.segment ul li a.color:hover {
	color: #000000;
}
footer#footer nav#navi-footer div.button-wrapper-emphasis {
	width: 320px;
}
footer#footer div.banner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: 850px;
	margin: 0px -10px 20px auto;
}
footer#footer div.banner p.row {
	width: 160px;
	overflow: hidden;
	margin: 0px 10px 10px 0px;
	border-radius: 5px;
}
footer#footer div.banner p.row a {
	display: block;
	position: relative;
}
footer#footer div.banner p.row a::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #e6e5e3;
	content: "";
	opacity: 0;
	transition: 0.25s opacity ease;
	mix-blend-mode: multiply;
}
footer#footer div.banner p.row a:hover::before {
	opacity: 1;
}
footer#footer div.banner p.row img {
	width: 100%;
}
footer#footer div.links {
	border-top: 1px solid #ffffff;
	padding-top: 20px;
}
footer#footer div.links ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
footer#footer div.links ul li {
	font-size: 0.75rem;
	line-height: 1.25rem;
}
footer#footer div.links ul li:not(:last-child) {
	margin-right: 20px;
}
footer#footer div.links ul li a.color {
	color: #999897;
}
footer#footer div.links ul li a.color:hover {
	color: #000000;
}
footer#footer p.copyright {
	font-family: "Inter", sans-serif;
	font-size: 0.75rem;
	line-height: 1.25rem;
	color: #999897;
	margin-top: -20px;
}
