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

*, *::before, *::after {
	box-sizing: border-box;
	font: inherit;
	border: none;
	margin: 0;
	padding: 0;
}
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: YakuHanJPs, "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	font-feature-settings: "palt";
	line-height: 1.875rem;
	color: #4d4d4d;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a.underline {
	text-decoration: underline;
}
a.color {
	transition: 0.25s color ease;
}
a.color:hover {
	color: #f5a02d;
}
h1 {
	font-size: 1.5rem;
}
h2 {
	font-size: 1.375rem;
}
h3 {
	font-size: 1.25rem;
}
h4,
h5,
h6 {
	font-size: 1rem;
}
p.indent {
	text-indent: -1em;
	padding-left: 1em;
}
p.note {
	font-size: 0.875rem;
	line-height: 1.5rem;
}
p:empty:before {
	content: none;
}
span.required {
	color: #f5a02d;
}



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

input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=button],
input[type=submit],
button,
textarea,
select {
	max-width: 100%;
	font-family: YakuHanJPs, "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	outline: none;
	border-radius: 2.5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
textarea,
select {
	vertical-align: top;
	color: #4d4d4d;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
select {
	height: 50px;
	line-height: calc(50px - 2px);
	padding: 0px 15px;
}
input[type=button],
input[type=submit],
button {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 60px;
	text-align: center;
	font-size: 1.125rem;
	font-weight: 500;
	color: #ffffff;
	border: 2px solid #f5a02d;
	cursor: pointer;
	background-color: #f5a02d;
	border-radius: 30px;
	transition: 0.25s color ease, 0.25s background-color ease;
}
input[type=button]:hover,
input[type=submit]:hover,
button:hover {
	color: #f5a02d;
	background-color: #ffffff;
}
input[type=radio],
input[type=checkbox],
input[type=radio]::before,
input[type=checkbox]::before,
label.alternate input[type=radio] + span,
label.alternate input[type=checkbox] + span {
	width: 25px;
	height: 25px;
}
input[type=radio],
input[type=checkbox],
label.alternate {
	margin-right: 5px;
}
input[type=radio],
input[type=checkbox] {
	position: relative;
	vertical-align: middle;
	transform: translateX(-9999px);
}
input[type=radio]::before,
input[type=checkbox]::before,
input[type=radio]::after,
input[type=checkbox]::after,
label.alternate {
	cursor: pointer;
}
input[type=radio]::before,
input[type=checkbox]::before,
input[type=radio]::after,
input[type=checkbox]::after,
label.alternate input[type=radio] + span::before,
label.alternate input[type=checkbox] + span::before {
	position: absolute;
	content: "";
}
input[type=radio]::before,
input[type=checkbox]::before,
input[type=radio]::after,
input[type=checkbox]::after {
	transform: translate(9999px, -1px);
}
input[type=radio]::before,
input[type=checkbox]::before,
label.alternate input[type=radio] + span,
label.alternate input[type=checkbox] + span {
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
input[type=radio]::after,
input[type=checkbox]::after,
label.alternate input[type=radio] + span::before,
label.alternate input[type=checkbox] + span::before {
	opacity: 0;
	transition: 0.25s opacity ease;
}
input[type=radio]:checked::after,
input[type=checkbox]:checked::after,
label.alternate input[type=radio]:checked + span::before,
label.alternate input[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: #4d4d4d;
}
input[type=checkbox]::before,
label.alternate input[type=checkbox] + span {
	border-radius: 2.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 #4d4d4d;
	border-bottom: 2px solid #4d4d4d;
}
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[type=radio],
label.alternate input[type=checkbox] {
	display: none;
}
label.alternate input[type=radio] + span,
label.alternate input[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: #cccccc;
}
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.ttf") format("truetype"), url("../fonts/icon.woff") format("woff"), url("../fonts/icon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
i.icon {
	font-family: "icon";
	line-height: 1em;
}
i.icon-instagram:before {
	content: "\e900";
}
i.icon-line:before {
	content: "\e901";
}
i.icon-line-alternate:before {
	content: "\e902";
}
i.icon-facebook:before {
	content: "\e903";
}



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

br.small {
	display: none;
}
br.large {
	display: inline;
}
img.small {
	display: none;
}
img.large {
	display: block;
}
hr {
	height: 0px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
	margin: 20px 0px;
}
mark {
	margin: 0px 5px;
	padding: 0px 5px;
	background-color: #f5f5f5;
	border-radius: 2.5px;
}
div.video-wrapper {
	position: relative;
	aspect-ratio: 16 / 9;
}
div.video-wrapper iframe,
div.video-wrapper video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
iframe.wp-embedded-content {
	display: block;
	width: 100%;
}
span.no-large {
	display: none;
}



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

div#page {
	position: relative;
	overflow: hidden;
}
div#trigger {
	position: absolute;
	left: 0px;
	top: 50svh;
	pointer-events: none;
}
div.information h3 {
	font-size: 1.125rem;
	font-weight: 500;
}
div.information p {
	display: flex;
	flex-wrap: wrap;
}
div.information p span {
	display: block;
}
div.information p span:not(:last-child)::after {
	display: inline-block;
	content: "／";
}
div.sns ul {
	display: flex;
	flex-wrap: wrap;
}
div.sns ul li {
	font-size: 1.875rem;
}
div.sns ul li:not(:last-child) {
	margin-right: 30px;
}
span.arrow,
span.arrow::before,
span.arrow::after {
	transition: 0.25s border-color ease;
}
a:hover span.arrow,
a:hover span.arrow::before,
a:hover span.arrow::after {
	border-color: #ffffff;
}
span.arrow {
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
	border: 2px solid #f5a02d;
	border-radius: 50%;
}
span.arrow::before,
span.arrow::after {
	position: absolute;
	border-bottom: 2px solid #f5a02d;
	content: "";
}
span.arrow::before {
	width: 15px;
	height: 0px;
	left: calc(50% - 7.5px);
	top: calc(50% - 1px);
}
span.arrow::after {
	width: 10px;
	height: 10px;
	left: calc(50% - 5px);
	top: calc(50% - 5px);
	border-right: 2px solid #f5a02d;
	transform: translateX(1px) rotate(-45deg);
}
p.button-default,
p.button-default a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
p.button-default {
	text-align: center;
	font-size: 1.125rem;
	font-weight: 500;
}
p.button-default a {
	align-items: center;
	position: relative;
	width: 360px;
	height: 60px;
	color: #f5a02d;
	border: 2px solid #f5a02d;
	background-color: #ffffff;
	border-radius: 30px;
	transition: 0.25s color ease, 0.25s background-color ease;
}
p.button-default a:hover {
	color: #ffffff;
	background-color: #f5a02d;
}
p.button-default span.arrow {
	position: absolute;
	right: 40px;
	top: calc(50% - 15px);
}
p.button-small {
	font-size: 0.875rem;
}
p.button-small a {
	width: 100px;
	height: 40px;
	border-radius: 20px;
}
p.button-small a:has(.arrow) {
	padding-right: 20px;
}
p.button-small span.arrow {
	right: 5px;
}
p.button-line a {
	width: 480px;
	height: 80px;
	color: #ffffff;
	border-color: #06c755;
	background-color: #06c755;
	border-radius: 40px;
}
p.button-line a:hover {
	color: #06c755;
	background-color: #ffffff;
}
p.button-line i.icon {
	position: absolute;
	left: 60px;
	top: calc(50% - 1.5rem);
	font-size: 3rem;
}
div.flatpickr-calendar {
	border-radius: 0px;
}
div.flatpickr-calendar div.flatpickr-current-month {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 112.5%;
	padding-top: 2.5px;
}
div.flatpickr-calendar div.flatpickr-current-month span.cur-month,
div.flatpickr-calendar div.flatpickr-current-month input.cur-year,
div.flatpickr-calendar span.flatpickr-weekday {
	font-weight: 400;
}
div.flatpickr-calendar div.flatpickr-current-month span.cur-month {
	order: 1;
}
span.flatpickr-day {
	line-height: 35px;
}
p.image {
	overflow: hidden;
}
p.image img {
	width: 100%;
	height: auto;
}
p.image-zoom img {
	transition: 0.25s transform ease;
}
a:hover p.image-zoom img,
p.image-zoom a:hover img {
	transform: scale(1.0375);
}
*.scroll.fade,
*.fade-each > *,
*.scroll.fade-slide {
	opacity: 0;
	transition-duration: 1.25s;
}
*.scroll.fade,
*.fade-each > * {
	transition-property: opacity;
	transition-timing-function: ease-in-out;
}
*.scroll.fade.active,
*.fade-each.active > *,
*.scroll.fade-slide.active {
	opacity: 1;
}
*.scroll.fade-slide {
	transition-property: opacity, transform;
	transition-timing-function: ease-in-out, ease;
}
*.scroll.fade-slide-left {
	transform: translate(40px, 0px);
}
*.scroll.fade-slide-right {
	transform: translate(-40px, 0px);
}
*.scroll.fade-slide-up {
	transform: translate(0px, 40px);
}
*.scroll.fade-slide.active {
	transform: translate(0px, 0px);
}
*.split-text {
	opacity: 0;
}
html.active *.split-text {
	opacity: 1;
}
*.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: 10;
}



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

header#header {
	position: relative;
	z-index: 100;
}
header#header p#button-menu,
header#header p.button-contact,
header#header div#menu {
	position: fixed;
}
header#header *#logo,
header#header p#button-menu {
  top: 40px;
}
body.admin-bar header#header *#logo,
body.admin-bar header#header p#button-menu {
	top: 72px;
}
header#header *#logo {
	position: absolute;
	left: 40px;
  z-index: 20;
}
div.menu-header header#header *#logo {
	position: fixed;
}
header#header *#logo svg {
	width: 247px;
	height: 61px;
}
header#header p#button-menu {
  width: 60px;
  height: 60px;
  right: 40px;
	z-index: 30;
  cursor: pointer;
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 50%;
}
header#header p#button-menu i {
  display: block;
  position: absolute;
  width: 24px;
  height: 0px;
  left: calc(50% - 12px);
  top: calc(50% - 1px);
	border-bottom: 2px solid #4d4d4d;
  transition: 0.25s all ease;
}
header#header p#button-menu i:nth-child(1) {
	transform: translateY(-8px);
}
header#header p#button-menu i:nth-child(2) {
	transform: translateY(8px);
}
div.menu-header header#header p#button-menu i:nth-child(-n+3) {
  width: 0px;
  left: 50%;
  opacity: 0;
	transform: translateY(0px);
}
div.menu-header header#header p#button-menu i:nth-child(4) {
	transform: rotate(45deg);
}
div.menu-header header#header p#button-menu i:nth-child(5) {
	transform: rotate(-45deg);
}
header#header p.button-contact {
	left: 340px;
	top: 60px;
	z-index: 20;
	font-size: 1rem;
	pointer-events: none;
	opacity: 0;
	transition: 0.5s opacity ease;
}
div.menu-header header#header p.button-contact {
	pointer-events: auto;
	opacity: 1;
}
body.admin-bar header#header p.button-contact {
	top: 92px;
}
header#header p.button-contact a {
	width: 140px;
	height: 35px;
	color: #ffffff;
	border-color: #4d4d4d;
	background-color: #4d4d4d;
	border-radius: 17.5px;
}
header#header p.button-contact a:hover {
	color: #4d4d4d;
	background-color: #ffffff;
}
header#header div#menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	right: 0px;
	top: 0px;
	overflow: auto;
	z-index: 10;
	background-color: #90d7b7;
	transform: translateY(-100%);
	transition: 0.5s transform ease;
	-webkit-overflow-scrolling: touch;
}
div.menu-header header#header div#menu {
	transform: translateY(0%);
}
header#header div#menu::-webkit-scrollbar {
  display: none;
}
header#header div#menu a.color:hover {
	color: #808080;
}
header#header div#menu div.inner-menu {
	position: relative;
	width: 960px;
	padding: 120px 0px 40px 0px;
}
header#header div#menu nav#navi,
header#header div#menu p.privacy-policy,
header#header div#menu div.sns {
	margin-bottom: 40px;
}
header#header div#menu nav#navi div.list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -100px;
}
header#header div#menu nav#navi div.list div.row {
	margin-right: 100px;
}
header#header div#menu nav#navi div.list div.row ul li,
header#header div#menu p.privacy-policy {
	font-family: YakuHanMPs, "Zen Old Mincho", serif;
	font-weight: 600;
}
header#header div#menu nav#navi div.list div.row ul li {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.25rem;
}
header#header div#menu nav#navi div.list div.row ul li:not(:last-child) {
	margin-bottom: 30px;
}
header#header div#menu nav#navi div.list div.row ul li a {
	display: block;
	position: relative;
}
header#header div#menu nav#navi div.list div.row ul li a::before {
	position: absolute;
	width: 100%;
	height: 0px;
	left: 0px;
	bottom: 0px;
	border-bottom: 1px solid #4d4d4d;
	content: "";
	transition: 0.25s transform ease;
	transform-origin: left top;
	transform: scaleX(0);
}
header#header div#menu nav#navi div.list div.row ul li a:hover::before {
	transform: scaleX(1);
}

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

body.home header#header *#logo svg g.type path {
	fill: #ffffff !important;
	transition: 0.25s fill ease;
}
body.home div.cover header#header *#logo svg g.type path,
body.home div.menu-header header#header *#logo svg g.type path {
	fill: #4d4d4d !important;
}



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

div#cover,
div#space-cover {
	height: 100svh;
}
div#cover {
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
}
body.admin-bar div#cover,
body.admin-bar div#space-cover {
	height: calc(100svh - 32px);
}
body.admin-bar div#cover {
	top: 32px;
}
div.main div#cover {
	visibility: hidden;
}
div#cover div#trigger-cover {
	position: absolute;
	bottom: 80px;
}
div#cover div.list,
div#cover div.list div.row,
div#cover div.list div.row p.image,
div#cover div.list div.row p.image span,
div#cover div.list div.row div.text,
div#cover div.navi,
div#cover p.symbol,
div#cover p.scroll {
	position: absolute;
}
div#cover div.list,
div#cover div.list div.row,
div#cover div.list div.row p.image,
div#cover div.list div.row p.image span,
div#cover div.navi {
	width: 100%;
	left: 0px;
}
div#cover div.list,
div#cover div.list div.row,
div#cover div.list div.row p.image,
div#cover div.list div.row p.image span {
	height: 100%;
	top: 0px;
}
div#cover div.list,
div#cover div.navi,
div#cover p.symbol,
div#cover p.scroll {
	opacity: 0;
	transition: 1.25s opacity ease-in-out;
}
html.active div#cover div.list,
html.active div#cover div.navi,
html.active div#cover p.symbol,
html.active div#cover p.scroll {
	opacity: 1;
}
div#cover div.list div.row p.image span {
	display: block;
	animation-duration: 6.75s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
div#cover div.list div.row p.image span.zoom {
	animation-name: cover-image;
}
@keyframes cover-image {
	0% { transform: scale(1.075); }
	100% { transform: scale(1); }
}
div#cover div.list div.row p.image span img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
div#cover div.navi,
div#cover p.symbol,
div#cover p.scroll {
	z-index: 10;
}
div#cover div.navi,
div#cover p.symbol,
div#cover p.scroll {
	transition-delay: 0.5s;
}
div#cover div.navi {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	bottom: 40px;
}
div#cover div.navi p.button {
	width: 10px;
	height: 10px;
	cursor: pointer;
	background-color: #f5a02d;
	border-radius: 50%;
	opacity: 0.375;
	transition: 0.25s opacity ease;
}
div#cover div.navi p.button:hover,
div#cover div.navi p.button.active {
	opacity: 1;
}
div#cover div.navi p.button:not(:last-child) {
	margin-right: 10px;
}
div#cover p.symbol {
	width: 460px;
	right: -40px;
	top: 20px;
}
div#cover p.symbol img {
	opacity: 0.5;
}
div#cover div.list div.row div.text {
	left: 60px;
	bottom: 60px;
	z-index: 1;
	opacity: 0;
	transition: 1.25s opacity 1.25s ease-in-out, 1.25s transform 1.25s ease;
	transform: translateX(20px);
}
div#cover div.list div.row.fade div.text {
	opacity: 1;
	transform: translateX(0px);
}
div#cover div.list div.row-white div.text {
	color: #ffffff;
}
div#cover div.list div.row div.text p.logo {
	margin-bottom: 40px;
}
div#cover div.list div.row div.text p.logo img {
	width: 280px;
}
div#cover div.list div.row div.text h2 {
	font-family: YakuHanMPs, "Hina Mincho", serif;
	font-size: 4rem;
	line-height: 5.5rem;
	letter-spacing: 0.15em;
}
div#cover p.scroll {
	right: 35px;
	bottom: 35px;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 0.875rem;
}
div#cover p.scroll a {
	display: block;
	position: relative;
	width: 60px;
	height: 80px;
	transition: 1.25s color ease-in-out, 0.25s transform ease;
}
div#cover p.scroll a:hover {
	transform: translateY(5px);
}
div#cover:has(.list .row-white.active) p.scroll a {
	color: #ffffff;
}
div#cover p.scroll a::before,
div#cover p.scroll a::after,
div#cover p.scroll span::before {
	position: absolute;
	width: 0px;
	right: calc(50% - 0.5px);
	border-right: 1px solid #4d4d4d;
	content: "";
	transition: 1.25s border-color ease-in-out;
}
div#cover:has(.list .row-white.active) p.scroll a::before,
div#cover:has(.list .row-white.active) p.scroll a::after,
div#cover:has(.list .row-white.active) p.scroll span::before {
	border-color: #ffffff;
}
div#cover p.scroll a::before,
div#cover p.scroll a::after {
	bottom: 0px;
}
div#cover p.scroll a::before {
	height: 35px;
}
div#cover p.scroll a::after {
	height: 20px;
	transform-origin: left bottom;
	transform: rotate(45deg);
}
div#cover p.scroll span {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 25px;
}
div#cover p.scroll span::before {
	height: 20px;
	top: -25px;
}



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

div#title {
	padding-top: 180px;
}
div#title:has(.image) {
	padding-top: 140px;
}
div#title p.image,
div#title h1 {
	opacity: 0;
	transition: 1.25s opacity ease-in-out;
}
html.active div#title p.image,
html.active div#title h1 {
	opacity: 1;
}
div#title p.image {
	height: 600px;
	margin-bottom: 60px;
}
div#title p.image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
div#title h1,
div#title h1 span {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
div#title h1 {
	width: 960px;
	margin: 0px auto;
	opacity: 0;
}
div#title:has(.image) h1 {
	transition-delay: 0.25s;
}
div#title h1 span {
	position: relative;
	padding: 0px 80px 15px 0px;
}
div#title h1 span::before {
	position: absolute;
	width: 100%;
	height: 0px;
	left: 0px;
	bottom: 0px;
	border-bottom: 4px solid #f5a02d;
	content: "";
	transition: 1.25s transform 0.25s ease;
	transform-origin: left top;
	transform: scaleX(0);
}
html.active div#title h1 span::before {
	transform: scaleX(1);
}
div#title h1 span i {
	display: block;
}
div#title h1 span i.sub {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	margin-right: 30px;
	transform: translateY(2px);
}
div#title h1 span i.main {
	font-family: YakuHanMPs, "Zen Old Mincho", serif;
	font-size: 1.25rem;
	font-weight: 600;
}



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

main,
main section,
main section div.inner-section {
	position: relative;
}
main {
	z-index: 1;
	background-color: #ffffff;
}
main section div.inner-section {
	width: 960px;
	margin: 0px auto;
	padding: 120px 0px;
}
main section header.common {
	margin-bottom: 80px;
}
main section header.common h1 {
	text-align: center;
	text-indent: 0.15em;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 3.5rem;
	letter-spacing: 0.15em;
}
main section header.common h1:not(:last-child) {
	margin-bottom: 40px;
}
main section header.common div.button-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
main section header.common div.button-wrapper p.button-default:not(:last-child) {
	margin-right: 20px;
}
main section header.common div.button-wrapper p.button-default a {
	width: 240px;
}
main section header.common div.button-wrapper p.button-default a:has(svg) {
	padding-left: 30px;
}
main section header.common div.button-wrapper p.button-default svg {
	position: absolute;
	left: 20px;
}
main section header.common div.button-wrapper p.button-default svg path {
	transition: 0.25s fill ease;
	fill: #f5a02d !important;
}
main section header.common div.button-wrapper p.button-default a:hover svg path {
	fill: #ffffff !important;;
}
main section#summary h2 {
	font-family: YakuHanMPs, "Hina Mincho", serif;
	font-size: 2.5rem;
	line-height: 4.5rem;
	letter-spacing: 0.15em;
	margin-bottom: 50px;
}
main section#summary div.description p.row:not(:last-child) {
	margin-bottom: 30px;
}
main section#point {
	background-color: #90d7b7;
}
main section#point div.inner-section {
	width: 720px;
}
main section#point div.list div.row:not(:last-child) {
	margin-bottom: 120px;
}
main section#point div.list div.row p.image {
	margin-bottom: 20px;
}
main section#point div.list div.row div.number-headline {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
main section#point div.list div.row div.number-headline p.number {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	color: #90d7b7;
	padding-bottom: 10px;
	background-color: #ffffff;
	border-radius: 50%;
}
main section#point div.list div.row div.number-headline p.number span,
main section#point div.list div.row div.number-headline p.number i {
	display: block;
}
main section#point div.list div.row div.number-headline p.number i.sub {
	font-size: 0.875rem;
	line-height: 1.5rem;
}
main section#point div.list div.row div.number-headline p.number i.main {
	font-size: 2.5rem;
}
main section#point div.list div.row div.number-headline h3 {
	width: calc(100% - 100px);
	font-family: YakuHanMPs, "Zen Old Mincho", serif;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 2.5rem;
}
main section#menu-misc div.list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
}
main section#menu-misc div.list div.row {
	width: calc(33.33% - 20px);
	margin-right: 20px;
}
main section#menu-misc div.list div.row a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	color: #f5a02d;
	border: 2px solid #f5a02d;
	padding: 20px;
	background-color: #ffffff;
	border-radius: 10px;
	transition: 0.25s color ease, 0.25s background-color ease;
}
main section#menu-misc div.list div.row a:hover {
	color: #ffffff;
	background-color: #f5a02d;
}
main section#menu-misc div.list div.row p.image {
	width: 120px;
}
main section#menu-misc div.list div.row p.headline {
	position: relative;
	width: calc(100% - 140px);
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500;
}
main section#menu-misc div.list div.row p.headline span {
	display: block;
}
main section#menu-misc div.list div.row p.headline span.text {
	margin-bottom: 10px;
}
main section#menu-misc div.list div.row p.headline span.arrow {
	margin: 0px auto;
}
h2.headline {
	text-align: center;
	text-indent: 0.15em;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 2.75rem;
	letter-spacing: 0.15em;
	margin-bottom: 80px;
}
main div.category ul,
main div.category ul li a,
main div.category-tag ul,
main div.category-tag ul li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
main div.category ul li,
main div.category-tag ul li {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 0.875rem;
}
main div.category ul li:not(:last-child),
main div.category-tag ul li:not(:last-child) {
	margin-right: 5px;
}
main div.category ul li a,
main div.category-tag ul li a {
	justify-content: center;
	height: 25px;
	border: 1px solid #4d4d4d;
	padding: 0px 12.5px;
	background-color: #ffffff;
	border-radius: 12.5px;
	transition: 0.25s color ease, 0.25s border-color ease, 0.25s background-color ease;
}
main div.category ul li a:hover,
main div.category-tag ul li a:hover {
	color: #ffffff;
	border-color: #f5a02d;
	background-color: #f5a02d;
}
main div.list-category {
	margin-bottom: 80px;
}
main div.list-category ul {
	display: flex;
	flex-wrap: wrap;
}
main div.list-category ul li {
	width: 100%;
	font-weight: 500;
}
main div.list-category ul:has(li:nth-child(2)) li {
	width: 50%;
}
main div.list-category ul:has(li:nth-child(3)) li {
	width: 33.33%;
}
main div.list-category ul:has(li:nth-child(4)) li {
	width: 25%;
}
main div.list-category ul:has(li:nth-child(5)) li {
	width: 20%;
}
main div.list-category ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 50px;
	color: #ffffff;
	background-color: #90d7b7;
	transition: 0.25s background-color ease;
}
main div.list-category ul li a:hover,
main div.list-category ul li.active a {
	background-color: #f5a02d;
}
main div.list-category ul li:not(:last-child) a::before {
	position: absolute;
	width: 0px;
	height: calc(100% - 10px);
	right: 0px;
	top: 5px;
	border-right: 1px solid #ffffff;
	content: "";
}
main article.common {
	width: 720px;
	margin: 0px auto 120px auto;
}
main:has(section#application) article.common {
	margin-bottom: 0px;
}
main article.common header {
	margin-bottom: 80px;
}
main article.common header div.created-category,
main article.common header div.category-tag {
	margin-bottom: 10px;
}
main article.common header div.created-category {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
main article.common header div.created-category p.created {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	margin-right: 20px;
}
main article.common header h1,
main article.common header h2 {
	font-family: YakuHanMPs, "Zen Old Mincho", serif;
	font-weight: 600;
}
main article.common header h1 {
	font-size: 1.75rem;
	line-height: 2.75rem;
}
main article.common header h1:not(:last-child),
main article.common header h2:not(:last-child) {
	margin-bottom: 80px;
}
main article.common header:has(h2) h1:not(:last-child) {
	margin-bottom: 40px;
}
main article.common header h1 span.new {
	font-family: "Montserrat", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	color: #f5a02d;
	margin-right: 10px;
}
main article.common header h2 {
	font-size: 1.25rem;
}
main article.common header p.image {
	margin: 0px -120px;
}
main article.common div.body:not(:last-child) {
	margin-bottom: 80px;
}
main article.common div.body a {
	text-decoration: underline;
}
main article.common div.body h1,
main article.common div.body h2,
main article.common div.body h3,
main article.common div.body h4,
main article.common div.body h5,
main article.common div.body h6,
main article.common div.body strong {
	font-weight: 700;
}
main article.common div.body em {
	font-style: italic;
}
main article.common div.body blockquote {
	padding: 20px;
	background-color: #f5f5f5;
	border-radius: 2.5px;
}
main article.common div.body ul li,
main ul.bullet li {
	position: relative;
	padding-left: 20px;
}
main article.common div.body ul li::before,
main ul.bullet li::before {
	position: absolute;
	width: 6px;
	height: 6px;
	left: 4px;
	top: 13px;
	background-color: #4d4d4d;
	content: "";
	border-radius: 50%;
}
main article.common div.body ol {
	padding-left: 20px;
}
main article.common div.body ol li {
	list-style-type: decimal;
}
main article.common div.body table {
	width: 100%;
}
main article.common div.body table th,
main article.common div.body table td {
	border: 1px solid #cccccc;
	padding: 10px;
}
main article.common div.body table th {
	background-color: #f5f5f5;
}
main article.common div.body img.alignleft {
	margin-left: 0px;
	margin-right: auto;
}
main article.common div.body img.alignright {
	margin-left: auto;
	margin-right: 0px;
}
main article.common div.body img.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
main article.common div.body a.wp-block-button__link,
main article.common div.body 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: #666666;
	border-radius: 2.5px;
	transition: 0.25s background-color ease;
}
main article.common div.body a.wp-block-button__link:hover,
main article.common div.body a.wp-block-file__button:hover {
	background-color: #4d4d4d;
}
main div#pager {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	line-height: 1rem;
	margin: 120px 0px -10px 0px;
}
main div#pager span,
main div#pager a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	color: #4d4d4d;
	margin: 0px 5px 10px 5px;
	border-radius: 2.5px;
	transition: 0.25s color ease;
}
main div#pager span.current,
main div#pager a:hover {
	color: #f5a02d;
}
main div#pager a.prev,
main div#pager a.next {
	position: relative;
}
main div#pager a.prev::before,
main div#pager a.next::before {
	position: absolute;
	width: 15px;
	height: 15px;
	left: calc(50% - 7.5px);
	top: calc(50% - 7.5px);
	border-right: 2px solid #4d4d4d;
	border-top: 2px solid #4d4d4d;
	content: "";
	transition: 0.25s border-color ease;
}
main div#pager a.prev:hover::before,
main div#pager a.next:hover::before {
	border-color: #f5a02d;
}
main div#pager a.prev::before {
	transform: translateX(2.5px) rotate(-135deg);
}
main div#pager a.next::before {
	transform: translateX(-2.5px) rotate(45deg);
}

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

main section#home-news div.inner-section {
	display: flex;
	flex-wrap: wrap;
}
main section#home-news header {
	width: 240px;
}
main section#home-news header p.sub {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
}
main section#home-news header h2 {
	font-family: YakuHanMPs, "Zen Old Mincho", serif;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.15em;
}
main section#home-news div.list-news {
	width: calc(100% - 240px);
}
main section#home-news p.button-default {
	position: absolute;
	left: 0px;
	top: 220px;
}
main section#home-concept,
main section#home-method {
	background-color: #90d7b7;
}
main section#home-concept div.inner-section,
main section#home-method div.inner-section {
	width: auto;
}
main section#home-concept div.image-text,
main section#home-method div.image-text {
	position: relative;
	width: calc(50vw + 540px);
}
main section#home-concept div.image-text {
	margin-left: auto;
}
main section#home-concept div.image-text p.image,
main section#home-method div.image-text p.image {
	width: calc(100% - 240px);
	height: 560px;
}
main section#home-concept div.image-text p.image img,
main section#home-method div.image-text p.image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
main section#home-concept div.image-text p.image {
	margin-left: auto;
}
main section#home-concept div.image-text div.text,
main section#home-method div.image-text div.text {
	position: absolute;
	width: 540px;
	height: 400px;
	top: calc(50% - 200px);
	z-index: 1;
	padding-top: 40px;
	background-color: #90d7b7;
}
main section#home-concept div.image-text div.text {
	left: 0px;
	padding-right: 40px;
}
main section#home-concept div.image-text div.text p.label,
main section#home-method div.image-text div.text p.label {
	position: absolute;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	top: -30px;
}
main section#home-concept div.image-text div.text p.label {
	left: 0px;
}
main section#home-concept div.image-text div.text h2,
main section#home-method div.image-text div.text h2 {
	font-family: YakuHanMPs, "Zen Old Mincho", serif;
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 2.75rem;
	margin-bottom: 30px;
}
main section#home-concept div.image-text div.text p.description,
main section#home-method div.image-text div.text p.description {
	margin-bottom: 40px;
}
main section#home-concept div.image-text div.text p.more,
main section#home-method div.image-text div.text p.more {
	display: flex;
	flex-wrap: wrap;
	font-family: YakuHanMPs, "Zen Old Mincho", serif;
	font-size: 1.25rem;
	font-weight: 600;
}
main section#home-concept div.image-text div.text p.more a,
main section#home-method div.image-text div.text p.more a {
	display: block;
	position: relative;
	padding: 0px 80px 15px 0px;
}
main section#home-concept div.image-text div.text p.more a::before,
main section#home-method div.image-text div.text p.more a::before {
	position: absolute;
	width: 100%;
	height: 0px;
	left: 0px;
	bottom: 0px;
	border-bottom: 4px solid #f5a02d;
	content: "";
	transition: 1.25s transform 0.25s ease;
	transform-origin: left top;
	transform: scaleX(0);
}
main section#home-concept div.image-text div.text p.more.active a::before,
main section#home-method div.image-text div.text p.more.active a::before {
	transform: scaleX(1);
}
main section#home-method div.image-text p.image a {
	position: relative;
}
main section#home-method div.image-text p.image a::before {
	position: absolute;
	width: 320px;
	height: 41px;
	left: 40px;
	top: 40px;
	background: url(../images/logo-wb-house-alternate.svg) no-repeat center;
	background-size: 100% auto;
	content: "";
}
main section#home-method div.image-text div.text {
	right: 0px;
	padding-left: 40px;
}
main section#home-method div.image-text div.text p.label {
	right: 0px;
}
main section#home-works div.list-works {
	margin-bottom: 0px;
}
main section#home-effort div.list {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -40px -60px 0px;
}
main section#home-effort div.list div.row {
	width: calc(33.33% - 40px);
	margin: 0px 40px 60px 0px;
}
main section#home-effort div.list div.row p.image {
	margin-bottom: 20px;
}
main section#home-effort div.list div.row h3 {
	font-family: YakuHanMPs, "Zen Old Mincho", serif;
	font-size: 1.125rem;
	font-weight: 600;
}

/* concept
-------------------------------------------------------------------------------- */

main section#concept {
	background-color: #90d7b7;
}
main section#concept header {
	margin-bottom: 80px;
}
main section#concept div.list {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -40px -60px 0px;
}
main section#concept div.list div.row {
	width: calc(50% - 40px);
	margin: 0px 40px 80px 0px;
}
main section#concept div.list div.row p.image {
	margin-bottom: 40px;
}
main section#concept div.list div.row h3 {
	font-family: YakuHanMPs, "Zen Old Mincho", serif;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 2.5rem;
	margin-bottom: 20px;
}
main section#concept div.list div.row p.description:not(:last-child) {
	margin-bottom: 40px;
}

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

main div.list-news div.row,
main div.list-news div.row div.headline-category {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
main div.list-news div.row {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
}
main div.list-news div.row:not(:last-child) {
	margin-bottom: 20px;
}
main div.list-news div.row p.created {
	width: 120px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	transform: translateY(2px);
}
main div.list-news div.row div.headline-category {
	width: calc(100% - 120px);
}
main div.list-news div.row div.headline-category h3 {
	font-size: 1rem;
	font-weight: 500;
}
main div.list-news div.row div.headline-category h3:not(:last-child) {
	margin-right: 20px;
}

/* works
-------------------------------------------------------------------------------- */

main div.list-works {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -40px -80px 0px;
}
main div.list-works div.row {
	width: calc(33.33% - 40px);
	margin: 0px 40px 80px 0px;
}
main div.list-works div.row p.image {
	margin-bottom: 20px;
}
main div.list-works div.row div.category-tag {
	margin-bottom: 10px;
}
main div.list-works div.row h3 {
	font-family: YakuHanMPs, "Zen Old Mincho", serif;
	font-size: 1.125rem;
	font-weight: 600;
}
main div.list-works div.row h3:not(:last-child) {
	margin-bottom: 5px;
}
main div.list-works div.row h3 span.new {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	color: #f5a02d;
	margin-right: 5px;
}
main article.works div.image {
	margin-bottom: 120px;
}
main article.works div.image p.row:not(:last-child) {
	margin-bottom: 40px;
}
main article.works div.image p.row img {
	width: 100%;
}

/* method
-------------------------------------------------------------------------------- */

main section#structure {
	background-color: #90d7b7;
}
main section#structure div.inner-section {
	width: 720px;
}
main section#structure div.list div.row:not(:last-child) {
	margin-bottom: 120px;
}
main section#structure div.list div.row p.diagram {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0px -120px 40px -120px;
	padding: 0px 80px;
	background-color: #ffffff;
}
main section#structure div.list div.row:nth-child(1) p.diagram {
	padding: 40px 80px;
}
main section#structure div.list div.row p.diagram span {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}
main section#structure div.list div.row:nth-child(1) p.diagram span:nth-child(1) {
	width: 40%;
}
main section#structure div.list div.row:nth-child(1) p.diagram span:nth-child(2) {
	width: 60%;
	padding-left: 5%;
}
main section#structure div.list div.row:nth-child(1) p.diagram span:nth-child(1) img {
	transform: scale(2.25);
}
main section#structure div.list div.row:nth-child(1) p.diagram span i {
	position: absolute;
	z-index: 1;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5rem;
	color: #ed9027;
}
main section#structure div.list div.row:nth-child(1) p.diagram span:nth-child(1) i {
	left: 22.5%;
	top: 75%;
}
main section#structure div.list div.row:nth-child(1) p.diagram span:nth-child(2) i:nth-of-type(1) {
	right: 70%;
	bottom: 13.5%;
	text-align: right;
}
main section#structure div.list div.row:nth-child(1) p.diagram span:nth-child(2) i:nth-of-type(2) {
	left: 68.5%;
	top: 52.5%;
	color: #2fa1d2;
}
main section#structure div.list div.row:nth-child(2) p.diagram span,
main section#structure div.list div.row:nth-child(3) p.diagram span,
main section#structure div.list div.row:nth-child(4) p.diagram span {
	width: 100%;
}
main section#structure div.list div.row:nth-child(2) p.diagram span img,
main section#structure div.list div.row:nth-child(3) p.diagram span img {
	width: 100%;
}
main section#structure div.list div.row:nth-child(3) p.diagram span img {
	margin-top: -5%;
}
main section#structure div.list div.row:nth-child(4) p.diagram span img {
	width: 87.5%;
	margin: -5% 0px -2.5% 0px;
	transform: translateX(2.5%);
}
main section#structure div.list div.row h3 {
	font-family: YakuHanMPs, "Zen Old Mincho", serif;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 2.5rem;
	margin-bottom: 20px;
}
main section#feature div.inner-section {
	width: auto;
}
main section#feature div.voice,
main section#feature div.concept-movie {
	margin-bottom: 120px;
}
main section#feature div.voice,
main section#feature div.certification {
	position: relative;
}
main section#feature div.voice {
	padding: 240px 0px 40px 0px;
}
main section#feature div.voice p.image,
main section#feature div.certification p.background {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
main section#feature div.voice p.image img,
main section#feature div.certification p.background img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
main section#feature div.voice p.button-voice a {
	width: 600px;
	height: 200px;
	padding: 0px 20px;
	border-radius: 10px;
}
main section#feature div.voice p.button-voice span.text,
main section#feature div.voice p.button-voice span.text i {
	display: block;
}
main section#feature div.voice p.button-voice span.text i.sub {
	line-height: 1.5rem;
	margin-bottom: 10px;
}
main section#feature div.voice p.button-voice span.text i.main {
	font-size: 1.75rem;
	margin-bottom: 20px;
}
main section#feature div.voice p.button-voice span.text i.description {
	color: #4d4d4d;
}
main section#feature div.concept-movie {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
main section#feature div.concept-movie div.video-wrapper {
	border: 1px solid #cccccc;
	margin-bottom: 40px;
}
main section#feature div.certification {
	color: #ffffff;
	padding: 120px 0px;
}
main section#feature div.certification p.background::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #6bb292;
	content: "";
	mix-blend-mode: multiply;
}
main section#feature div.certification div.body {
	position: relative;
	width: 600px;
	z-index: 1;
	margin: 0px auto;
}
main section#feature div.certification div.body p.image {
	width: 200px;
	margin: 0px auto 80px auto;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.125);
}
main section#feature div.certification div.body p.description {
	font-weight: 500;
}
main section#faq div.list div.row {
	position: relative;
	border-bottom: 1px solid #cccccc;
	padding: 40px 40px 40px 80px;
}
main section#faq div.list div.row:first-child {
	border-top: 1px solid #cccccc;
}
main section#faq div.list div.row::before {
	position: absolute;
	width: 20px;
	height: 20px;
	left: 15px;
	top: 45px;
	border-right: 2px solid #4d4d4d;
	border-top: 2px solid #4d4d4d;
	content: "";
	transform: rotate(45deg);
}
main section#faq div.list div.row h3,
main section#faq div.list div.row p.answer {
	position: relative;
	padding-left: 60px;
}
main section#faq div.list div.row h3::before,
main section#faq div.list div.row p.answer::before {
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: "Montserrat", sans-serif;
	font-size: 2.5rem;
	font-weight: 500;
}
main section#faq div.list div.row h3 {
	font-family: YakuHanMPs, "Zen Old Mincho", serif;
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 40px;
}
main section#faq div.list div.row h3::before {
	color: #f5a02d;
	content: "Q";
}
main section#faq div.list div.row p.answer::before {
	content: "A";
}

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

main div.list-voice {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -40px -80px 0px;
}
main div.list-voice div.row {
	width: calc(33.33% - 40px);
	margin: 0px 40px 80px 0px;
}
main div.list-voice div.row p.image {
	margin-bottom: 20px;
}
main div.list-voice div.row h3 {
	font-family: YakuHanMPs, "Zen Old Mincho", serif;
	font-size: 1.125rem;
	font-weight: 600;
}
main div.list-voice div.row h3 span.new {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	color: #f5a02d;
	margin-right: 5px;
}
main article.voice div.image {
	margin-bottom: 120px;
}

/* financing-plan
-------------------------------------------------------------------------------- */

main section#financing-plan header.common div.button-wrapper p.button-default svg {
	width: calc(106px * 0.5);
	height: calc(93px * 0.5);
	top: calc(50% - calc(93px * 0.25));
}
main section#financing-plan div.block:not(:last-child) {
	margin-bottom: 120px;
}
main section#financing-plan div.block div.header {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 160px;
	text-align: center;
	color: #ffffff;
	background-color: #90d7b7;
}
main section#financing-plan div.block div.header p.icon {
	position: absolute;
	width: 106px;
	height: 93px;
	left: 40px;
	top: calc(50% - 46.5px);
}
main section#financing-plan div.block div.header div.text h2 {
	text-indent: 0.15em;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 0.15em;
}
main section#financing-plan div.block div.header div.text h2:not(:last-child) {
	margin-bottom: 10px;
}
main section#financing-plan div.block div.header div.text p.description {
	font-weight: 500;
}
main section#financing-plan div#financing-plan-01.block div.list div.row {
	position: relative;
	padding: 40px 180px 40px 40px;
}
main section#financing-plan div#financing-plan-01.block div.list div.row:nth-child(2n+1) {
	background-color: #eef9f4;
}
main section#financing-plan div#financing-plan-01.block div.list div.row h3,
main section#financing-plan div#financing-plan-01.block div.list div.row p.description {
	margin-bottom: 10px;
}
main section#financing-plan div#financing-plan-01.block div.list div.row h3 {
	font-family: YakuHanMPs, "Zen Old Mincho", serif;
	font-size: 1.25rem;
	font-weight: 600;
}
main section#financing-plan div#financing-plan-01.block div.list div.row p.button-default {
	position: absolute;
	right: 40px;
	top: calc(50% - 20px);
}
main section#financing-plan div#financing-plan-02.block div.header {
	margin-bottom: 40px;
}
main section#financing-plan div#financing-plan-02.block div.flow,
main section#financing-plan div#financing-plan-02.block div.type {
	margin-bottom: 80px;
}
main section#financing-plan div#financing-plan-02.block div.flow h3,
main section#financing-plan div#financing-plan-02.block div.type h3 {
	position: relative;
	font-size: 1.25rem;
	font-weight: 500;
	color: #06c755;
	margin-bottom: 20px;
	padding-left: 25px;
}
main section#financing-plan div#financing-plan-02.block div.flow h3::before,
main section#financing-plan div#financing-plan-02.block div.type h3::before {
	position: absolute;
	width: 15px;
	height: 15px;
	left: 0px;
	top: 9px;
	background-color: #06c755;
	content: "";
}
main section#financing-plan div#financing-plan-02.block div.flow div.list {
	display: flex;
	flex-wrap: wrap;
}
main section#financing-plan div#financing-plan-02.block div.flow div.list div.row {
	position: relative;
	width: 20%;
	height: 180px;
	padding: 20px 0px 0px 60px;
}
main section#financing-plan div#financing-plan-02.block div.flow div.list div.row:first-child {
	width: calc(20% - 20px);
	padding-left: 40px;
}
main section#financing-plan div#financing-plan-02.block div.flow div.list div.row:last-child {
	width: calc(20% + 20px);
}
main section#financing-plan div#financing-plan-02.block div.flow div.list div.row:nth-child(2n+1) {
	background-color: #eef9f4;
}
main section#financing-plan div#financing-plan-02.block div.flow div.list div.row:not(:first-child)::before {
	position: absolute;
	width: 40px;
	height: 100%;
	left: 0px;
	top: 0px;
	content: "";
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
main section#financing-plan div#financing-plan-02.block div.flow div.list div.row:nth-child(2n+1)::before {
	background-color: #ffffff;
}
main section#financing-plan div#financing-plan-02.block div.flow div.list div.row:nth-child(2n)::before {
	background-color: #eef9f4;
}
main section#financing-plan div#financing-plan-02.block div.flow div.list div.row div.text {
	position: relative;
}
main section#financing-plan div#financing-plan-02.block div.flow div.list div.row div.text p.number {
	font-family: "Montserrat", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	color: #06c755;
	margin-bottom: 10px;
}
main section#financing-plan div#financing-plan-02.block div.flow div.list div.row div.text p.description {
	font-weight: 500;
	line-height: 1.5rem;
}
main section#financing-plan div#financing-plan-02.block div.type div.list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -60px;
}
main section#financing-plan div#financing-plan-02.block div.type div.list div.row {
	width: calc(33.33% - 60px);
	margin-right: 60px;
}
main section#financing-plan div#financing-plan-02.block div.type div.list div.row h4 {
	font-family: YakuHanMPs, "Zen Old Mincho", serif;
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 10px;
}
main section#financing-plan div#financing-plan-02.block div.adviser {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 40px 80px;
	background-color: #eef9f4;
}
main section#financing-plan div#financing-plan-02.block div.adviser p.illust {
	width: 301px;
}
main section#financing-plan div#financing-plan-02.block div.adviser p.illust img {
	width: 100%;
}
main section#financing-plan div#financing-plan-02.block div.adviser p.description {
	width: calc(100% - 361px);
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2.25rem;
}

/* real-estate
-------------------------------------------------------------------------------- */

main div.list-real-estate div.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px;
}
main div.list-real-estate div.row:nth-child(2n+1) {
	background-color: #f4f6eb;
}
main div.list-real-estate div.row div.text {
	width: calc(100% - 400px);
}
main div.list-real-estate div.row div.text div.headline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
}
main div.list-real-estate div.row div.text div.headline div.category {
	margin-right: 10px;
}
main div.list-real-estate div.row div.text div.headline p {
	font-family: YakuHanMPs, "Zen Old Mincho", serif;
	font-size: 1.25rem;
	font-weight: 600;
}
main div.list-real-estate div.row div.text div.headline p:not(:last-child) {
	margin-right: 20px;
}
main div.list-real-estate div.row div.text div.headline:has(.region-02) p.region-01 {
	margin-right: 5px;
}
main div.list-real-estate div.row div.text div.headline p.region-01::before {
	content: "【";
}
main div.list-real-estate div.row div.text div.headline p.region-01::after {
	content: "】";
}
main div.list-real-estate div.row p.image {
	width: 360px;
}
main section#real-estate div.block:not(:last-child) {
	margin-bottom: 120px;
}
main section#real-estate div.block div.header {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 100px;
	text-align: center;
	color: #ffffff;
	background-color: #96aa3c;
}
main section#real-estate div.block div.header p.icon {
	position: absolute;
	width: 120px;
	height: 72px;
	left: 40px;
	top: calc(50% - 36px);
}
main section#real-estate div.block div.header div.text h2 {
	text-indent: 0.15em;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 0.15em;
}

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

body.company main section#summary div.inner-section,
main section#company div.inner-section {
	width: 720px;
}
body.company main section#summary p.image {
	margin: 0px -120px 80px -120px;
}
main section#company div.president,
main section#company div.list {
	margin-bottom: 120px;
}
main section#company div.inner-section {
	padding: 0px;
}
main section#company div.president {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
main section#company div.president p.image {
	width: 220px;
}
main section#company div.president p.name {
	width: calc(100% - 260px);
	font-family: YakuHanMPs, "Zen Old Mincho", serif;
	font-weight: 600;
	letter-spacing: 0.15em;
}
main section#company div.president p.name span {
	display: block;
}
main section#company div.president p.name span.sub {
	font-size: 1.125rem;
	margin-bottom: 10px;
}
main section#company div.president p.name span.main {
	font-size: 1.5rem;
}
main section#company div.list div.row {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #cccccc;
	padding: 40px 0px;
}
main section#company div.list div.row:first-child {
	border-top: 1px solid #cccccc;
}
main section#company div.list div.row p.label {
	width: 240px;
}
main section#company div.list div.row p.body {
	width: calc(100% - 240px);
}
main section#company div.map {
	margin: 0px -120px;
}
main section#company div.map iframe {
	width: 100%;
	height: 480px;
}

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

main section.form div.inner-section {
	width: 720px;
}
main section.form div.header {
	margin-bottom: 120px;
}
main section.form div.mw_wp_form_preview div.header {
	display: none;
}
main section.form div.header p.description,
main section.form div.header div.tel {
	margin-bottom: 40px;
}
main section.form div.header div.tel {
	text-align: center;
	padding: 20px;
	background-color: #eef9f4;
	border-radius: 2.5px;
}
main section.form div.header div.tel p.number {
	font-family: "Montserrat", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 2rem;
	transform: translateY(2px);
}
main section.form div.header div.tel p.number span {
	font-size: 1.5rem;
	margin-right: 5px;
}
main section.form div.header div.tel p.time {
	font-weight: 500;
}
main section.form div.form div.component-wrapper {
	margin-bottom: 80px;
}
main section.form div.form div.component {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
	margin-bottom: 40px;
}
main section.form div.mw_wp_form_preview div.form div.component {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 0px;
	padding: 40px 0px;
}
main section.form div.mw_wp_form_preview div.form div.component:first-child {
	border-top: 1px solid #cccccc;
}
main section.form div.form div.component p.label {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	width: 240px;
	height: 50px;
	font-weight: 500;
}
main section.form div.form div.component-radio p.label,
main section.form div.form div.component-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 p.label span.note {
	font-size: 0.875rem;
	margin-left: 10px;
}
main section.form div.form div.component p.label span.require {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 40px;
	height: 20px;
	right: 20px;
	top: calc(50% - 10px);
	font-size: 0.75rem;
	line-height: 1rem;
	color: #f5a02d;
	border: 1px solid #f5a02d;
	border-radius: 2.5px;
}
main section.form div.mw_wp_form_preview div.form div.component p.label span.require {
	display: none;
}
main section.form div.form div.component div.body {
	width: calc(100% - 240px);
}
main section.form div.form div.component-radio div.body,
main section.form div.form div.component-checkbox div.body {
	margin-bottom: -5px;
}
main section.form div.form div.component-radio-horizontal div.body,
main section.form div.form div.component-checkbox-horizontal div.body {
	display: flex;
	flex-wrap: wrap;
}
main section.form div.form div.component div.body input[type=text],
main section.form div.form div.component div.body input[type=email],
main section.form div.form div.component div.body select,
main section.form div.form div.component div.body textarea {
	width: 100%;
}
main section.form div.form div.component-radio div.body span.mwform-radio-field,
main section.form div.form div.component-checkbox div.body span.mwform-checkbox-field,
main section.form div.form div.component-radio div.body span.mwform-radio-field > label,
main section.form div.form div.component-checkbox div.body span.mwform-checkbox-field > label {
	display: block;
}
main section.form div.form div.component-radio div.body span.mwform-radio-field,
main section.form div.form div.component-checkbox div.body span.mwform-checkbox-field {
	min-width: 50%;
	margin: 0px 0px 5px 0px;
}
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: #f5a02d;
}
main section.form div.form div.component div.body span.error {
	width: 100%;
	padding-top: 5px;
}
main section.form div.form div.component-date-time div.body {
	display: flex;
	flex-wrap: wrap;
}
main section.form div.form div.component-date-time div.body div.date {
	width: calc(62.5% - 5px);
	margin-right: 10px;
}
main section.form div.mw_wp_form_preview div.form div.component-date-time div.body div.date,
main section.form div.mw_wp_form_preview div.form div.component-date-time div.body div.time {
	width: auto;
}
main section.form div.mw_wp_form_preview div.form div.component-date-time div.body div.date input[type=text] {
	display: none;
}
main section.form div.form div.component-date-time div.body div.time {
	width: calc(37.5% - 5px);
}
main section.form div.form div.agreement {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	width: calc(100% - 240px);
	margin: 0px 0px 80px auto;
}
main section.form div.mw_wp_form_preview div.form div.agreement {
	display: none;
}
main section.form div.form div.agreement span.mwform-checkbox-field,
main section.form div.form div.agreement span.mwform-checkbox-field > label {
	display: block;
}
main section.form div.form div.agreement span.mwform-checkbox-field {
	margin-right: 5px;
}
main section.form div.form div.agreement span.mwform-checkbox-field-text {
	display: none;
}
main section.form div.form div.agreement span.error {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: -25px;
}
main section.form div.form div.action {
	display: flex;
	flex-wrap: wrap;
	padding-left: 240px;
}
main section.form div.mw_wp_form_preview div.form div.action {
	justify-content: center;
	padding-left: 0px;
}
main section.form div.form div.action input[type=button]:not(:last-child),
main section.form div.form div.action input[type=submit]:not(:last-child),
main section.form div.form div.action button:not(:last-child) {
	margin-right: 20px;
}
main section#application {
	background-color: #eef9f4;
}
main section#application div.mw_wp_form {
	margin-bottom: 120px;
}
main section#application div.header div.tel {
	background-color: #ffffff;
}

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

main section#privacy-policy div.inner-section {
	width: 720px;
}
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.25rem;
	font-weight: 500;
	margin-bottom: 10px;
}
main section#privacy-policy div.list div.row ol {
	list-style-type: decimal;
	padding-left: 20px;
}



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

footer#footer {
	position: relative;
	z-index: 1;
	padding-bottom: 40px;
	background-color: #ffffff;
}
footer#footer div.kids,
footer#footer p.button-contact,
footer#footer div.line {
	margin-bottom: 80px;
}
footer#footer div.kids {
	background-color: #fdecd5;
}
footer#footer div.kids div.image-text {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: center;
	width: calc(50vw + 540px);
	margin-left: auto;
}
footer#footer div.kids div.image-text p.image {
	width: calc(100% - 320px);
}
footer#footer div.kids div.image-text div.text {
	width: 320px;
}
footer#footer div.kids div.image-text div.text h3 {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2.5rem;
	margin-bottom: 10px;
}
footer#footer p.button-contact a {
	width: 720px;
	height: 160px;
	border-radius: 10px;
}
footer#footer p.button-contact img {
	position: absolute;
	width: 101px;
	left: 40px;
	top: calc(50% - calc(107px * 0.5));
}
footer#footer p.button-contact span.text,
footer#footer p.button-contact span.text i {
	display: block;
}
footer#footer p.button-contact span.text i.sub {
	margin-bottom: 5px;
}
footer#footer p.button-contact span.text i.main {
	font-size: 1.75rem;
}
footer#footer div.line {
	position: relative;
	padding: 80px 0px;
	background-color: #cdf4dd;
}
footer#footer div.line p.description {
	text-align: center;
	font-size: 1.125rem;
	font-weight: 500;
	margin-bottom: 40px;
}
footer#footer div.line p.illust {
	position: absolute;
	width: 156px;
	left: calc(50% + 280px);
	bottom: 0px;
}
footer#footer div.line p.illust img {
	width: 100%;
}
footer#footer div.sns {
	margin-bottom: 40px;
}
footer#footer div.sns ul {
	justify-content: center;
}
footer#footer div.logo-information {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
footer#footer div.logo-information p.logo {
	width: 247px;
	margin-right: 60px;
}
