/* --------------------------------------------------------------------------------
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: 2rem;
	color: #555555;
	letter-spacing: 0.05em;
	-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: #9d9d9d;
}
h1 {
	font-size: 1.5rem;
}
h2 {
	font-size: 1.375rem;
}
h3 {
	font-size: 1.25rem;
}
h4,
h5,
h6 {
	font-size: 1rem;
}
p.note {
	font-size: 0.875rem;
	line-height: 1.5rem;
}
p:empty:before {
	content: none;
}
*.indent {
	text-indent: -1em;
	padding-left: 1em;
}



/* --------------------------------------------------------------------------------
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-download::before {
	content: "\e900";
}



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

br.small {
	display: none;
}
br.large {
	display: inline;
}
img.small {
	display: none;
}
img.large {
	display: block;
}
hr {
	height: 0px;
	border: none;
	border-bottom: 1px solid #dddddd;
	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: #f8f8f8;
	border-radius: 2.5px;
}



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

div#page {
	position: relative;
	overflow: hidden;
	padding-right: 240px;
}
div#page::before {
	position: fixed;
	width: 240px;
	height: 100%;
	right: 0px;
	top: 0px;
	z-index: 10;
	border-left: 1px solid #efefef;
	background-color: #ffffff;
	content: "";
}
div#trigger {
	position: absolute;
	top: 50svh;
	pointer-events: none;
}
p.button-default,
p.button-default > * {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
p.button-default {
	text-align: center;
	font-weight: 500;
	line-height: 1.5rem;
}
p.button-default > *,
p.button-default > * > * {
	position: relative;
}
p.button-default > * {
	align-items: center;
	width: 300px;
	height: 50px;
	border: 1px solid #dddddd;
	border-radius: 25px;
	transition: 0.25s background-color ease;
}
p.button-default > *:hover {
	background-color: #f8f8f8;
}
p:where(.illust, .image) {
	overflow: hidden;
}
p:where(.illust, .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);
}



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

header#header {
	position: relative;
	z-index: 100;
}
header#header *#logo {
	position: absolute;
	left: 30px;
	top: 30px;
}
header#header *#logo a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1;
	width: 280px;
	background-color: #f8f8f8;
	border-radius: 50%;
}
header#header *#logo img {
	width: 139px;
}
header#header nav#navi {
	position: fixed;
	left: calc(100% - 180px);
	bottom: 80px;
}
header#header nav#navi ul li {
	font-size: 0.875rem;
}
header#header nav#navi ul li.privacy-policy {
	font-size: 0.75rem;
}
header#header nav#navi ul li:not(:last-child) {
	margin-bottom: 5px;
}
header#header nav#navi ul li {
	position: relative;
	padding-left: 15px;
}
header#header nav#navi ul li::before {
	position: absolute;
	width: 5px;
	height: 7px;
	left: 0px;
	top: 13.5px;
	background-color: #555555;
	content: "";
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
header#header p.symbol {
	display: none;
}
header#header div.headline {
	position: fixed;
	right: 50px;
	top: 40px;
}
body.admin-bar header#header div.headline {
	top: 72px;
}
header#header div.headline div.inner-headline {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: center;
}
header#header div.headline p.sub {
	font-size: 0.625rem;
	font-weight: 500;
	line-height: 1rem;
	margin-left: 40px;
}
header#header div.headline p.sub span {
	display: block;
	writing-mode: vertical-rl;
	white-space: pre;
	border-left: 1px solid #555555;
}
header#header div.headline h1 {
	padding-top: 20px;
}
header#header div.headline h1 img {
	height: 384px;
}
@media (min-width:1024px) and (max-height:780px) {
header#header div.headline h1 img {
	height: calc(100svh - 394px);
}
}
@media (min-width:1024px) and (max-height:812px) {
body.admin-bar header#header div.headline h1 img {
	height: calc(100svh - 426px);
}
}

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

body.home header#header *#logo a {
	background-color: rgba(255, 255, 255, 0.75);
}



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

div#cover {
	position: relative;
	height: 100svh;
	overflow: hidden;
}
body.admin-bar div#cover {
	height: calc(100svh - 32px);
}
div#cover div.image {
	position: relative;
	height: 100%;

}
div#cover div.image p.row,
div#cover div.image p.row span {
	position: absolute;
	height: 100%;
	top: 0px;
}
div#cover div.image p.row {
	width: 100%;
	left: 0px;
	clip-path: "polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%)";
}
div#cover div.image p.row span {
	width: calc(100% + 5vw);
	left: -5vw;
	transition: 7.5s transform linear;
}
div#cover div.image p.row.active span {
	transform: translateX(5vw);
}
div#cover div.image p.row img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
div#cover p#button-scroll {
	position: absolute;
	left: 40px;
	bottom: 40px;
	z-index: 10;
	mix-blend-mode: difference;
}
div#cover p#button-scroll span {
	display: block;
}
div#cover p#button-scroll span.text {
	writing-mode: vertical-rl;
	white-space: pre;
	font-size: 0.625rem;
	line-height: 0.625rem;
	color: #ffffff;
	margin-bottom: 5px;
	transform: translateX(1px);
}
div#cover p#button-scroll span.arrow {
	position: relative;
	width: 10px;
	height: 35px;
	animation: button-scroll 3.75s linear infinite forwards;
}
@keyframes button-scroll {
	0% { transform: translateY(0px); }
	50% { transform: translateY(10px); }
	100% { transform: translateY(0px); }
}
div#cover p#button-scroll span.arrow::before,
div#cover p#button-scroll span.arrow::after {
	position: absolute;
	bottom: 0px;
	border-right: 1px solid #ffffff;
	content: "";
}
div#cover p#button-scroll span.arrow::before {
	height: 100%;
	left: calc(50% - 0.5px);
}
div#cover p#button-scroll span.arrow::after {
	aspect-ratio: 1;
	width: 6px;
	left: calc(50% - 3px);
	border-bottom: 1px solid #ffffff;
	transform: rotate(45deg);
}



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

main,
main section,
main section div.inner-section {
	position: relative;
}
body:not(.home) main {
	padding-top: 280px;
}
main section div.inner-section {
	width: 760px;
	margin: 0px auto;
	padding: 120px 0px;
}
main section header {
	position: relative;
	margin-bottom: 100px;
}
main section header :where(h2:has(img), p.illust) {
	position: absolute;
}
main section header h2:has(img) {
	left: -120px;
	top: -20px;
}
main section header h2 img {
	width: 23px;
}
main section header p.illust {
	right: -80px;
	top: 0px;
}
main div.fix {
	position: relative;
	height: 600px;
}
main div.fix div.inner-fix {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	clip-path: inset(0px);
}
main div.fix div.inner-fix p.image {
	position: fixed;
	width: 100%;
	height: 100svh;
	left: 0px;
	top: 0px;
}
main div.fix div.inner-fix p.image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
main ul.bullet li {
	position: relative;
	padding-left: 20px;
}
main ul.bullet li::before {
	position: absolute;
	width: 6px;
	height: 6px;
	left: 4px;
	top: 14px;
	background-color: #555555;
	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;
}

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

main section#message header p.illust {
	width: 127px;
}
main section#message h3 {
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	line-height: 3.25rem;
	margin-bottom: 40px;
}
main section#message div:where(.body, .list):not(:last-child) {
	margin-bottom: 60px;
}
main section#message div.body :where(p.description, div.image-text):not(:last-child) {
	margin-bottom: 2rem;
}
main section#message div.body div.image-text {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
	padding-right: 40px;
}
main section#message div.body div.image-text p.image {
	width: 250px;
	border-radius: 10px;
}
main section#message div.body div.image-text div.text {
	width: calc(100% - 310px);
}
main section#message div.list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -60px;
	margin-right: -60px;
	padding: 60px 0px 100px 0px;
}
main section#message div.list div.row,
main section#message div.list div.row div.inner-row {
	position: relative;
}
main section#message div.list div.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 20%;
	text-align: center;
}
main section#message div.list div.row:nth-child(2n) {
	transform: translateY(40px);
}
main section#message div.list div.row::before {
	position: absolute;
	width: 220px;
	height: 250px;
	left: calc(50% - 110px);
	top: calc(50% - 125px);
	border: 1px solid #dddddd;
	content: "";
	border-radius: 50%;
}
main section#message div.list div.row p.number {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}
main section#message div.list div.row p.number span {
	display: block;
	border-bottom: 1px solid #555555;
}
main section#message div.list div.row h4 {
	min-height: 3.5rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	line-height: 1.75rem;
}
main section#message div.chairman {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
main section#message div.chairman p.image {
	width: 340px;
	height: 250px;
	border: 1px solid #dddddd;
	border-radius: 125px;
}
main section#message div.chairman p.image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
main section#message div.chairman p.name {
	width: calc(100% - 380px);
	font-size: 0.875rem;
}
main section#message div.chairman p.name span {
	display: block;
}
main section#message div.chairman p.name i {
	display: inline-block;
	font-size: 1.25rem;
	margin-left: 15px;
	transform: translateY(1px);
}
main section:where(#outline, #history) header p.illust {
	right: -40px;
}
main section:where(#outline, #history) div.list {
	width: 600px;
}
main section:where(#outline, #history) div.list div.row {
	display: flex;
	flex-wrap: wrap;
}
main section:where(#outline, #history) div.list div.row:not(:first-child) {
	padding-top: 30px;
}
main section:where(#outline, #history) div.list div.row:not(:last-child) {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 30px;
}
main section#outline div.list div.row p.label,
main section#history div.list div.row p.year {
	width: 220px;
	font-weight: 500;
}
main section#outline div.list div.row div.body,
main section#history div.list div.row p.body {
	width: calc(100% - 220px);
}
main section#child-land header p.illust {
	top: -40px;
}
main section#child-land div.list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
main section#child-land div.list div.row {
	width: calc(50% - 30px);
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.5rem;
}
main section#child-land div.list div.row p.image {
	width: 350px;
	height: 210px;
	border: 1px solid #dddddd;
	margin-bottom: 20px;
	border-radius: 105px;
}
main section#child-land div.list div.row p.image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
main section#child-land div.list div.row h3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 70px;
	margin-bottom: 10px;
}
main section#child-land div.list div.row-keite h3 img {
	width: calc(394px * 0.625);
}
main section#child-land div.list div.row-chuo h3 img {
	width: calc(362px * 0.625);
}
main section#child-land div.list div.row p.fax {
	margin-bottom: 30px;
}
main section#child-land div.list div.row p.button-default a::before {
	display: inline-block;
	width: 6.5px;
	height: 9px;
	margin-right: 10px;
	background-color: #555555;
	content: "";
	transform: translateY(1px);
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
main section#disclosure {
	background-color: #f8f8f8;
}
main section#disclosure div.list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
main section#disclosure div.list div.row {
	width: calc(50% - 40px);
}
main section#disclosure div.list div.row div.segment:not(:last-child) {
	margin-bottom: 40px;
}
main section#disclosure div.list div.row div.segment h3 {
	font-family: "Noto Sans JP", serif;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 15px;
}
main section#disclosure div.list div.row div.segment ul li {
	line-height: 1.5rem;
}
main section#disclosure div.list div.row div.segment ul li:not(:last-child) {
	margin-bottom: 20px;
}
main section#disclosure div.list div.row div.segment ul li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	height: 80px;
	padding: 0px 40px 0px 20px;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, 0.05);
}
main section#disclosure div.list div.row div.segment ul li i.icon {
	position: absolute;
	right: 20px;
	top: calc(50% - 0.5em);
}

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

main section#privacy-policy div.inner-section {
	padding-left: 60px;
}
main section#privacy-policy header {
	margin-bottom: 80px;
}
main section#privacy-policy header h2 {
	font-family: "Noto Serif JP", serif;
	font-size: 1.75rem;
	font-weight: 500;
}
main section#privacy-policy div.list div.row:not(:last-child) {
	margin-bottom: 60px;
}
main section#privacy-policy div.list div.row h2 {
	font-size: 1.125rem;
	font-weight: 500;
	margin-bottom: 20px;
}
main section#privacy-policy div.list div.row :where(p, ul):not(:last-child) {
	margin-bottom: 20px;
}




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

footer#footer {
	position: relative;
	z-index: 10;
	border-top: 1px solid #efefef;
	padding: 60px 20px 60px 60px;
}
footer#footer div.information-child-land,
footer#footer div.information-child-land div.information {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
footer#footer div.information p.symbol {
	width: 139px;
	margin-right: 40px;
}
footer#footer div.information p.symbol img {
	width: 100%;
}
footer#footer div.information div.text {
	width: 300px;
	font-size: 0.875rem;
	line-height: 1.25rem;
}
footer#footer div.information div.text h3 {
	margin-bottom: 10px;
}
footer#footer div.information div.text h3 img {
	width: 130px;
}
footer#footer div.child-land div.button-wrapper {
	display: flex;
	flex-wrap: wrap;
	padding-top: 50px;
}
footer#footer div.child-land p.button-default:not(:last-child) {
	margin-right: 20px;
}
footer#footer div.child-land p.button-default a {
	width: 180px;
	border-color: #efefef;
	border-radius: 5px;
}
footer#footer div.child-land p.button-keite img {
	width: calc(394px * 0.325);
}
footer#footer div.child-land p.button-chuo img {
	width: calc(362px * 0.325);
}
footer#footer p.copyright {
	position: fixed;
	width: 240px;
	right: 0px;
	bottom: 20px;
	text-align: center;
	font-size: 0.625rem;
	line-height: 1rem;
}
