/* --------------------------------------------------------------------------------
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: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	font-feature-settings: "palt";
	line-height: 1.875rem;
	color: #000000;
	-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: #f0641a;
}
h1 {
	font-size: 1.625rem;
}
h2 {
	font-size: 1.375rem;
}
h3 {
	font-size: 1.25rem;
}
h4,
h5,
h6 {
	font-size: 1rem;
}
p.note {
	font-size: 0.875rem;
	line-height: 1.5rem;
}
p.indent {
	text-indent: -1em;
	padding-left: 1em;
}
p:empty:before {
	content: none;
}
span.required {
	color: #f0641a;
}



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

input:where([type=text], [type=email], [type=number], [type=password], [type=search], [type=button], [type=submit]),
button,
textarea,
select {
	max-width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	outline: none;
	appearance: none;
}
input:where([type=text], [type=email], [type=number], [type=password], [type=search]),
textarea,
select {
	vertical-align: top;
	color: #000000;
	border: 1px solid #e3e3e3;
	background-color: #f7f7f7;
	border-radius: 5px;
}
input:where([type=text], [type=email], [type=number], [type=password], [type=search]),
select {
	height: 55px;
	padding: 0px 15px;
}
input:where([type=button], [type=submit]),
button {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 55px;
	text-align: center;
	font-size: 0.9375rem;
	font-weight: 700;
	border: none;
	cursor: pointer;
	background-color: #ecf5fc;
	transition: 0.25s color ease, 0.25s background-color ease;
}
input:where([type=button], [type=submit]):hover,
button:hover {
	color: #ffffff;
	background-color: #0062c4;
}
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 #e3e3e3;
	background-color: #ffffff;
}
input:where([type=radio], [type=checkbox])::after,
label.alternate input:where([type=radio], [type=checkbox]) + span::before {
	opacity: 0;
	transition: 0.25s opacity ease;
}
input:where([type=radio], [type=checkbox]):checked::after,
label.alternate input:where([type=radio], [type=checkbox]):checked + span::before {
	opacity: 1;
}
input[type=radio]::before,
input[type=radio]::after,
label.alternate input[type=radio] + span,
label.alternate input[type=radio] + span::before {
	border-radius: 50%;
}
input[type=radio]::after,
label.alternate input[type=radio] + span::before {
	width: 12px;
	height: 12px;
	left: calc(50% - calc(12px * 0.5));
	top: calc(50% - calc(12px * 0.5));
	background-color: #0062c4;
}
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 #0062c4;
	border-bottom: 2px solid #0062c4;
}
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: #e3e3e3;
}
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-tel::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 #e3e3e3;
	margin: 20px 0px;
}
iframe[src*="youtube.com"],
video {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
}
iframe.wp-embedded-content {
	width: 100%;
}
mark {
	margin: 0px 5px;
	padding: 0px 5px;
	background-color: #f7f7f7;
	border-radius: 5px;
}



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

div#page {
	position: relative;
	overflow: hidden;
}
div#trigger {
	position: absolute;
	left: 0px;
	top: 50svh;
	pointer-events: none;
}
button,
p.button-default a {
	position: relative;
}
button span.corner,
p.button-default span.corner {
	position: absolute;
	width: 10px;
	height: 10px;
	border-left: 2px solid #0062c4;
	border-top: 2px solid #0062c4;
	content: "";
}
button span:where(.corner-01, .corner-02),
p.button-default span:where(.corner-01, .corner-02) {
	top: 0px;
}
button span:where(.corner-01, .corner-04),
p.button-default span:where(.corner-01, .corner-04) {
	left: 0px;
}
button span:where(.corner-02, .corner-03),
p.button-default span:where(.corner-02, .corner-03) {
	right: 0px;
}
button span.corner-02,
p.button-default span.corner-02 {
	transform: scaleX(-1);
}
button span:where(.corner-03, .corner-04),
p.button-default span:where(.corner-03, .corner-04) {
	bottom: 0px;
}
button span.corner-03,
p.button-default span.corner-03 {
	transform: scale(-1, -1);
}
button span.corner-04,
p.button-default span.corner-04 {
	transform: scaleY(-1);
}
p.button-default,
p.button-default a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
p.button-default {
	text-align: center;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.5rem;
}
p.button-default a {
	align-items: center;
	width: 300px;
	height: 55px;
	background-color: #ecf5fc;
	transition: 0.25s color ease, 0.25s background-color ease;
}
p.button-default a:hover {
	color: #ffffff;
	background-color: #0062c4;
}
p.button-default span.arrow {
	display: inline-block;
	width: 10px;
	height: 7.5px;
	margin-left: 15px;
	background-color: #0062c4;
	transition: 0.25s background-color ease;
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
p.button-default a:hover span.arrow {
	background-color: #ffffff;
}
div.banner-tel a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	max-width: 880px;
	margin: 0px auto;
	padding: 30px 0px;
	background-color: #f0641a;
	border-radius: 5px;
	transition: 0.25s background-color ease;
}
div.banner-tel a:hover {
	background-color: #000000;
}
div.banner-tel div.text {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
div.banner-tel div.text p.number {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-right: 40px;
}
div.banner-tel div.text p.number i.icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	font-size: 1.75rem;
	color: #f0641a;
	margin-right: 20px;
	background-color: #ffffff;
	border-radius: 50%;
	transition: 0.25s color ease;
}
div.banner-tel a:hover div.text p.number i.icon {
	color: #000000;
}
div.banner-tel div.text p.number span {
	font-family: "Roboto", sans-serif;
	font-size: 3.125rem;
	font-weight: 500;
	line-height: 3.625rem;
}
div.banner-tel div.text p.time {
	line-height: 1.5rem;
	padding-top: 5px;
}
div.banner-tel div.text p.time span.label {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.625rem;
	font-weight: 600;
	line-height: 1rem;
}
div.banner-tel div.text p.time span.label i {
	border: 1px solid #ffffff;
	padding: 0px 5px;
	border-radius: 5px;
}
div.banner-tel div.text p.time span.body {
	display: block;
	font-size: 0.875rem;
}
div.banner-tel-alternate a {
	padding: 20px 0px;
}
div.banner-tel-alternate div.text {
	display: block;
	text-align: center;
}
div.banner-tel-alternate div.text p.label {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.25rem;
	margin-bottom: 5px;
}
div.banner-tel-alternate div.text p.label span {
	display: block;
	border-bottom: 1px solid #ffffff;
	padding: 0px 2.5px;
}
div.banner-tel-alternate div.text p.label i {
	font-size: 0.875rem;
}
div.banner-tel-alternate div.text p.number {
	margin-right: 0px;
}
div.banner-tel-alternate div.text p.number i.icon {
	display: none;
}
div.banner-tel-alternate div.text p.number span {
	font-size: 1.625rem;
	line-height: 1.875rem;
}
div.banner-tel-alternate div.text p.time {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding-top: 0px;
}
div.banner-tel-alternate div.text p.time span:not(:last-child) {
	margin-right: 5px;
}
div.float {
	position: fixed;
	right: 0px;
	top: 30px;
	z-index: 100;
}
body.admin-bar div.float {
	top: 62px;
}
@media (max-width:1260px) {
div.float {
	top: 100px;
}
body.admin-bar div.float {
	top: 132px;
}
}
div.float div.banner-tel-alternate a {
	width: 210px;
	border-radius: 10px 0px 0px 10px;
}
p.image {
	overflow: hidden;
}
p.image img {
	width: 100%;
}
p.image-zoom img {
	transition: 0.375s transform ease;
}
a:hover p.image-zoom img,
p.image-zoom a:hover img {
	transform: scale(1.0375);
}
*.scroll:where(.fade, .fade-slide, .fade-zoom, .fade-bounce),
*.scroll:where(.fade-each, .fade-each-slide, .fade-each-zoom, .fade-each-bounce) > * {
	opacity: 0;
	transition-duration: 1.25s;
}
*.scroll:where(.fade, .fade-slide, .fade-zoom, .fade-bounce).active,
*.scroll:where(.fade-each, .fade-each-slide, .fade-each-zoom, .fade-each-bounce).active > * {
	opacity: 1;
}
*.scroll.fade,
*.scroll.fade-each > * {
	transition-property: opacity;
	transition-timing-function: ease-in-out;
}
*.scroll.fade-slide,
*.scroll.fade-each-slide > * {
	transition-property: opacity, transform;
	transition-timing-function: ease-in-out, ease;
}
*.scroll.fade-slide-left,
*.scroll.fade-each-slide-left > * {
	transform: translate(40px, 0px);
}
*.scroll.fade-slide-right,
*.scroll.fade-each-slide-right > * {
	transform: translate(-40px, 0px);
}
*.scroll.fade-slide-up,
*.scroll.fade-each-slide-up > * {
	transform: translate(0px, 40px);
}
*.scroll.fade-slide-down,
*.scroll.fade-each-slide-down > * {
	transform: translate(0px, -40px);
}
*.scroll.fade-slide.active,
*.scroll.fade-each-slide.active > * {
	transform: translate(0px, 0px);
}
*.scroll:where(.fade-zoom, .fade-bounce),
*.scroll:where(.fade-each-zoom, .fade-each-bounce) > * {
	transition-property: opacity, transform;
}
*.scroll:where(.fade-zoom, .fade-bounce).active,
*.scroll:where(.fade-each-zoom, .fade-each-bounce).active > * {
	transform: scale(1);
}
*.scroll.fade-zoom,
*.scroll.fade-each-zoom > * {
	transition-timing-function: ease-in-out, ease;
	transform: scale(0.875);
}
*.scroll.fade-zoom.active,
*.scroll.fade-each-zoom.active > *,
*.scroll.fade-bounce.active,
*.scroll.fade-each-bounce.active > * {
	transform: scale(1);
}
*.scroll.fade-bounce,
*.scroll.fade-each-bounce > * {
	transition-timing-function: ease-in-out, linear(0, 0.016, 0.063 9.1%, 0.25, 0.563, 1, 0.813 45.5%, 0.766, 0.75, 0.766, 0.813 63.6%, 1 72.7%, 0.953, 0.938, 0.953, 1, 0.984, 1);
	transform: scale(0.75);
}
*.split-text {
	opacity: 0;
}
html.active *.split-text {
	opacity: 1;
}
*.split-text > * {
	display: inline-block;
}
*.delay-01 {
	transition-delay: calc(0.125s * 1);
}
*.delay-02 {
	transition-delay: calc(0.125s * 2);
}
*.delay-03 {
	transition-delay: calc(0.125s * 3);
}
*.delay-04 {
	transition-delay: calc(0.125s * 4);
}
*.delay-05 {
	transition-delay: calc(0.125s * 5);
}
*.delay-06 {
	transition-delay: calc(0.125s * 6);
}
*.delay-07 {
	transition-delay: calc(0.125s * 7);
}
*.delay-08 {
	transition-delay: calc(0.125s * 8);
}
*.delay-09 {
	transition-delay: calc(0.125s * 9);
}
*.delay-10 {
	transition-delay: calc(0.125s * 10);
}
div.grecaptcha-badge {
	z-index: 1;
	bottom: 20px !important;
}



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

header#header {
	position: relative;
	z-index: 200;
}
header#header :where(*#logo, nav#navi) {
	position: fixed;
	top: 40px;
}
body.admin-bar header#header :where(*#logo, nav#navi) {
	top: 72px;
}
header#header *#logo {
	left: 40px;
}
header#header *#logo img {
	width: 208px;
}
header#header p#button-tel {
	display: none;
}
header#header nav#navi {
	right: 250px;
}
@media (max-width:1260px) {
header#header nav#navi {
	right: 40px;
}
}
header#header nav#navi ul {
	display: flex;
	flex-wrap: wrap;
	margin-right: -12.5px;
}
header#header nav#navi ul li {
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.5rem;
}
header#header nav#navi ul li a {
	display: block;
	padding: 0px 12.5px;
}
header#header div.banner-tel-alternate {
	display: none;
}



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

div#cover {
	position: relative;
	height: 900px;
	padding-top: 180px;
	background: url(../images/cover-background.jpg) no-repeat center;
	background-size: cover;
}
div#cover div.illust-title {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: center;
	width: 1040px;
	margin: 0px auto;
	padding-right: 80px;
}
div#cover div.illust-title p.illust {
	width: 277px;
}
div#cover div.illust-title div.title {
	width: calc(100% - 277px);
	padding-bottom: 120px;
}
div#cover div.illust-title div.title p.sub {
	display: flex;
	flex-wrap: wrap;
	font-size: 2rem;
	font-weight: 700;
	line-height: 2.5rem;
	margin-bottom: 50px;
}
div#cover div.illust-title div.title p.sub span {
	display: block;
	border-bottom: 2px solid #0062c4;
	padding-bottom: 5px;
}
div#cover div.illust-title div.title h2 img {
	width: 557px;
}
div#cover p.catch,
div#cover p.catch span {
	display: flex;
	flex-wrap: wrap;
}
div#cover p.catch {
	position: absolute;
	width: 1040px;
	left: calc(50% - 520px);
	top: 630px;
	text-align: center;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
div#cover p.catch span {
	justify-content: center;
	align-items: center;
	height: 50px;
	color: #ffffff;
	padding: 0px 30px;
	background-color: #0062c4;
	border-radius: 25px;
}
div#cover p.button-scroll {
	position: absolute;
	left: 40px;
	bottom: 115px;
	font-family: "Roboto", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
}
div#cover p.button-scroll a {
	display: block;
	padding-bottom: 15px;
}
div#cover p.button-scroll a::before,
div#cover p.button-scroll a::after {
	position: absolute;
	border-right: 1px solid #000000;
	content: "";
	transition: 0.25s border-color ease;
}
div#cover p.button-scroll a:hover::before,
div#cover p.button-scroll a:hover::after {
	border-color: #f0641a;
}
div#cover p.button-scroll a::before {
	width: 0px;
	height: 17.5px;
	left: calc(50% - 0.5px);
	bottom: 2.5px;
}
div#cover p.button-scroll a::after {
	width: 6px;
	height: 6px;
	left: calc(50% - 3px);
	bottom: 0px;
	border-bottom: 1px solid #000000;
	transform: rotate(45deg);
}
div#cover p.button-scroll span {
	writing-mode: vertical-rl;
}



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

main,
main section,
main section div.inner-section {
	position: relative;
}
main section div.inner-section {
	width: 1040px;
	z-index: 1;
	margin: 0px auto;
	padding: 120px 0px;
}
main section header {
	margin-bottom: 80px;
}
main section header h2 {
	display: flex;
	flex-wrap: wrap;
	height: 75px;
}
main section header h2 span {
	display: block;
	border-right: 4px solid #98c9ef;
	border-bottom: 4px solid #98c9ef;
	padding: 5px 25px 0px 0px;
	border-bottom-right-radius: 20px;
}
main section header h2 img {
	width: auto;
	height: 43px;
}

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

main section#worry {
	background-color: #f7f7f7;
}
main section#worry::before {
	position: absolute;
	width: 100%;
	height: 75px;
	left: 0px;
	top: -75px;
	background: url(../images/background-01.svg) no-repeat center;
	background-size: 100% 100%;
	content: "";
}
main section#worry div.inner-section {
	padding-bottom: 0px;
}
main section#worry div.block {
	position: relative;
}
main section#worry div.block-worry {
	margin-bottom: 240px;
}
main section#worry div.block-worry::before {
	position: absolute;
	width: 482px;
	height: 482px;
	left: calc(50% - 241px);
	bottom: -310px;
	background: url(../images/worry-background.svg) no-repeat center;
	background-size: 100% auto;
	content: "";
}
main section#worry div.block-worry h2 {
	text-align: center;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 3rem;
	margin-bottom: 60px;
}
main section#worry div.block-worry h2 span {
	display: inline-block;
	font-size: 3.125rem;
	color: #0062c4;
	border-bottom: 4px solid #0062c4;
	margin: 0px 5px;
	padding-bottom: 5px;
}
main section#worry div.block-worry div.balloon {
	position: relative;
	height: 380px;
}
main section#worry div.block-worry div.balloon p.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	text-align: center;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.75rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}
main section#worry div.block-worry div.balloon p.row span,
main section#worry div.block-worry div.balloon p.row span i {
	display: block;
}
main section#worry div.block-worry div.balloon p.row span i:not(:last-child) {
	margin-bottom: 5px;
}
main section#worry div.block-worry div.balloon p.row span i.main {
	border-bottom: 2px solid #f0641a;
	padding-bottom: 2.5px;
}
main section#worry div.block-worry div.balloon p.row span i.main-emphasis {
	font-size: 1.75rem;
	line-height: 2.25rem;
}
main section#worry div.block-worry div.balloon p.row-01 {
	width: 204px;
	height: 152px;
	left: -80px;
	top: 40px;
	background-image: url(../images/worry-balloon-01.svg);
}
main section#worry div.block-worry div.balloon p.row-02 {
	width: 269px;
	height: 194px;
	left: calc(50% - 300px);
	top: 0px;
	background-image: url(../images/worry-balloon-02.svg);
}
main section#worry div.block-worry div.balloon p.row-03 {
	width: 254px;
	height: 189px;
	right: calc(50% - 300px);
	top: 0px;
	background-image: url(../images/worry-balloon-03.svg);
}
main section#worry div.block-worry div.balloon p.row-04 {
	width: 204px;
	height: 152px;
	right: -80px;
	top: 40px;
	background-image: url(../images/worry-balloon-04.svg);
}
main section#worry div.block-worry div.balloon p.row-05 {
	width: 224px;
	height: 167px;
	left: calc(50% - 440px);
	top: 220px;
	background-image: url(../images/worry-balloon-05.svg);
}
main section#worry div.block-worry div.balloon p.row-06 {
	width: 218px;
	height: 157px;
	right: calc(50% - 440px);
	top: 210px;
	background-image: url(../images/worry-balloon-06.svg);
}
main section#worry div.block-solve {
	margin: 0px calc(50% - 50vw);
	padding-bottom: 80px;
	background-color: #ffffff;
}
main section#worry div.block-solve::before {
	position: absolute;
	width: 100%;
	height: 160px;
	top: -160px;
	background: url(../images/background-02.svg) no-repeat center;
	background-size: 100% 100%;
	content: "";
}
main section#worry div.block-solve p.illust {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	transform: translateY(-400px);
	margin-bottom: -360px;
}
main section#worry div.block-solve p.illust img {
	width: 244px;
}
main section#worry div.block-solve div.headline {
	position: relative;
	text-align: center;
	font-weight: 700;
	margin-bottom: 60px;
}
main section#worry div.block-solve div.headline div.line {
	position: absolute;
	top: 110px;
}
main section#worry div.block-solve div.headline div.line::before,
main section#worry div.block-solve div.headline div.line::after {
	position: absolute;
	width: 0px;
	bottom: 0px;
	border-right: 4px solid #0062c4;
	content: "";
	transform-origin: center bottom;
}
main section#worry div.block-solve div.headline div.line::before {
	height: 140px;
	left: 0px;
	bottom: 10px;
	transform: rotate(-30deg);
}
main section#worry div.block-solve div.headline div.line::after {
	height: 80px;
	left: -25px;
	bottom: 0px;
	transform: rotate(-45deg);
}
main section#worry div.block-solve div.headline div.line-left {
	left: calc(50% - 280px);
}
main section#worry div.block-solve div.headline div.line-right {
	right: calc(50% - 280px);
	transform: scaleX(-1);
}
main section#worry div.block-solve div.headline h3 {
	font-size: 3.125rem;
	line-height: 3.625rem;
	margin-bottom: 10px;
}
main section#worry div.block-solve div.headline p.sub {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 1.375rem;
	color: #f0641a;
}
main section#worry div.block-solve div.headline p.sub i {
	display: inline-block;
	border-bottom: 2px solid #f0641a;
	padding-bottom: 2.5px;
}
main section:where(#business, #reason) div.image-text {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0px calc(50% - 50vw) 120px 0px;
}
main section:where(#business, #reason) div.image-text div.text {
	width: 440px;
}
main section:where(#business, #reason) div.image-text div.text h3 {
	display: flex;
	flex-wrap: wrap;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 2.75rem;
	color: #0062c4;
	margin-bottom: 40px;
}
main section:where(#business, #reason) div.image-text div.text h3 span {
	display: block;
	border-bottom: 2px solid #0062c4;
	padding-bottom: 5px;
}
main section:where(#business, #reason) div.image-text p.image {
	width: calc(100% - 600px);
	height: 500px;
	margin-top: -155px;
}
main section:where(#business, #reason) div.image-text p.image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
main section#business div.block:not(:last-child) {
	margin-bottom: 80px;
}
main section#business div.block h3 {
	position: relative;
	font-size: 1.625rem;
	font-weight: 700;
	margin-bottom: 30px;
	padding-left: 25px;
}
main section#business div.block h3::before {
	position: absolute;
	width: 15px;
	height: 0px;
	left: 0px;
	top: 14px;
	border-bottom: 2px solid #98c9ef;
	content: "";
}
main section#business div.block div.list {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -40px -40px 0px;
}
main section#business div.block div.list div.row {
	width: calc(33.33% - 40px);
	margin: 0px 40px 40px 0px;
}
main section#business div.block div.list div.row p.image {
	margin-bottom: 10px;
}
main section#business div.block div.list div.row p.caption {
	font-size: 1.125rem;
}
main section#flow :where(div.list, p.description, div.banner-tel) {
	margin-bottom: 60px;
}
main section#flow div.list {
	display: flex;
	flex-wrap: wrap;
}
main section#flow div.list div.row {
	width: 25%;
}
main section#flow div.list div.row p.icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	aspect-ratio: 1;
	width: calc(100% - 80px);
	border: 2px solid #e3e3e3;
	margin: 0px auto 20px auto;
	border-radius: 50%;
}
main section#flow div.list div.row:not(:last-child) p.icon::before {
	position: absolute;
	width: 15px;
	height: 20px;
	right: -50px;
	top: calc(50% - 10px);
	background-color: #0062c4;
	content: "";
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
main section#flow div.list div.row p.icon img {
	width: 105px;
}
main section#flow div.list div.row p.caption {
	text-align: center;
	font-size: 1.625rem;
	font-weight: 700;
}
main section#flow p.description {
	text-align: center;
}
main div#notice {
	position: relative;
	margin: 80px 0px;
	padding: 80px 0px;
	background: url(../images/notice-image.jpg) no-repeat center;
	background-size: cover;
}
main div#notice::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #000000;
	content: "";
	opacity: 0.625;
}
main div#notice div.text {
	position: relative;
	text-align: center;
}
main div#notice div.text h2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 1.375rem;
	font-weight: 700;
	margin-bottom: 30px;
}
main div#notice div.text h2 span {
	padding: 7.5px 20px;
	background-color: #ffffff;
	border-radius: 5px;
}
main div#notice div.text p.description {
	color: #ffffff;
}
main section#reason div.list-wrapper {
	position: relative;
	padding: 80px 0px;
}
main section#reason div.list-wrapper::before {
	position: absolute;
	width: 100vw;
	height: 100%;
	left: calc(50% - 50vw);
	top: 0px;
	background-color: #f7f6f0;
	content: "";
}
main section#reason div.list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-right: -80px;
}
main section#reason div.list div.row {
	width: calc(33.33% - 80px);
	margin-right: 80px;
}
main section#reason div.list div.row p.number {
	font-family: "Roboto", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	color: #e0ddc6;
	margin-bottom: 10px;
}
main section#reason div.list div.row :where(p.sub, h3) {
	font-weight: 700;
}
main section#reason div.list div.row p.sub {
	font-size: 1.375rem;
	margin-bottom: 10px;
}
main section#reason div.list div.row h3 {
	font-size: 1.875rem;
	line-height: 2.25rem;
	margin-bottom: 15px;
}
main section#reason div.list div.row p.description {
	font-size: 1.125rem;
}
main section#example div.list {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -20px 20px 0px;
}
main section#example div.list div.row {
	width: calc(33.33% - 20px);
	margin: 0px 20px 40px 0px;
}
main section#example div.list div.row :where(h3, p.body) {
	position: relative;
	font-weight: 700;
	border-radius: 5px;
}
main section#example div.list div.row :where(h3, p.body)::before {
	position: absolute;
	font-family: "Roboto", sans-serif;
	font-size: 1.375rem;
	font-weight: 500;
}
main section#example div.list div.row h3 {
	width: calc(100% - 20px);
	z-index: 1;
	font-size: 1.125rem;
	line-height: 1.625rem;
	color: #ffffff;
	margin: 0px auto;
	padding: 10px 20px 10px 50px;
	background-color: #0062c4;
}
main section#example div.list div.row h3::before {
	left: 15px;
	top: 10px;
	content: "Q";
}
main section#example div.list div.row h3::after {
	position: absolute;
	width: 15px;
	height: 15px;
	left: 50px;
	bottom: -14px;
	background-color: #0062c4;
	content: "";
	clip-path: polygon(0% 0%, 87.5% 0%, 100% 100%);
}
main section#example div.list div.row p.body {
	margin-top: -30px;
	padding: 60px 20px 40px 60px;
	background-color: #ecf5fc;
}
main section#example div.list div.row p.body::before {
	left: 25px;
	top: 60px;
	color: #f0641a;
	content: "A";
}
main section#example div.list div.row p.body span {
	display: inline-block;
	font-size: 1.25rem;
	margin: 0px 5px;
	border-bottom: 2px solid #f0641a;
}
main section#example div.list div.row p.body span:first-child,
main section#example div.list div.row p.body br + span {
	margin-left: 0px;
}
main section#example p.description {
	text-align: center;
	font-size: 1.125rem;
	margin-bottom: 20px;
}
main section#merit {
	background-color: #ecf5fc;
}
main section#merit div.summary {
	margin-bottom: 80px;
}
main section#merit div.summary h3 {
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 2.75rem;
	margin-bottom: 40px;
}
main section#merit div.summary h3 span {
	display: inline-block;
	font-size: 2.875rem;
	line-height: 3.25rem;
	color: #0062c4;
	border-bottom: 2px solid #0062c4;
	margin-left: 10px;
	padding-bottom: 5px;
}
main section#merit div.summary p.description {
	font-size: 1.125rem;
}
main section#merit div.list div.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 60px;
	background-color: #ffffff;
	border-radius: 5px;
}
main section#merit div.list div.row:nth-child(2n+1) {
	flex-direction: row-reverse;
}
main section#merit div.list div.row:not(:last-child) {
	margin-bottom: 40px;
}
main section#merit div.list div.row p.image {
	width: 370px;
}
main section#merit div.list div.row div.text {
	width: calc(100% - 430px);
}
main section#merit div.list div.row div.text p.number {
	display: flex;
	flex-wrap: wrap;
	font-family: "Roboto", sans-serif;
	font-size: 1.375rem;
	font-weight: 500;
	margin-bottom: 40px;
}
main section#merit div.list div.row div.text p.number span {
	display: block;
	border-bottom: 2px solid #0062c4;
}
main section#merit div.list div.row div.text h3 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 2.25rem;
	margin-bottom: 30px;
}
main section#merit div.list div.row div.text h3 span {
	display: block;
	margin-bottom: 10px;
}
main section#merit div.list div.row div.text h3 span:not(:last-child) {
	margin-right: 10px;
}
main section#merit div.list div.row div.text h3 span.main {
	font-size: 2.25rem;
	line-height: 2.75rem;
	color: #ffffff;
	background-color: #0062c4;
	padding: 5px 15px;
	border-radius: 5px;
}
main section#merit div.list div.row:not(:last-child) div.text h3 span.sub {
	width: 100%;
}
main section#company div:where(.list-wrapper, .map) {
	margin-bottom: 60px;
}
main section#company div.list-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
main section#company div.list-wrapper div.list {
	width: calc(50% - 40px);
}
main section#company div.list div.row {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	border-bottom: 1px solid #e3e3e3;
	padding: 20px 0px;
}
main section#company div.list div.row::before,
main section#company div.list div.row:first-child::after {
	position: absolute;
	width: 120px;
	height: 0px;
	left: 0px;
	border-bottom: 1px solid #98c9ef;
	content: "";
}
main section#company div.list div.row::before {
	bottom: -1px;
}
main section#company div.list div.row:first-child::after {
	top: -1px;
}
main section#company div.list div.row:first-child {
	border-top: 1px solid #e3e3e3;
}
main section#company div.list div.row p.label {
	width: 140px;
}
main section#company div.list div.row p.body {
	width: calc(100% - 140px);
}
main section#company div.map iframe {
	width: 100%;
	height: 360px;
}
main section#contact {
	background-color: #f7f6f0;
}
main section#contact div.block {
	padding: 80px;
	background-color: #ffffff;
	border-radius: 5px;
}
main section#contact div.block:not(:last-child) {
	margin-bottom: 40px;
}
main section#contact div.block div.header {
	margin-bottom: 40px;
}
main section#contact div.block div.header h3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 1.375rem;
	font-weight: 700;
	color: #0062c4;
	margin-bottom: 20px;
}
main section#contact div.block div.header h3 span {
	display: block;
	border-bottom: 2px solid #0062c4;
	padding-bottom: 5px;
}
main section#contact div.block div.header p.description {
	text-align: center;
}

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

main section.form div.component-wrapper {
	margin-bottom: 60px;
}
main section.form div.component {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
}
main section.form div.component:not(:last-child) {
	margin-bottom: 40px;
}
main section.form div.mw_wp_form_preview div.component {
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 0px;
	padding: 40px 0px;
}
main section.form div.mw_wp_form_preview div.component:first-child {
	border-top: 1px solid #e3e3e3;
}
main section.form div.component p.label {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	width: 240px;
	height: 55px;
	font-size: 1.125rem;
}
main section.form div.component-radio-checkbox p.label {
	height: auto;
}
main section.form div.mw_wp_form_preview div.component p.label {
	display: block;
	height: auto;
}
main section.form div.component p.label span.require {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 20px;
	font-size: 0.75rem;
	line-height: 1rem;
	margin-left: 10px;
	background-color: #ecf5fc;
	border-radius: 5px;
}
main section.form div.mw_wp_form_preview div.component p.label span.require {
	display: none;
}
main section.form div.component div.body {
	width: calc(100% - 240px);
}
main section.form div.component-radio-checkbox div.body {
	margin-bottom: -5px;
}
main section.form div.component-horizontal div.body {
	display: flex;
	flex-wrap: wrap;
}
main section.form div.component div.body :where(input:where([type=text], [type=email]), select, textarea) {
	width: 100%;
}
main section.form div.component div.body :where(span.mwform-radio-field, span.mwform-checkbox-field),
main section.form div.component div.body :where(span.mwform-radio-field, span.mwform-checkbox-field) > label {
	display: block;
}
main section.form div.component-radio-checkbox div.body :where(span.mwform-radio-field, span.mwform-checkbox-field) {
	margin: 0px 0px 5px 0px;
}
main section.form div.component-horizontal div.body :where(span.mwform-radio-field, span.mwform-checkbox-field):not(:last-of-type) {
	margin-right: 30px;
}
main section.form div.component div.body div.postal-code {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
main section.form div.mw_wp_form_preview div.component div.body div.postal-code {
	margin-bottom: 0px;
}
main section.form div.component div.body div.postal-code p:where(.prefix, .separate) {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 55px;
}
main section.form div.mw_wp_form_preview div.component div.body div.postal-code p:where(.prefix, .separate) {
	display: block;
	height: auto;
}
main section.form div.component div.body div.postal-code p.prefix {
	width: 30px;
}
main section.form div.mw_wp_form_preview div.component div.body div.postal-code p.prefix {
	width: auto;
}
main section.form div.component div.body div.postal-code p.separate {
	justify-content: center;
	width: 40px;
}
main section.form div.mw_wp_form_preview div.component div.body div.postal-code p.separate {
	width: auto;
}
main section.form div.component div.body div.postal-code p.text:has(input[name=postal_code_01]) {
	width: 180px;
}
main section.form div.mw_wp_form_preview div.component div.body div.postal-code p.text:has(input[name=postal_code_01]) {
	width: auto;
}
main section.form div.component div.body div.postal-code p.text:has(input[name=postal_code_02]) {
	width: 240px;
}
main section.form div.mw_wp_form_preview div.component div.body div.postal-code p.text:has(input[name=postal_code_02]) {
	width: auto;
}
main section.form :where(div.component div.body, div.agreement) span.error {
	font-size: 0.875rem;
	line-height: 25px;
	color: #f0641a;
}
main section.form div.component div.body span.error {
	width: 100%;
	padding-top: 5px;
}
main section.form div.action {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
main section.form div.action :where(input:where([type=button], [type=submit]), button):not(:last-child) {
	margin-right: 40px;
}
main section.form div.action button[name=send] {
	color: #ffffff;
	background-color: #0062c4;
}
main section.form div.action button[name=send]:hover {
	background-color: #4089d3;
}
main section.form div.action button[name=send] span.corner {
	display: none;
}
main section.form div.mw_wp_form_complete p.description {
	text-align: center;
}



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

footer#footer {
	border-top: 1px solid #e3e3e3;
	padding: 40px 0px;
}
footer#footer p.logo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px;
}
footer#footer p.logo img {
	width: 208px;
}
footer#footer p.copyright {
	text-align: center;
	font-size: 0.75rem;
	line-height: 1.25rem;
}