* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
	overflow-x: auto;
	width: 100%;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: inherit;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: middle;
}

button {
	font: inherit;
}

a {
	cursor: pointer;
	text-decoration: none;
}

*:focus {
	outline: none;
}

body {
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
	animation: fadeIn 1s ease 0s 1 normal;
	background-color: #fff;
	color: #000912;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.75;
	overflow-wrap: break-word;
	overflow-x: hidden;
}

*::-moz-selection {
	background-color: #000912;
	color: #fff;
}

*::selection {
	background-color: #000912;
	color: #fff;
}

img {
	height: auto;
	width: 100%;
}

a {
	display: inline-block;
	width: 100%;
}

.inner {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 1566px;
}

.inner-slct {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 1200px;
}

.sec-tit {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.sec-tit > span {
	font-weight: 800;
}

.sec-tit > span:not(._color_sub) {
	color: #113478;
}

.sec-tit > small {
	font-weight: 600;
	letter-spacing: 0.08em;
}

.base-tit {
	-webkit-transition: color 0.2s;
	font-weight: 700;
	transition: color 0.2s;
}

.small-tit {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	font-weight: 800;
	text-align: center;
}

.small-tit > small {
	letter-spacing: 0.2em;
}

.small-tit > span > span {
	display: inline-block;
}

._bold {
	font-weight: 800;
}

._bold_mid {
	font-weight: 700;
}

._color {
	color: #113478;
	font-weight: 800;
}

._color_sub {
	color: #9F1313;
}

._center {
	text-align: center;
}

input,
textarea,
button {
	font: inherit;
	font-family: inherit;
	letter-spacing: 0.05em;
	margin: 0;
}

input,
textarea,
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

input,
button {
	background: transparent;
	border: none;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	color: #000912;
	width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	font-weight: 300;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #c7c7c7;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #c7c7c7;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #c7c7c7;
}

input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #c7c7c7;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
	color: #c7c7c7;
}

textarea {
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	display: block;
	resize: vertical;
}

input[type=checkbox] {
	display: none;
}

input[type=checkbox] + .wpcf7-list-item-label {
	color: #000912;
	cursor: pointer;
	display: block;
	position: relative;
}

input[type=checkbox] + .wpcf7-list-item-label a {
	color: inherit;
	position: relative;
}

input[type=checkbox] + .wpcf7-list-item-label a::before {
	background-color: #707070;
	bottom: 2px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

input[type=checkbox] + .wpcf7-list-item-label::before {
	-webkit-transform: translateY(-50%);
	background: #fff;
	content: "";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	top: 20px;
	transform: translateY(-50%);
	width: 20px;
}

input[type=checkbox] + .wpcf7-list-item-label::after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-webkit-transition: opacity 0.2s;
	border-bottom: 2px solid #113478;
	border-left: 2px solid #113478;
	content: "";
	display: block;
	height: 0.6em;
	left: 0;
	margin-top: -0.2em;
	opacity: 0;
	position: absolute;
	top: 20px;
	transform: translateY(-50%) rotate(-45deg);
	transition: opacity 0.2s;
	width: 20px;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

input[type=submit] {
	background-color: #113478;
	background-image: none;
	color: #fff;
	cursor: pointer;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-decoration: none;
}

input[type=submit]:hover,
input[type=submit]:focus {
	outline: none;
}

input[type=submit]::-moz-focus-inner {
	border: none;
	padding: 0;
}

.wpcf7 form .wpcf7-spinner {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	border: none;
	color: #9F1313;
	letter-spacing: 0.1em;
	margin: 2em 0 1em;
	text-align: center;
}

.contactForm .wpcf7 form .wpcf7-response-output {
	padding: 0.2em 0;
}

.wpcf7 form .wpcf7-not-valid-tip {
	color: #9F1313;
	font-weight: inherit;
	letter-spacing: 0.05em;
	padding-top: 3px;
}

.wpcf7 form.sent .wpcf7-response-output {
	display: none;
}

.grecaptcha-badge {
	visibility: hidden;
}

.arr-btn {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-transition: background-color 0.2s;
	align-items: center;
	align-self: flex-end;
	background-color: #000912;
	border-radius: 999px;
	color: #fff;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 13px;
	font-weight: 600;
	gap: 7px;
	height: 36px;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 35px;
	min-width: 108px;
	padding: 0 14px 0 18px;
	transition: background-color 0.2s;
}

.arr-btn ._txt {
	display: inline-block;
}

.arr-btn ._arr {
	-webkit-transition: -webkit-transform 0.2s;
	background-color: #fff;
	border-radius: 9999px;
	display: inline-block;
	height: 2px;
	margin: 4.3px 0;
	position: relative;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	width: 17px;
}

.arr-btn ._arr::before,
.arr-btn ._arr::after {
	-webkit-transform-origin: calc(100% - 1px) 50%;
	background-color: #fff;
	border-radius: 9999px;
	content: "";
	height: 2px;
	position: absolute;
	right: 0;
	top: calc(50% - 1px);
	transform-origin: calc(100% - 1px) 50%;
	width: 12px;
}

.arr-btn ._arr::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.arr-btn ._arr::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.more-btn {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #fff;
	border: 2px solid #113478;
	color: #113478;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	width: auto;
}

.more-btn {
	font-weight: 600;
}

.more-btn ._txt {
	display: inline-block;
}

.more-btn ._arr {
	-webkit-transition: -webkit-transform 0.2s;
	background-color: #113478;
	border-radius: 9999px;
	display: inline-block;
	height: 2px;
	margin: 4.3px 0;
	position: relative;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	width: 17px;
}

.more-btn ._arr::before,
.more-btn ._arr::after {
	-webkit-transform-origin: calc(100% - 1px) 50%;
	background-color: #113478;
	border-radius: 9999px;
	content: "";
	height: 2px;
	position: absolute;
	right: 0;
	top: calc(50% - 1px);
	transform-origin: calc(100% - 1px) 50%;
	width: 12px;
}

.more-btn ._arr::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.more-btn ._arr::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.footer {
	background: #000912;
	color: #fff;
}

.footer-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.footer-name {
	font-weight: 600;
	line-height: 1.5;
}

.footer-address {
	letter-spacing: 0.02em;
	line-height: 1.8;
}

.footer-address p + p {
	margin-top: 1.8em;
}

.footer-link {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.footer-link a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #fff;
	color: #fff;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
	gap: 8px;
	letter-spacing: 0.05em;
	width: auto;
}

.footer-link a ._txt {
	display: inline-block;
}

.footer-link a ._arr {
	-webkit-transition: -webkit-transform 0.2s;
	display: inline-block;
	height: 14px;
	position: relative;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	width: 8px;
}

.footer-link a ._arr::before,
.footer-link a ._arr::after {
	-webkit-transform-origin: calc(100% - 0.5px) 50%;
	background-color: #fff;
	border-radius: 9999px;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	top: calc(50% - 1px);
	transform-origin: calc(100% - 0.5px) 50%;
	width: 10px;
}

.footer-link a ._arr::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.footer-link a ._arr::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.fv {
	height: 380px;
}

.fv .sec-tit > span {
	color: #fff;
}

.fv .sec-tit > small {
	color: #fff;
	letter-spacing: 0.05em;
}

.header {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-transition: background-color 0.3s;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.9);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	left: 0;
	line-height: 1;
	position: fixed;
	right: 0;
	top: 0;
	transition: background-color 0.3s;
	z-index: 10;
}

.header.is-open {
	background-color: #fff;
}

.header-logo {
	position: relative;
	z-index: 2;
}

.header-logo a {
	display: block;
	width: 100%;
}

.header-logo img {
	display: block;
}

.header-toggle {
	display: none;
}

.header-item a {
	color: #000912;
	font-weight: 600;
	width: auto;
}

.header-btn a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-weight: 600;
	justify-content: center;
	text-align: center;
}

.header-btn._dl a {
	background-color: #113478;
}

.header-btn._contact a {
	background-color: #9F1313;
}

.header-company {
	display: none;
}

.paging-list {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.paging-list {
	font-weight: 700;
}

.paging-list > *.page-numbers {
	display: inline-block;
	line-height: 1;
	padding: 0.2em 0.3em;
}

.paging-list > *.page-numbers.current {
	position: relative;
}

.paging-list > *.page-numbers.current:before {
	-webkit-transform: translateX(-50%);
	background: #000912;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: calc(100% - 4px);
}

.paging-list a {
	-webkit-transition: opacity 0.2s;
	color: #000912;
	transition: opacity 0.2s;
	width: auto;
}

.paging-list a:hover {
	opacity: 0.7;
}

.advantage {
	background: #113478;
	color: #fff;
	overflow: hidden;
	position: relative;
}

.advantage::before,
.advantage::after {
	-webkit-transform: rotate(45deg);
	background: #052c66;
	content: "";
	pointer-events: none;
	position: absolute;
	transform: rotate(45deg);
}

.advantage .sec-tit > span {
	color: #fff;
}

.advantage .inner {
	position: relative;
	z-index: 1;
}

.advantage-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.advantage-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.advantage-item .advantage-img {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.advantage-item .advantage-content {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	order: 2;
}

.advantage-num {
	display: inline-block;
	font-weight: 800;
	line-height: 1;
	position: relative;
}

.advantage-num._1 {
	letter-spacing: -0.05em;
}

.advantage-num::after {
	background: #fff;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.advantage-tit {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-weight: 800;
	letter-spacing: 0.1em;
}

.advantage-sub {
	display: grid;
}

.advantage-sub-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.advantage-sub-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.advantage-sub-tit {
	font-weight: 800;
}

.advantage-sub-img {
	background: #fff;
}

.advantage-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.advantage-img._0 {
	background-image: url(../img/top/advantage_img0.jpg);
}

.advantage-img._1 {
	background-image: url(../img/top/advantage_img1.jpg);
}

.advantage-img._2 {
	background-image: url(../img/top/advantage_img2.jpg);
}

.advantage-img._3 {
	background-image: url(../img/top/advantage_img3.jpg);
}

.art {
	background: #fff;
	color: #000912;
}

.art._page .art-item {
	border-bottom: 1px solid #cccccc;
}

.art-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.art-item a {
	color: #000912;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.art-img {
	overflow: hidden;
	position: relative;
}

.art-img.is-noimg {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #f2f2f2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.art-img img {
	-o-object-fit: cover;
	display: block;
	object-fit: cover;
}

.art-noimg {
	color: #aaa;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.art-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.art-tit {
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.6;
}

.art-txt {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	line-height: 2;
	overflow: hidden;
}

.art-btn {
	text-align: right;
}

.art .arr-btn {
	background: #113478;
	margin-top: 0;
}

.art-more {
	text-align: center;
}

.article-inner {
	margin: 0 auto;
	max-width: 800px;
}

.article-inner time {
	color: #b4b4b4;
	display: block;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 9px;
}

.article-tit {
	font-weight: 700;
	line-height: 1.45;
}

.article-img {
	margin-inline: auto;
	max-width: 640px;
}

.article-stit {
	font-weight: 700;
	line-height: 1.5;
	position: relative;
}

.article-stit::before {
	-webkit-transform: translateY(-50%);
	background: #113478;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
}

.article-btn {
	text-align: center;
}

.art-img,
.article-thum {
	aspect-ratio: 404/257;
	overflow: hidden;
	position: relative;
}

.art-img img,
.article-thum img {
	-o-object-fit: cover;
	-o-object-position: center center;
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.box {
	-webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.16));
	background: #fff;
	filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.16));
	margin-inline: auto;
	max-width: 1200px;
	position: relative;
}

.box {
	z-index: 2;
}

.box::after {
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: #fff;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
}

.box-wrap {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.box-img {
	margin-top: -10px;
	max-width: 406px;
}

.box-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.box-item {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.5;
}

.box-item ._icon {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-self: center;
}

.card {
	background: #F6F6F6;
}

.company-img {
	overflow: hidden;
}

.flow {
	position: relative;
}

.flow-head {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flow-head .sec-tit > span {
	color: #fff;
}

.flow-box {
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
	background: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}

.flow-list {
	display: grid;
}

.flow-item {
	background: #F6F6F6;
	position: relative;
}

.flow-step {
	-webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
	background: #000912;
	clip-path: polygon(0 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
	color: #fff;
	display: inline-block;
	font-weight: 600;
	left: 0;
	letter-spacing: 0.2em;
	line-height: 1;
	position: absolute;
	top: 0;
}

.flow-icon {
	margin-inline: auto;
}

.flow-tit {
	color: #113478;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}

.flow-btn {
	text-align: center;
}

.flow-contact-btn {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	border: 2px solid #9F1313;
	border-radius: 999px;
	color: #9F1313;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-weight: 600;
	gap: 6px;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
}

.flow-contact-btn ._txt {
	display: inline-block;
}

.flow-contact-btn ._arr {
	-webkit-transition: -webkit-transform 0.2s;
	background-color: #9F1313;
	border-radius: 9999px;
	display: inline-block;
	height: 2px;
	margin: 4.3px 0;
	position: relative;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	width: 17px;
}

.flow-contact-btn ._arr::before,
.flow-contact-btn ._arr::after {
	-webkit-transform-origin: calc(100% - 1px) 50%;
	background-color: #9F1313;
	border-radius: 9999px;
	content: "";
	height: 2px;
	position: absolute;
	right: 0;
	top: calc(50% - 1px);
	transform-origin: calc(100% - 1px) 50%;
	width: 12px;
}

.flow-contact-btn ._arr::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.flow-contact-btn ._arr::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.form-def .wpcf7-list-item {
	display: block;
	margin: 0 0 7px;
}

.form-def .wpcf7-list-item label {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 8px;
	letter-spacing: 0.1em;
}

.form-def input[type=checkbox] + .wpcf7-list-item-label {
	display: inline;
	margin-bottom: 0;
}

.form-def input[type=checkbox] + .wpcf7-list-item-label::before {
	border: 1px solid #b4b4b4;
}

.form-dtit {
	font-weight: 600;
	letter-spacing: 0.1em;
}

.form-dtit span {
	color: #9F1313;
	margin-left: 0.4em;
}

.form-data input[type=text],
.form-data input[type=email],
.form-data input[type=tel] {
	background-color: #fff;
	border: 1px solid #c7c7c7;
	border-radius: 5px;
}

.form-btn {
	text-align: center;
}

.form-btn input[type=submit] {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #113478;
	border: 2px solid #113478;
	color: #fff;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-weight: 600;
	justify-content: center;
	width: auto;
}

.guide {
	background: #F6F6F6;
}

.guide-btn {
	margin-inline: auto;
}

.guide-btn a {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	-webkit-transition: border-color 0.2s;
	align-items: stretch;
	background: #fff;
	border: 2px solid #000912;
	color: #000912;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	transition: border-color 0.2s;
}

.guide-img {
	background: url(../img/guide_img.jpg) center/cover no-repeat;
}

.guide-wrap {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
}

.message {
	color: #fff;
}

.message .inner {
	text-align: center;
}

.message-content {
	display: inline-block;
	text-align: left;
}

.message-txt {
	font-weight: 800;
	letter-spacing: 0.1em;
	text-shadow: 0 3px 10px rgba(0, 0, 0, 0.6);
}

.message-txt ._marker {
	-webkit-box-decoration-break: clone;
	background: #fff;
	box-decoration-break: clone;
	color: #000912;
	display: inline-block;
	line-height: 1.7;
	text-shadow: none;
}

.msg {
	border-top: 1px solid #cccccc;
}

.msg-img {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.msg-wrap {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.msg-txt {
	font-size: 15px;
	line-height: 2;
}

.msg-name {
	font-weight: 700;
	text-align: right;
}

.mv {
	position: relative;
}

.mv-tit {
	position: absolute;
}

.mv-label {
	bottom: 0;
	position: absolute;
	right: 0;
}

.mv-label {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	-webkit-clip-path: polygon(11% 0, 100% 0, 100% 100%, 0 100%);
	background: -webkit-linear-gradient(330deg, #a27b26 0%, #ccb362 35%, #a27b26 100%);
	background: linear-gradient(120deg, #a27b26 0%, #ccb362 35%, #a27b26 100%);
	clip-path: polygon(11% 0, 100% 0, 100% 100%, 0 100%);
	color: #fff;
}

.mv-label-tit {
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.4;
}

.mv-label-tit span {
	color: #F9FF00;
}

.mv-label-txt {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
	justify-content: flex-end;
	letter-spacing: 0.2em;
}

.mv-label-txt::before {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	background: #fff;
	content: "";
	flex: 1;
	height: 1px;
}

.notfound .inner {
	position: relative;
	z-index: 1;
}

.notfound-box {
	margin-inline: auto;
	text-align: center;
}

.notfound-code {
	color: #113478;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1;
}

.notfound-code::after {
	background-image: -webkit-radial-gradient(circle, #113478 2px, transparent 2px);
	background-image: radial-gradient(circle, #113478 2px, transparent 2px);
	background-repeat: repeat-x;
	background-size: 10px 6px;
	content: "";
	display: block;
	height: 6px;
	margin: 22px auto 0;
	width: 42px;
}

.notfound-tit {
	color: #000912;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.6;
}

.notfound-txt {
	letter-spacing: 0.04em;
	line-height: 2;
}

.notfound-more {
	text-align: center;
}

.problems {
	margin-top: 60px;
}

.problems-bottom {
	margin-top: -40px;
}

.problems-txt {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #fff;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-top: 112px;
	text-align: center;
}

.problems-txt > span {
	display: inline-block;
}

.problems-txt ._logo {
	display: inline-block;
	width: 134.57px;
}

.problems-txt ._big {
	color: #F9FF00;
	font-size: 1.44em;
}

.problems-txt ._line {
	position: relative;
}

.problems-txt ._line:before {
	background-color: #fff;
	bottom: -6px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.services-body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.services-card {
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
	background: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}

.services-card-head {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.services-card-title {
	color: #113478;
	font-size: 22px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	text-align: center;
}

.services-card-title span {
	display: inline-block;
	font-size: 0.6em;
	margin-left: -0.4em;
}

.services .services-table dl {
	display: grid;
	margin: 0;
}

.services .services-table dl:nth-child(odd) {
	background: #eef2f5;
}

.services .services-table dl:nth-child(even) {
	background: #e8edf0;
}

.services .services-table dl + dl {
	border-top: 2px solid #fff;
}

.services .services-table dt,
.services .services-table dd {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.6;
}

.services .services-table dt {
	border-right: 2px solid #fff;
}

.services .services-table dd {
	margin: 0;
}

.summary {
	background: #fff;
	position: relative;
}

.summary .small-tit {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}

.summary-bottom {
	margin-top: -40px;
}

.summary-bottom {
	position: relative;
	z-index: 1;
}

.summary-contact {
	text-align: center;
}

.summary-contact-tit {
	font-weight: 800;
	letter-spacing: 0.05em;
}

.summary-contact-list {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.summary-contact-btn {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	color: #fff;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	flex-direction: column;
	font-weight: 600;
	gap: 5px;
	justify-content: center;
	letter-spacing: 0.1em;
	position: relative;
}

.summary-contact-btn ._txt {
	display: inline-block;
	line-height: 1.5;
	position: relative;
	text-align: center;
}

.summary-contact-btn ._arr {
	-webkit-transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.2s;
	background-color: #fff;
	border-radius: 9999px;
	display: inline-block;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}

.summary-contact-btn ._arr::before,
.summary-contact-btn ._arr::after {
	-webkit-transform-origin: calc(100% - 1px) 50%;
	background-color: #fff;
	border-radius: 9999px;
	content: "";
	height: 2px;
	position: absolute;
	right: 0;
	top: calc(50% - 1px);
	transform-origin: calc(100% - 1px) 50%;
}

.summary-contact-btn ._arr::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.summary-contact-btn ._arr::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.summary-contact-btn._download {
	background: #113478;
}

.summary-contact-btn._mail {
	background: #9F1313;
}

.system {
	overflow: hidden;
	position: relative;
}

.system::before,
.system::after {
	-webkit-transform: rotate(-45deg);
	background: #F6F6F6;
	content: "";
	pointer-events: none;
	position: absolute;
	transform: rotate(-45deg);
}

.system .sec-txt {
	text-align: center;
}

.system-inner {
	padding-bottom: 40px;
	padding-top: 37px;
}

.system-note {
	margin-top: 24px;
}

.system-note {
	color: #868686;
}

.system .inner {
	position: relative;
	z-index: 1;
}

.system-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	margin-inline: auto;
	max-width: 1100px;
}

.system-item {
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
	background: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}

.system-tag {
	-webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
	color: #fff;
	display: inline-block;
	font-weight: 800;
	line-height: 1;
	padding: 10px 23px 10px 10px;
}

.system-tag._before {
	background: #000912;
}

.system-tag._now {
	background: #113478;
}

.system-img {
	margin-inline: auto;
}

.system-bg {
	background: url(../img/top/system_bg.jpg) center/cover no-repeat;
}

.thanks-box {
	text-align: center;
}

.thanks-tit {
	font-weight: 700;
	line-height: 1.45;
}

.thanks-txt {
	line-height: 2;
}

.why {
	overflow: hidden;
}

@media (any-hover: hover) {

input[type=submit] {
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

input[type=submit]:hover {
	background-color: #113478;
}

.more-btn {
	-webkit-transition: background-color 0.2s, color 0.2s;
	transition: background-color 0.2s, color 0.2s;
}

.more-btn:hover {
	background: #113478;
	color: #fff;
}

.more-btn:hover ._arr {
	-webkit-transform: translateX(4px);
	background-color: #fff;
	transform: translateX(4px);
}

.more-btn:hover ._arr::before,
.more-btn:hover ._arr::after {
	background-color: #fff;
}

.footer-link a {
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.footer-link a:hover {
	opacity: 0.7;
}

.footer-link a:hover ._arr {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}

.header-item a {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.header-item a:hover {
	color: #113478;
}

.header-btn a {
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.header-btn a:hover {
	background-color: #000912;
}

.art-item a {
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.art-item a:hover {
	opacity: 0.8;
}

.art-item a:hover .arr-btn ._arr {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}

.flow-contact-btn {
	-webkit-transition: background-color 0.2s, color 0.2s;
	transition: background-color 0.2s, color 0.2s;
}

.flow-contact-btn:hover {
	background: #9F1313;
	color: #fff;
}

.flow-contact-btn:hover ._arr {
	-webkit-transform: translateX(4px);
	background-color: #fff;
	transform: translateX(4px);
}

.flow-contact-btn:hover ._arr::before,
.flow-contact-btn:hover ._arr::after {
	background-color: #fff;
}

.form-btn input[type=submit]:hover {
	background: #fff;
	color: #113478;
}

.guide-btn a:hover {
	border-color: #113478;
}

.guide-btn a:hover .base-tit {
	color: #113478;
}

.guide-btn a:hover .arr-btn {
	background-color: #113478;
}

.guide-btn a:hover .arr-btn ._arr {
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
}

.summary-contact-btn {
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.summary-contact-btn:hover {
	background-color: #000912;
}

.summary-contact-btn:hover ._arr {
	-webkit-transform: translateY(-50%) translateX(4px);
	transform: translateY(-50%) translateX(4px);
}

}

@media screen and (min-width: 768px) {

.inner {
	padding: 0 50px;
}

.inner-slct {
	padding: 0 50px;
}

._sp {
	display: none;
}

.sec-tit {
	line-height: 1.5;
}

.sec-tit > span {
	font-size: 50px;
}

.sec-tit > small {
	font-size: 20px;
}

.sec-txt {
	font-size: 18px;
	line-height: 2;
	margin-top: 27px;
}

.base-tit {
	font-size: 30px;
}

.small-tit > small {
	font-size: 16px;
}

.small-tit > span {
	font-size: 40px;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	font-size: 17px;
}

textarea {
	height: 200px;
	padding: 0.57em 1em;
}

input[type=checkbox] + .wpcf7-list-item-label {
	padding: 5px 0 0 42px;
}

input[type=checkbox] + .wpcf7-list-item-label a {
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

input[type=checkbox] + .wpcf7-list-item-label a:hover {
	opacity: 0.7;
}

input[type=submit] {
	font-size: 18px;
	padding: 14.5px 1.2em;
}

.more-btn {
	font-size: 20px;
	gap: 19px;
	min-width: 340px;
	padding: 20px 20px;
}

.cta {
	background: url(../img/cta_bg.jpg) center/cover no-repeat;
	padding: 60px 0;
}

.footer {
	padding: 40px 50px;
}

.footer-wrap {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 84px;
}

.footer-logo {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 125px;
	-ms-flex: 0 0 125px;
	flex: 0 0 125px;
}

.footer-info {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.footer-name {
	font-size: 20px;
}

.footer-address {
	font-size: 14px;
	margin-top: 21px;
}

.footer-link {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-bottom: 2px;
}

.fv._art {
	background: url(../img/fv_bg.jpg) center top/cover no-repeat;
}

.fv._company {
	background: url(../img/company/fv_bg.jpg) center top/cover no-repeat;
}

.fv .sec-tit {
	padding-top: 175px;
}

.fv .sec-tit > small {
	font-size: 16px;
}

.header {
	height: 80px;
}

.header-logo {
	margin-inline: 20px;
	padding-top: 3px;
	width: 113px;
}

.header-toggle {
	height: 80px;
	width: 80px;
}

.header-menu {
	height: calc(100vh - 80px);
	top: 80px;
}

.paging {
	margin-top: 60px;
}

.paging-list {
	font-size: 20px;
}

.paging-list > *.page-numbers:not(:last-child) {
	margin-right: 18px;
}

.advantage {
	padding: 76px 0 120px;
}

.advantage::before,
.advantage::after {
	height: 900px;
	width: 500px;
}

.advantage::before {
	left: -180px;
	top: -360px;
}

.advantage::after {
	bottom: -360px;
	right: -180px;
}

.advantage-list {
	gap: 120px;
	margin-top: 54px;
}

.advantage-item {
	gap: 92px;
}

.advantage-item .advantage-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 52%;
	-ms-flex: 0 0 52%;
	flex: 0 0 52%;
	margin-left: -50px;
}

.advantage-item._reverse {
	gap: 50px;
}

.advantage-item._reverse .advantage-content {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	order: 1;
	padding-left: 43px;
}

.advantage-item._reverse .advantage-img {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 52%;
	-ms-flex: 0 0 52%;
	flex: 0 0 52%;
	margin-left: 0;
	margin-right: -50px;
	order: 2;
}

.advantage-num {
	font-size: 100px;
	padding-bottom: 8px;
}

.advantage-content {
	padding-block: 50px;
}

.advantage-content._1 .advantage-txt {
	margin-top: 64px;
}

.advantage-tit {
	font-size: 44px;
	line-height: 1.7;
	margin-top: 45px;
}

.advantage-txt {
	line-height: 2.47;
	margin-top: 45px;
}

.advantage-sub {
	gap: 48px;
	grid-template-columns: repeat(2, 1fr);
	margin: -52px 31px 0;
}

.advantage-sub-tit {
	font-size: 24px;
}

.advantage-sub-txt {
	line-height: 2.24;
	margin-top: 6px;
}

.advantage-sub-img {
	margin-top: 28px;
}

.art._top {
	padding: 110px 0 160px;
}

.art._top .art-list {
	gap: 58px;
	margin-top: 55px;
}

.art._page {
	padding: 50px 0 150px;
}

.art._page .art-item {
	padding-block: 50px;
}

.art-item a {
	gap: 6%;
}

.art-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 46%;
	-ms-flex: 0 0 46%;
	flex: 0 0 46%;
}

.art-img img {
	aspect-ratio: 554/352;
}

.art-content {
	padding: 20px 0 0;
}

.art-tit {
	font-size: 28px;
	max-width: 85%;
}

.art-txt {
	line-clamp: 6;
	-webkit-line-clamp: 6;
	margin-top: 15px;
	max-width: 85%;
}

.art-btn {
	margin-top: 40px;
}

.art-more {
	margin-top: 80px;
}

.article-inner time {
	font-size: 14px;
}

.article-tit {
	font-size: 32px;
}

.article-thum {
	margin-top: 40px;
}

.article-img {
	margin-top: 37px;
}

.article-wrap {
	margin-top: 97px;
}

.article-stit {
	font-size: 24px;
	margin-bottom: 29px;
	padding-left: 21px;
}

.article-stit::before {
	height: calc(100% + 20px);
}

.article-txt {
	font-size: 16px;
	line-height: 2.25;
}

.article-btn {
	margin-top: 60px;
}

.box {
	padding: 60px 50px 55px;
}

.box::after {
	bottom: -64.7px;
	height: 65px;
}

.box-wrap {
	gap: 32px;
}

.box-list {
	gap: 18px;
	margin-top: 32px;
}

.box-item {
	gap: 21px;
	letter-spacing: 0.08em;
}

.box-item ._icon {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 23px;
	-ms-flex: 0 0 23px;
	flex: 0 0 23px;
}

.box-item ._txt {
	font-size: 20px;
}

.box-item ._txt > ._color {
	font-size: 1.25em;
}

.card {
	padding: 80px 0 150px;
}

.card-box {
	background: #fff;
	margin: 0 auto;
}

.card-box._mw_small {
	max-width: 1100px;
}

.card-box {
	padding: 63px 40px 70px;
}

.company {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 60px;
	margin-inline: auto;
	max-width: 1118px;
}

.company-wrap {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 40px;
	margin-top: 18px;
}

.company-txt {
	margin-top: 28px;
}

.company-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 48%;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
}

.flow {
	padding-bottom: 90px;
}

.flow .inner {
	padding-inline: 90px;
}

.flow-head {
	background: url("../img/top/flow_bg.jpg") center/cover no-repeat;
	height: 480px;
}

.flow-box {
	margin: -95px auto 0;
	max-width: 1186px;
	padding: 50px 44px;
}

.flow-item {
	display: grid;
	grid-template-rows: 110px 110px 1fr auto;
	padding: 60px 26px 28px;
}

.flow-step {
	font-size: 14px;
	padding: 8px 18px 8px 12px;
}

.flow-icon {
	width: 120px;
}

.flow-tit {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	font-size: 22px;
	line-height: 1.6;
	margin-top: 7px;
}

.flow-txt {
	line-height: 1.65;
}

.flow-note {
	font-size: 14px;
	line-height: 1.5;
}

.flow-btn {
	margin-top: 0;
	padding-top: 22px;
}

.flow-contact-btn {
	font-size: 14px;
	max-width: 146px;
	padding: 10px 10px;
}

.form-head {
	margin: 94px 0px 53px;
}

.form-head .sec-txt {
	font-size: 16px;
}

.form-def {
	margin-inline: auto;
	max-width: 979px;
}

.form-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.form-wrap:nth-of-type(n + 2) {
	margin-top: 30px;
}

.form-dtit {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 286px;
	-ms-flex: 0 0 286px;
	flex: 0 0 286px;
	padding-top: 10px;
}

.form-data {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.form-data input[type=text],
.form-data input[type=email],
.form-data input[type=tel] {
	padding: 0.57em 1em;
}

.form-data._check {
	padding-top: 8px;
}

.form-btn {
	margin-top: 50px;
}

.form-btn input[type=submit] {
	font-size: 20px;
	min-width: 580px;
	padding: 20px 10px;
}

.guide {
	padding: 60px 0;
}

.guide-wrap {
	padding: 36px 39px 36px 47px;
}

.guide-txt {
	font-size: 16px;
	margin-top: 13px;
}

.message {
	background: url("../img/top/message_bg.jpg") center/cover no-repeat;
	padding: 116px 0;
}

.message-txt {
	font-size: 29px;
	line-height: 1.75;
}

.message-txt + .message-txt {
	margin-top: 51px;
}

.message-txt ._marker {
	margin-top: 4px;
	padding: 0 8px;
}

.msg {
	margin-top: 55px;
	padding-top: 72px;
}

.msg-inner {
	-webkit-box-align: start;
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: start;
	display: grid;
	gap: 44px;
	grid-template-columns: 352px 1fr;
	margin-inline: auto;
	margin-top: 25px;
	max-width: 1118px;
}

.msg-wrap {
	margin-top: 20px;
}

.msg-name {
	font-size: 18px;
	margin-top: 35px;
}

.mv {
	background: url(../img/top/mv_bg.jpg) center right 20%/cover no-repeat;
	height: 100vh;
}

.mv-tit {
	-webkit-transform: translateY(-50%);
	left: 35px;
	max-width: 667px;
	top: 54%;
	transform: translateY(-50%);
}

.mv-label {
	padding: 18px 20px 17px 60px;
}

.mv-label-tit {
	font-size: 27px;
}

.mv-label-txt {
	font-size: 18px;
}

.notfound {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: calc(100vh - 180px);
	padding: 180px 0 130px;
}

.notfound-box {
	max-width: 760px;
}

.notfound-code {
	font-size: 110px;
}

.notfound-tit {
	font-size: 36px;
	margin-top: 34px;
}

.notfound-txt {
	margin-top: 28px;
	text-align: center;
}

.notfound-more {
	margin-top: 48px;
}

.problems-bottom {
	background: url(../img/top/problem_bg.jpg) center/cover no-repeat;
	padding: 50px 50px 113px;
}

.problems-txt {
	font-size: 34px;
	line-height: 1.4;
}

.services {
	padding: 90px 0 100px;
}

.services-head {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 432px;
	-ms-flex: 0 0 432px;
	flex: 0 0 432px;
}

.services-body {
	gap: 40px;
}

.services-card {
	display: grid;
	grid-template-columns: 263px 1fr;
}

.services-card-head {
	gap: 33px;
}

.services-icon._1 {
	width: 116px;
}

.services-icon._2 {
	width: 138px;
}

.services .services-table._2 dt,
.services .services-table._2 dd {
	min-height: 80px;
}

.services .services-table dl {
	grid-template-columns: 159px 1fr;
}

.services .services-table dt,
.services .services-table dd {
	font-size: 17px;
	min-height: 51px;
}

.services .services-table dt {
	padding: 12px 15px 12px 27px;
}

.services .services-table dd {
	padding: 12px 15px 12px 18px;
}

.summary {
	padding-top: 80px;
}

.summary .box-img {
	margin-top: 0;
	max-width: 382px;
}

.summary .box-wrap {
	gap: 57px;
	margin-top: 41px;
}

.summary .box-list {
	gap: 25px;
	margin-top: 15px;
}

.summary-bottom {
	background: url("../img/top/footer_bg_top.jpg") center/cover no-repeat;
}

.summary-bottom {
	padding: 140px 0 100px;
}

.summary-contact-tit {
	font-size: 34px;
}

.summary-contact-list {
	gap: 30px;
	margin-top: 27px;
}

.summary-contact-btn {
	font-size: 20px;
	padding: 17px 20px 20px;
	width: 481px;
}

.summary-contact-btn ._icon {
	width: 33px;
}

.summary-contact-btn ._txt {
	padding-left: 15px;
}

.summary-contact-btn ._arr {
	height: 2px;
	width: 17px;
}

.summary-contact-btn ._arr::before,
.summary-contact-btn ._arr::after {
	width: 12px;
}

.summary-guide {
	margin-top: 51px;
}

.system {
	padding: 100px 0 130px;
}

.system::before,
.system::after {
	height: 900px;
	width: 500px;
}

.system::before {
	right: -180px;
	top: -360px;
}

.system::after {
	bottom: -360px;
	left: -180px;
}

.system-inner {
	padding-left: 40px;
	padding-right: 20px;
}

.system-note {
	font-size: 14px;
	text-align: center;
}

.system-list {
	gap: 60px;
	margin-top: 53px;
}

.system-tag {
	font-size: 28px;
}

.system-img {
	max-width: 980px;
}

.thanks .card-box {
	padding-block: 80px;
}

.thanks-tit {
	font-size: 32px;
}

.thanks-txt {
	margin-top: 34px;
}

.thanks-btn {
	margin-top: 50px;
}

.visual {
	height: 540px;
}

.visual._system {
	background: url(../img/top/system_bg.jpg) center/cover no-repeat;
}

.visual._services {
	background: url(../img/top/services_bg.jpg) center/cover no-repeat;
}

.why {
	background: url(../img/top/why_bg.jpg) top right/cover no-repeat;
	padding: 80px 0 70px;
}

.why-img {
	margin: 40px auto 0;
	max-width: 1127px;
}

}

@media screen and (min-width: 1077px) {

.flow-list {
	gap: 30px;
	grid-template-columns: repeat(3, 1fr);
}

}

@media screen and (min-width: 1251px) {

.fv .inner {
	padding-inline: 90px;
}

.header-menu {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin-left: auto;
}

.header-list {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 18px;
	height: 100%;
}

.header-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.header-item a {
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;
}

.header-btns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin-left: 20px;
}

.header-btn {
	height: 100%;
}

.header-btn a {
	font-size: 15px;
	height: 100%;
	min-height: 80px;
}

.header-btn._dl a {
	min-width: 150px;
}

.header-btn._contact a {
	min-width: 147px;
}

.art .inner {
	padding-inline: 90px;
}

.services .inner {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
	justify-content: space-between;
}

.services-body {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 58%;
}

}

@media screen and (min-width: 1281px) {

.guide-btn {
	max-width: 1200px;
}

.guide-btn a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.guide-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 44%;
	-ms-flex: 0 0 44%;
	flex: 0 0 44%;
	max-width: 524px;
}

}

@media screen and (max-width: 1280px) {

.guide-btn {
	max-width: 740px;
}

.guide-btn a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.guide-img {
	aspect-ratio: 524/292;
	width: 100%;
}

}

@media screen and (max-width: 1250px) {

.header-toggle {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #113478;
	border: none;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	margin-left: auto;
	position: relative;
	z-index: 2;
}

.header-toggle span {
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	background: #fff;
	display: block;
	height: 1px;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	width: 36px;
}

.header-toggle.is-open span:nth-child(1) {
	-webkit-transform: translateY(11px) rotate(45deg);
	transform: translateY(11px) rotate(45deg);
}

.header-toggle.is-open span:nth-child(2) {
	opacity: 0;
}

.header-toggle.is-open span:nth-child(3) {
	-webkit-transform: translateY(-11px) rotate(-45deg);
	transform: translateY(-11px) rotate(-45deg);
}

.header-menu {
	-webkit-transform: translateY(-10px);
	-webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	left: 0;
	opacity: 0;
	overflow-y: auto;
	padding: 40px 20px 24px;
	position: fixed;
	right: 0;
	transform: translateY(-10px);
	transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
	transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
	visibility: hidden;
}

.header-menu.is-open {
	-webkit-transform: translateY(0);
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.header-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.header-item a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.header-btns {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 60px;
	margin-top: 44px;
}

.header-btn a {
	font-size: 18px;
	padding: 26px 10px;
}

.header-company {
	border-top: 0.5px solid #000912;
	color: #000912;
	display: block;
	font-size: 12px;
	letter-spacing: 0.1em;
	margin-top: auto;
	padding-top: 24px;
	text-align: center;
}

.services-body {
	margin-top: 34px;
}

}

@media screen and (max-width: 1076px) {

.flow-list {
	gap: 24px;
	grid-template-columns: 1fr;
}

}

@media screen and (max-width: 1050px) {

.box-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: column;
}

.box-img {
	margin-top: 0;
}

}

@media screen and (max-width: 767px) {

body {
	font-size: 16px;
}

.inner {
	padding: 0 20px;
}

.inner-slct {
	padding: 0 20px;
}

._pc {
	display: none;
}

.sec-tit > span {
	font-size: 36px;
	line-height: 1.3;
}

.sec-tit > small {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 3px;
}

.sec-txt {
	line-height: 1.9;
	margin-top: 18px;
}

.base-tit {
	font-size: 24px;
	line-height: 1.5;
}

.small-tit > small {
	font-size: 12px;
}

.small-tit > span {
	font-size: 29px;
	line-height: 1.35;
	margin-top: 10px;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	font-size: 16px;
}

textarea {
	height: 270px;
	padding: 0.4em 0.6em;
}

input[type=checkbox] + .wpcf7-list-item-label {
	font-size: 16px;
	padding: 7px 0 0 36px;
}

input[type=submit] {
	font-size: 18px;
	padding: 15px 0.6em;
}

.more-btn {
	font-size: 18px;
	gap: 14px;
	padding: 20px 10px;
	width: 100%;
}

.cta {
	background: url(../img/cta_bg_sp.jpg) center/cover no-repeat;
	padding: 50px 0;
}

.footer {
	padding: 40px 20px 28px;
}

.footer-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 28px;
}

.footer-logo {
	width: 120px;
}

.footer-info {
	width: 100%;
}

.footer-name {
	font-size: 18px;
}

.footer-address {
	font-size: 13px;
	margin-top: 18px;
}

.footer-link {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-top: 2px;
}

.fv._art {
	background: url(../img/fv_bg_sp.jpg) center/cover no-repeat;
}

.fv._company {
	background: url(../img/company/fv_bg_sp.jpg) center/cover no-repeat;
}

.fv .sec-tit {
	padding-top: 187px;
	text-align: center;
}

.fv .sec-tit > small {
	font-size: 14px;
}

.header {
	height: 68px;
}

.header-logo {
	margin-left: 20px;
	padding-top: 6px;
	width: 90px;
}

.header-toggle {
	height: 68px;
	width: 68px;
}

.header-menu {
	height: calc(100vh - 68px);
	top: 68px;
}

.header-item a {
	font-size: 17px;
}

.paging {
	margin-top: 50px;
}

.paging-list > *.page-numbers:not(:last-child) {
	margin-right: 16px;
}

.advantage {
	padding: 49px 0 56px;
}

.advantage::before,
.advantage::after {
	height: 520px;
	width: 260px;
}

.advantage::before {
	left: -150px;
	top: -220px;
}

.advantage::after {
	bottom: -240px;
	right: -160px;
}

.advantage-list {
	gap: 64px;
	margin-top: 40px;
}

.advantage-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 28px;
}

.advantage-item .advantage-img {
	aspect-ratio: 335/220;
}

.advantage-item._reverse {
	gap: 28px;
}

.advantage-item._reverse .advantage-content {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	padding-left: 0;
}

.advantage-item._reverse .advantage-img {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	aspect-ratio: 335/220;
	order: 1;
}

.advantage-num {
	font-size: 58px;
	padding-bottom: 6px;
}

.advantage-content {
	padding-block: 0;
}

.advantage-tit {
	font-size: 28px;
	line-height: 1.6;
	margin-top: 26px;
}

.advantage-txt {
	line-height: 2;
	margin-top: 24px;
}

.advantage-sub {
	gap: 40px;
	grid-template-columns: 1fr;
	margin: -16px 0 0;
}

.advantage-sub-tit {
	font-size: 20px;
	line-height: 1.5;
}

.advantage-sub-txt {
	line-height: 2;
	margin-top: 8px;
}

.advantage-sub-img {
	margin-top: 16px;
}

.advantage-img {
	margin-inline: -20px;
}

.art._top {
	padding: 49px 0 70px;
}

.art._top .art-list {
	gap: 45px;
	margin-top: 34px;
}

.art._page {
	padding: 15px 0 100px;
}

.art._page .art-item {
	padding-block: 40px;
}

.art-list {
	margin-inline: auto;
	max-width: 740px;
}

.art-item a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 22px;
}

.art-img {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}

.art-img img {
	aspect-ratio: 335/213;
}

.art-content {
	padding: 0;
}

.art-tit {
	font-size: 22px;
	max-width: none;
}

.art-txt {
	line-clamp: 4;
	-webkit-line-clamp: 4;
	margin-top: 10px;
	max-width: none;
}

.art-btn {
	margin-top: 20px;
}

.art-more {
	margin-top: 50px;
}

.article-inner time {
	font-size: 13px;
}

.article-tit {
	font-size: 22px;
}

.article-thum {
	margin-top: 25px;
}

.article-img {
	margin-top: 26px;
}

.article-wrap {
	margin-top: 55px;
}

.article-stit {
	font-size: 20px;
	margin-bottom: 22px;
	padding-left: 16px;
}

.article-stit::before {
	height: calc(100% + 14px);
}

.article-txt {
	line-height: 2;
}

.article-btn {
	margin-top: 50px;
}

.box {
	padding: 40px 20px 35px;
}

.box::after {
	bottom: -44.6px;
	height: 45px;
}

.box-wrap {
	gap: 30px;
}

.box-list {
	gap: 12px;
}

.box-item {
	gap: 16px;
}

.box-item ._icon {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 20px;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
}

.box-item ._txt {
	font-size: 18px;
}

.box-item ._txt > ._color {
	font-size: 1.2em;
}

.card._sp_white {
	background: #fff;
}

.card {
	padding: 55px 0 100px;
}

.company {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.company-txt {
	margin-top: 20px;
}

.flow {
	padding-bottom: 54px;
}

.flow-head {
	background: url("../img/top/flow_bg_sp.jpg") center/cover no-repeat;
	height: 300px;
}

.flow-box {
	margin: -60px auto 0;
	padding: 28px 18px;
}

.flow-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	padding: 54px 22px 28px;
}

.flow-step {
	font-size: 13px;
	padding: 7px 17px 7px 11px;
}

.flow-icon {
	width: 92px;
}

.flow-tit {
	font-size: 20px;
	line-height: 1.55;
	margin-top: 26px;
}

.flow-txt {
	line-height: 1.8;
	margin-top: 22px;
}

.flow-note {
	font-size: 13px;
	line-height: 1.6;
	margin-top: 16px;
}

.flow-btn {
	margin-top: 22px;
	padding-top: 0;
}

.flow-contact-btn {
	font-size: 14px;
	padding: 10px 18px;
	width: auto;
}

.form-head {
	margin: 75px 0 35px;
}

.form-head .sec-txt {
	font-size: 15px;
	text-align: left;
}

.form-wrap:nth-of-type(n + 2) {
	margin-top: 32px;
}

.form-data {
	margin-top: 5px;
}

.form-data input[type=text],
.form-data input[type=email],
.form-data input[type=tel] {
	height: 50px;
	padding: 0.4em 0.6em;
}

.form-btn {
	margin-top: 40px;
}

.form-btn input[type=submit] {
	font-size: 18px;
	padding: 20px 10px;
	width: 100%;
}

.guide {
	padding: 50px 0;
}

.guide-wrap {
	padding: 26px 20px 24px;
}

.guide-txt {
	font-size: 17px;
	line-height: 1.8;
	margin-top: 12px;
}

.guide .arr-btn {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-top: 26px;
}

.message {
	background: url("../img/top/message_bg_sp.jpg") center/cover no-repeat;
	padding: 64px 0;
}

.message-content {
	display: block;
}

.message-txt {
	font-size: 22px;
}

.message-txt + .message-txt {
	margin-top: 30px;
}

.message-txt ._marker {
	margin-top: 6px;
	padding: 0 6px;
}

.msg {
	margin-top: 50px;
	padding-top: 45px;
}

.msg-inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 28px;
	margin-top: 25px;
}

.msg-img {
	margin-inline: auto;
	max-width: 250px;
}

.msg-name {
	margin-top: 28px;
}

.mv {
	background: url(../img/top/mv_bg_sp.jpg) center/cover no-repeat;
	height: 100vh;
	height: 100svh;
}

.mv-tit {
	-webkit-transform: translate(-50%, -50%);
	left: 50%;
	max-width: 560px;
	padding-inline: 15px;
	top: 58%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.mv-label {
	padding: 10px 15px 9px 40px;
}

.mv-label-tit {
	font-size: 20px;
}

.mv-label-txt {
	font-size: 14px;
}

.notfound {
	padding: 130px 0 90px;
}

.notfound-code {
	font-size: 72px;
}

.notfound-tit {
	font-size: 24px;
	margin-top: 28px;
}

.notfound-txt {
	margin-top: 22px;
	text-align: left;
}

.notfound-more {
	margin-top: 38px;
}

.notfound-more .more-btn {
	max-width: 320px;
}

.problems {
	margin-top: 40px;
}

.problems-bottom {
	background: url(../img/top/problem_bg_sp.jpg) center/cover no-repeat;
	padding: 48px 20px 90px;
}

.problems .box-img {
	margin-left: 9px;
	margin-right: -22px;
	margin-top: -10px;
}

.problems-txt {
	font-size: 24px;
	line-height: 1.6;
	margin-top: 72px;
}

.problems-txt ._logo {
	width: 105px;
}

.problems-txt ._line:before {
	bottom: -3px;
}

.services {
	padding: 49px 0 80px;
}

.services-body {
	gap: 28px;
}

.services-card {
	display: block;
}

.services-card-head {
	border-bottom: 2px solid #fff;
	gap: 18px;
	padding: 28px 20px 24px;
}

.services-icon._1 {
	width: 88px;
}

.services-icon._2 {
	width: 104px;
}

.services .services-table._2 dt,
.services .services-table._2 dd {
	min-height: auto;
}

.services .services-table dl {
	grid-template-columns: 6em 1fr;
}

.services .services-table dt,
.services .services-table dd {
	min-height: auto;
}

.services .services-table dt {
	padding: 11px 10px;
	white-space: nowrap;
}

.services .services-table dd {
	overflow-wrap: anywhere;
	padding: 11px 10px;
}

.summary {
	padding-top: 45px;
}

.summary .small-tit > span {
	font-size: 26px;
	margin-inline: -10px;
}

.summary .box-img {
	margin-top: 0;
	max-width: 280px;
}

.summary .box-wrap {
	gap: 28px;
	margin-top: 30px;
}

.summary .box-list {
	gap: 20px;
	margin-top: 0;
}

.summary .box-item ._small {
	font-size: 0.88em;
}

.summary-bottom {
	background: url("../img/top/footer_bg_top_sp.jpg") center/cover no-repeat;
}

.summary-bottom {
	padding: 108px 0 70px;
}

.summary-contact-tit {
	font-size: 26px;
	line-height: 1.55;
}

.summary-contact-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 14px;
	margin-top: 24px;
}

.summary-contact-btn {
	font-size: 18px;
	padding: 16px 20px 18px;
	width: 100%;
}

.summary-contact-btn ._icon {
	width: 28px;
}

.summary-contact-btn ._txt {
	padding-left: 14px;
}

.summary-contact-btn ._arr {
	height: 2px;
	width: 16px;
}

.summary-contact-btn ._arr::before,
.summary-contact-btn ._arr::after {
	width: 11px;
}

.summary-guide {
	margin-top: 36px;
}

.system {
	padding: 49px 0 80px;
}

.system::before,
.system::after {
	height: 520px;
	width: 260px;
}

.system::before {
	right: -150px;
	top: -220px;
}

.system::after {
	bottom: -240px;
	left: -160px;
}

.system-inner {
	padding-inline: 20px;
}

.system-note {
	font-size: 12px;
}

.system-list {
	gap: 25px;
	margin-top: 34px;
	padding-inline: 10px;
}

.system-tag {
	font-size: 18px;
}

.system-img {
	max-width: 174px;
}

.thanks-box {
	padding: 0;
}

.thanks-tit {
	font-size: 22px;
}

.thanks-txt {
	margin-top: 22px;
	text-align: left;
}

.thanks-btn {
	margin-top: 40px;
}

.visual {
	min-height: 260px;
}

.visual._system {
	background: url(../img/top/system_bg_sp.jpg) center/cover no-repeat;
}

.visual._services {
	background: url(../img/top/services_bg_sp.jpg) center/cover no-repeat;
}

.why {
	background: url(../img/top/why_bg_sp.jpg) top right/cover no-repeat;
	padding: 49px 0 42px;
}

.why-img {
	-webkit-transform: translateX(-15px);
	margin: 21px auto 0;
	max-width: 500px;
	transform: translateX(-15px);
	width: calc(100% + 30px);
}

}

@-webkit-keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes fadeInUp {

0% {
	-webkit-transform: translateY(10px);
	opacity: 0;
	transform: translateY(10px);
}

100% {
	-webkit-transform: translateY(0px);
	opacity: 1;
	transform: translateY(0px);
}

}

@keyframes fadeInUp {

0% {
	-webkit-transform: translateY(10px);
	opacity: 0;
	transform: translateY(10px);
}

100% {
	-webkit-transform: translateY(0px);
	opacity: 1;
	transform: translateY(0px);
}

}

@-webkit-keyframes bar {

0% {
	opacity: 0;
	top: 2%;
}

20% {
	opacity: 0;
	top: 2%;
}

30% {
	opacity: 1;
}

75% {
	opacity: 1;
}

100% {
	opacity: 0;
	top: calc(100% - 35px);
}

}

@keyframes bar {

0% {
	opacity: 0;
	top: 2%;
}

20% {
	opacity: 0;
	top: 2%;
}

30% {
	opacity: 1;
}

75% {
	opacity: 1;
}

100% {
	opacity: 0;
	top: calc(100% - 35px);
}

}

@-webkit-keyframes right {

0% {
	-webkit-transform: matrix(1, 0, 0, 1, -30, 0);
	opacity: 0;
	transform: matrix(1, 0, 0, 1, -30, 0);
}

100% {
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
}

}

@keyframes right {

0% {
	-webkit-transform: matrix(1, 0, 0, 1, -30, 0);
	opacity: 0;
	transform: matrix(1, 0, 0, 1, -30, 0);
}

100% {
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
}

}

@-webkit-keyframes floatHorizontal {

0% {
	-webkit-transform: translate3d(4px, 0, 0);
	transform: translate3d(4px, 0, 0);
}

50% {
	-webkit-transform: translate3d(-4px, 0, 0);
	transform: translate3d(-4px, 0, 0);
}

100% {
	-webkit-transform: translate3d(4px, 0, 0);
	transform: translate3d(4px, 0, 0);
}

}

@keyframes floatHorizontal {

0% {
	-webkit-transform: translate3d(4px, 0, 0);
	transform: translate3d(4px, 0, 0);
}

50% {
	-webkit-transform: translate3d(-4px, 0, 0);
	transform: translate3d(-4px, 0, 0);
}

100% {
	-webkit-transform: translate3d(4px, 0, 0);
	transform: translate3d(4px, 0, 0);
}

}

