@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	outline: none;
	font: inherit;
	font-weight: inherit;
	font-family: inherit;
	-ms-text-size-adjust: none;
	    text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a, img {
	border: none;
	outline: none;
}

img {
	vertical-align: middle;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

label, button {
	cursor: pointer;
}

sup {
	font-size: 54.5%;
	font-weight: normal;
	vertical-align: super;
	line-height: normal;
}

.pre {
	position: relative;
	overflow: auto;
	white-space: pre-wrap;
	white-space: -pre-wrap;
	white-space: -webkit-pre-wrap;
	white-space: -moz-pre-wrap;
	word-wrap: break-word;
}

.nobr {
	white-space: nowrap;
}

a:hover,
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, input[type=image]:hover,
button:hover, .button:hover {
	opacity: 0.7;
}

a:active,
input[type=submit]:active, input[type=reset]:active, input[type=button]:active, input[type=image]:active,
button:active, .button:active {
	opacity: 0.5;
}

a {
	color: inherit;
	text-decoration: none;
}

a, input, textarea, select, button {
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.notOpacity a, a.notOpacity,
a .notOpacity, .notOpacity input, input.notOpacity,
input .notOpacity, .notOpacity textarea, textarea.notOpacity,
textarea .notOpacity, .notOpacity select, select.notOpacity,
select .notOpacity, .notOpacity button, button.notOpacity,
button .notOpacity {
	opacity: 1 !important;
}

b, .b {
	font-weight: normal;
}

strong, .strong {
	font-weight: bold;
}

em {
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
}

small, .small {
	font-size: 85.75%;
}

p, .p, li, dt, dd, th, td {
	font-size: 100%;
	line-break: strict;
}

ol, ul, li {
	list-style: none;
}

ul li p,
ol li p {
	font-size: 100%;
}

table, .table {
	border-collapse: separate;
	border-spacing: 0;
	border: none;
	empty-cells: show;
}

th, td,
.th, .td {
	padding: 0;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
th.align-r, td.align-r,
.th.align-r, .td.align-r {
	text-align: right;
}
th.valign-m, td.valign-m,
.th.valign-m, .td.valign-m {
	vertical-align: middle;
}

.table {
	display: table;
}

.tr {
	display: table-row;
}

.th, .td {
	display: table-cell;
}

/* html, body { height: 100%; } */
img {
	border: none;
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}
img.border {
	border: solid 1px #e3e5ed;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
	pointer-events: none;
}
@media only screen and (max-width: 767px) {
	a[href^="tel:"] {
		pointer-events: all;
	}
}

.display-inline-block {
	display: inline-block;
}
.display-large {
	display: block;
}

.display-middle {
	display: none;
}

.display-small {
	display: none;
}
.sp-br {
	display: none;
}
@media only screen and (max-width: 767px) {
	.display-large {
		display: none;
	}
	.display-middle {
		display: none;
	}
	.display-small {
		display: block;
	}
	.sp-hide {
		display: none;
	}
	.sp-br {
		display: inline;
	}
}
p.notes,
span.notes {
	text-indent: -1em !important;
	margin-left: 1em !important;
	overflow: visible;
}

span.notes {
	display: block;
}

body {
	background: linear-gradient(to right,  #e0ebff 0%,#f4f8fe 100%);
	font-size: 20px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #364153;
	text-align: center;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	opacity: 1;
	line-height: 1.75;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
	body {
		font-size: min(3.2vw,24px);
		&.is-menu-open{
			overflow: hidden;
		}
	}
}
html > img {
	position: absolute;
	top: -100px;
	left: -100px;
	z-index: -1;
}

h1,
h2,
h3,
.font-title {
	font-family: "Noto Sans JP", sans-serif;
}

.is-hidden {
	-webkit-transition: opacity 2s;
	transition: opacity 2s;
}

.is-visible,
.is-hidden.is-visible {
	opacity: 1;
}

body {
	opacity: 1;
}

main {
	position: relative;
	z-index: 1;
	min-width: 1440px;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	main {
		min-width: unset;
	}
}

/* ===================================================

	header

=================================================== */
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	min-width: 1480px;
	padding: 0px 16px;
	background-color: #fff;
	box-shadow: 0 9px 20px rgba(33,75,166,0.16);
	z-index: 99;
	letter-spacing: 0;
}
.header--wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1460px;
	min-height: 84px;
	margin: 0 auto;
}
.header--logo {
	max-width: 204px;
	width: 100%;
	margin: 0 40px 10px 0;
}
.header--nav {
	flex: 1;
	font-size: 16px;
}
.header--nav--wrap {
	display: flex;
	align-items: center;
}
.header--nav--menu {
	display: flex;
	align-items: center;
	margin-left: -24px;
	line-height: 1.3;
	>li {
		margin-left: 24px;
	}
}
.header--button-wrap {
	display: flex;
	margin-left: 16px;
	>* {
		flex: none;
		margin-left: 8px;
	}
}
.header--button-wrap .cv--tel--button {
	display: none;
}
.header--cv--button {
	position: relative;
	display: block;
	width: 100%;
	max-width: 188px;
	padding: 0.4em 1.33em 0.4em 2em;
	background: linear-gradient(to right,  #ff4400 0%,#f88224 100%);
	border-radius: 3em;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	&::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0.77em;
		transform: translateY(-50%);
		width: 0.5em;
		aspect-ratio: 1/1.62;
		background: url(../image/icon_arrow_right.png) center / contain no-repeat;
	}
	.cv--free--text {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 50%;
		left: 0.27em;
		transform: translateY(-50%);
		width: 3.16em;
		aspect-ratio: 1/1;
		background-color: #fff;
		border-radius: 50%;
		font-size: 0.66em;
		letter-spacing: 0.1em;
		color: #ff4500;
	}
}
.header--register {
	position: relative;
	display: block;
	width: 100%;
	max-width: 188px;
	padding: 0.4em 1.33em;
	background-color: #fff;
	border: solid 1px #214ba6;
	border-radius: 2.6em;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	color: #214ba6;
	text-align: center;
	&::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0.77em;
		transform: translateY(-50%);
		width: 0.5em;
		aspect-ratio: 1/1.62;
		background: url(../image/icon_arrow_right_blue.png) center / contain no-repeat;
	}
}
.logo_ricoh-leasing {
	display: block;
	max-width: 161px;
	margin-left: 24px;
}
.header--menu--button {
	display: none;
}
@media only screen and (max-width: 767px) {
	.overlay {
		position: fixed;
		inset: 0;
		background: rgba(0,0,0,0.5);
		opacity: 0;
		visibility: hidden;
		transition: .3s;
		z-index: 90;
		&.is-active{
			opacity: 1;
			visibility: visible;
		}
	}
	.header {
		min-width: 0;
		padding: 0 13.33% 0 4.26%;
	}
	.header--wrap {
		justify-content: flex-start;
		max-width: none;
		min-height: min(13.33vw,100px);
		&::before {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			min-height: min(13.33vw,100px);
			background-color: #fff;
			z-index: -1;
			pointer-events: none;
		}
	}
	.header--logo {
		max-width: 30.66vw;
		width: 100%;
		margin: 0 5.33vw 1.86vw 0;
	}
	.header--nav{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		max-height: 100dvh;
		background:#fff;
		padding: min(13.33vw,100px) 4.26% min(10.66vw,80px);
		opacity: 0;
		visibility: hidden;
		transform: translateY(-100%);
		font-size: min(4.26vw,32px);
		transition: 0.3s;
		z-index: -2;
		overflow: auto;
		&.is-open{
			opacity: 1;
			visibility: visible;
			transform: translateY(0);
		}
	}
	.header--nav--wrap {
		display: block;
	}
	.header--nav--menu {
		display: block;
		margin-left: 0;
		>li {
			margin-left: 0;
			border-bottom: solid min(0.266vw,2px) #d9d9d9;
		}
		a {
			display: block;
			padding: 1.3em 0.5em;
		}
	}
	.header--button-wrap {
		display: block;
		width: 87.46%;
		margin: min(8.53vw,64px) auto 0;
		>* {
			flex: none;
			margin: min(6.26vw,47px) 0 0;
		}
	}
	.header--button-wrap .header--register {
		display: none;
	}
	.header--button-wrap .cv--tel--button {
		display: flex;
		width: 100%;
		max-width: none;
		margin: min(6.26vw,47px) 0 0;
	}
	.header--cv--button {
		max-width: none;
		padding: 0.66em 2.6em;
		box-shadow: 0 0.18em 0 #b33402;
		font-size: min(5.14vw,38.57px);
		.cv--free--text {
			left: 0.4em;
		}
	}
	.header--register {
		max-width: none;
		padding: 0.66em 1.33em;
		font-size: min(5.14vw,38.57px);
	}
	.logo_ricoh-leasing {
		max-width: min(28.66vw,215px);
		margin-left: 0;
	}
	.header--menu--button{
		display: block;
		position: fixed;
		top: 3.46vw;
		right: 3.86%;
		width: min(6.4vw,48px);
		aspect-ratio: 1/1;
		background: transparent;
		border: none;
		outline: none;
		&.is-active {
			span {
				&:nth-child(1){
					top: 35%;
					transform:translateY(0.93vw) rotate(45deg);
				}
				&:nth-child(2){
					opacity:0;
				}
				&:nth-child(3){
					bottom: 35%;
					transform:translateY(-0.93vw) rotate(-45deg);
				}
			}
		}
		span{
			position: absolute;
			left: 0;
			right: 0;
			display: block;
			width: 100%;
			height: 2px;
			background-color: #214ba6;
			transition: 0.3s;
			&:nth-child(1){
				top: 20.83%;
			}
			&:nth-child(2){
				top: 48%;
			}
			&:nth-child(3){
				bottom: 20.83%;
			}
		}
	}
}

/* ===================================================

	first-visual

=================================================== */
.first-visual {
	min-width: 1440px;
	width: 100%;
	padding: 80px 0 0;
	position: relative;
	background: url(../image/fv_bg_pc.png) no-repeat center;
	background-size: cover;
}
@media only screen and (max-width: 767px) {
	.first-visual {
		min-width: unset;
		padding-top: calc(100/750 * 100vw);
		background-image: url(../image/fv_bg_sp.png);
	}
}
.first-visual--wrap {
	width: 1400px;
	padding: 30px 0;
	margin: 0 auto;
	padding-inline: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;

	position: relative;
	overflow: hidden;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.first-visual--wrap {
		width: 100%;
		display: block;
		padding: 0;
		overflow: hidden;
		padding-bottom: calc(66/750 * 100vw);
	}
}
.first-visual--main {
	padding: 50px 0 70px;
	background-size: 379px 448px;
	text-align: left;
	flex: 1 1 0;
	position: relative;
	z-index: 2;
}
@media only screen and (max-width: 767px) {
	.first-visual--main {
		background-position: right 36px top;
		background-size: 50% auto;
		width: 100%;
		display: block;
		padding: calc(50/750 * 100vw) 0 calc(70/750 * 100vw);
	}
}
.first-visual--text-main {
	width: 649px;
}
@media only screen and (max-width: 767px) {
	.first-visual--text-main {
		width: calc(615/750 * 100vw);
		margin-top: calc(29/750 * 100vw);
		margin-left: calc(44/750 * 100vw);
	}
}
.first-visual--text-free {
	width: 176px;
	position: absolute;
	top: 83px;
	left: 466px;
}
@media only screen and (max-width: 767px) {
	.first-visual--text-free {
		top: calc(-34/750 * 100vw);
		left: auto;
		right: calc(-31/750 * 100vw);
		width: calc(182/750 * 100vw);
		display: block;
	}
}
.first-visual--text-sub {
	width: 473px;
	margin-top: 102px;
}
@media only screen and (max-width: 767px) {
	.first-visual--text-sub {
		width: calc(483/750 * 100vw);
		margin-top: calc(109/750 * 100vw);
		margin-left: calc(49/750 * 100vw);
	}
}
.first-visual--text-logo {
	width: 311px;
	margin-top: 30px;
}
@media only screen and (max-width: 767px) {
	.first-visual--text-logo {
		width: calc(311/750 * 100vw);
		margin-top: calc(32/750 * 100vw);
		margin-left: calc(49/750 * 100vw);
	}
}
.first-visual--form {
	width: 400px;
	background: #fff;
	border-radius: 8px;
	padding: 0 32px 24px;
	text-align: center;
	margin-top: 63px;
	position: relative;
	z-index: 2;
}
.first-visual--person {
	position: absolute;
	left: 41%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 1070px;
	z-index: 1;
	pointer-events: none;
}
.first-visual--person img {
	width: 100%;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.first-visual--person {
		width: 100%;
		left: 0;
		bottom: 0;
		transform: none;
	}
}
@media only screen and (max-width: 767px) {
	.first-visual--form {
		width: 100%;
		display: none;
	}
}
.sp--form--wrap {
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 767px) {
	.sp--form--wrap {
		.first-visual--form {
			display: block;
			padding: min(21.33vw, 160px) 3.2%;
		}
	}
}
.first-visual--form h2 {
	display: block;
	width: 328px;
	padding: 8px 6px;
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	letter-spacing: 0.1em;
	line-height: 1.4583333333;
	text-align: center;
	color: #fff;
	margin: -28px auto 0;
	background-color: #214ba6;
	border-radius: 8px;
	position: relative;
}
.first-visual--form h2::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	border-top: 8px solid #214ba6;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}
@media only screen and (max-width: 767px) {
	.first-visual--form h2 {
		font-size: 24px;
	}
}
@media only screen and (max-width: 428px) {
	.first-visual--form h2 {
		font-size: max( 5.6074766355vw, 12px );
	}
}
.first-visual--form--read {
	margin-top: 14px;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4285714286;
	color: #8D8D8D;
}
@media only screen and (max-width: 767px) {
	.first-visual--form--read {
		font-size: 14px;
	}
}
@media only screen and (max-width: 428px) {
	.first-visual--form--read {
		font-size: max( 3.2710280374vw, 12px );
	}
}
.first-visual--form form {
	margin-top: 11px;
}
.first-visual--form--cell {
	width: 100%;
	text-align: left;
}
.first-visual--form--cell + .first-visual--form--cell {
	margin-top: 13px;
}
.first-visual--form--title {
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	line-height: 1.4615384615;
	color: #214ba6;
}
.first-visual--form--title .required {
	display: inline-block;
	vertical-align: 2px;
	width: 34px;
	padding: 3px 0 4px;
	background-color: #6dbf6b;
	color: #fff;
	font-style: normal;
	font-weight: 700;
	font-size: 10px;
	line-height: 1;
	text-align: center;
	margin-right: 11px;
}
.first-visual--form--inputarea, .first-visual--form--checkarea, .first-visual--form--inputarea select {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.first-visual--form--inputarea input[type=text],
.first-visual--form--inputarea select,
.first-visual--form--inputarea textarea, .first-visual--form--checkarea input[type=text],
.first-visual--form--checkarea select,
.first-visual--form--checkarea textarea {
	outline: none;
	font: inherit;
	font-size: inherit;
	-webkit-appearance: none;
	appearance: none;
	-webkit-text-size-adjust: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.first-visual--form--inputarea input[type=text],
.first-visual--form--inputarea input[type=email],
.first-visual--form--inputarea textarea, .first-visual--form--checkarea input[type=text],
.first-visual--form--checkarea input[type=email],
.first-visual--form--checkarea textarea,
.first-visual--form--inputarea select {
	margin: 3px 0 0;
	background: #fff;
	border: 2px solid #e6e6e6;
	border-radius: 3px;
	padding: 0 12px;
	width: 100%;
	height: 41px;
	font-style: normal;
	font-size: 16px;
	line-height: 28px;
	-webkit-transition: border-color 0.1s linear;
	transition: border-color 0.1s linear;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.first-visual--form--inputarea input[type=text]:hover,
.first-visual--form--inputarea input[type=email]:hover,
.first-visual--form--inputarea textarea:hover, .first-visual--form--checkarea input[type=text]:hover,
.first-visual--form--checkarea input[type=email]:hover,
.first-visual--form--checkarea textarea:hover,
.first-visual--form--inputarea select:hover {
	border-color: #6a6a6a;
}
.first-visual--form--inputarea input[type=text]:focus,
.first-visual--form--inputarea input[type=email]:focus,
.first-visual--form--inputarea textarea:focus, .first-visual--form--checkarea input[type=text]:focus,
.first-visual--form--checkarea input[type=email]:focus,
.first-visual--form--checkarea textarea:focus,
.first-visual--form--inputarea select:focus {
	border-color: #D6EEFF;
}
.first-visual--form--inputarea input[type=text]:disabled,
.first-visual--form--inputarea input[type=email]:disabled,
.first-visual--form--inputarea textarea:disabled, .first-visual--form--checkarea input[type=text]:disabled,
.first-visual--form--checkarea input[type=email]:disabled,
.first-visual--form--checkarea textarea:disabled,
.first-visual--form--inputarea select:disabled {
	background-color: #f8f8f8;
	border-color: #dcdcdc;
	color: #a3a3a3;
}
.first-visual--form--inputarea input[type=text]::-webkit-input-placeholder,
.first-visual--form--inputarea input[type=email]::-webkit-input-placeholder,
.first-visual--form--inputarea textarea::-webkit-input-placeholder, .first-visual--form--checkarea input[type=text]::-webkit-input-placeholder,
.first-visual--form--checkarea input[type=email]::-webkit-input-placeholder,
.first-visual--form--checkarea textarea::-webkit-input-placeholder, .first-visual--form--inputarea select::-webkit-input-placeholder {
	color: #a3a3a3;
}
.first-visual--form--inputarea input[type=text]:-moz-placeholder,
.first-visual--form--inputarea input[type=email]:-moz-placeholder,
.first-visual--form--inputarea textarea:-moz-placeholder, .first-visual--form--checkarea input[type=text]:-moz-placeholder,
.first-visual--form--checkarea input[type=email]:-moz-placeholder,
.first-visual--form--checkarea textarea:-moz-placeholder {
	color: #a3a3a3;
}
.first-visual--form--inputarea input[type=text]::-moz-placeholder,
.first-visual--form--inputarea input[type=email]::-moz-placeholder,
.first-visual--form--inputarea textarea::-moz-placeholder, .first-visual--form--checkarea input[type=text]::-moz-placeholder,
.first-visual--form--checkarea input[type=email]::-moz-placeholder,
.first-visual--form--checkarea textarea::-moz-placeholder {
	color: #a3a3a3;
}
.first-visual--form--inputarea input[type=text]:-ms-input-placeholder,
.first-visual--form--inputarea input[type=email]:-ms-input-placeholder,
.first-visual--form--inputarea textarea:-ms-input-placeholder, .first-visual--form--checkarea input[type=text]:-ms-input-placeholder,
.first-visual--form--checkarea input[type=email]:-ms-input-placeholder,
.first-visual--form--checkarea textarea:-ms-input-placeholder {
	color: #a3a3a3;
}
.first-visual--form--inputarea input[type=text]:-moz-placeholder-shown, .first-visual--form--inputarea input[type=email]:-moz-placeholder-shown, .first-visual--form--inputarea textarea:-moz-placeholder-shown, .first-visual--form--checkarea input[type=text]:-moz-placeholder-shown, .first-visual--form--checkarea input[type=email]:-moz-placeholder-shown, .first-visual--form--checkarea textarea:-moz-placeholder-shown, .first-visual--form--inputarea select:-moz-placeholder-shown {
	color: #a3a3a3;
}
.first-visual--form--inputarea input[type=text]:-ms-input-placeholder, .first-visual--form--inputarea input[type=email]:-ms-input-placeholder, .first-visual--form--inputarea textarea:-ms-input-placeholder, .first-visual--form--checkarea input[type=text]:-ms-input-placeholder, .first-visual--form--checkarea input[type=email]:-ms-input-placeholder, .first-visual--form--checkarea textarea:-ms-input-placeholder, .first-visual--form--inputarea select:-ms-input-placeholder {
	color: #a3a3a3;
}
.first-visual--form--inputarea input[type=text]:placeholder-shown,
.first-visual--form--inputarea input[type=email]:placeholder-shown,
.first-visual--form--inputarea textarea:placeholder-shown, .first-visual--form--checkarea input[type=text]:placeholder-shown,
.first-visual--form--checkarea input[type=email]:placeholder-shown,
.first-visual--form--checkarea textarea:placeholder-shown,
.first-visual--form--inputarea select:placeholder-shown {
	color: #a3a3a3;
}
.first-visual--form--inputarea textarea, .first-visual--form--checkarea textarea {
	padding: 7px 12px;
	height: 78px;
	display: block;
}
.first-visual--form--inputarea input:-internal-autofill-selected, .first-visual--form--checkarea input:-internal-autofill-selected {
	-webkit-box-shadow: 0 0 0 1000px white inset;
	box-shadow: 0 0 0 1000px white inset;
}
.first-visual--form--inputarea input:-webkit-autofill, .first-visual--form--checkarea input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}
.first-visual--form--checkarea {
	display: none;
}
.first-visual--form--agree {
	margin: 22px auto 0;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	text-align: center;
	gap: 8px;
	cursor: pointer;
}
.first-visual--form--agree input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border: 2px solid #e6e6e6;
	background: #fff;
	cursor: pointer;
	position: relative;
	flex-shrink: 0;
	margin: 0;
	border-radius: 4px;
}
.first-visual--form--agree input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	width: 6px;
	height: 10px;
	border: solid #214ba6;
	border-width: 0 2px 2px 0;
	top: 1px;
	left: 5px;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.first-visual--form--agree_check {
	display: none;
}
@media only screen and (max-width: 767px) {
	.first-visual--form--agree {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		text-align: left;
	}
}
.first-visual--form--edit {
	margin: 16px auto 0;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.4285714286;
	text-align: center;
	text-decoration: underline;
	display: none;
}
.first-visual--form--attention {
	margin: 16px auto 0;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	font-feature-settings: "palt";
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: #262626;
	text-align: left;
}
.first-visual--form--attention a {
	color: #262626;
	text-decoration: underline;
}
.first-visual--form button {
	margin: 22px auto 0;
	border: none;
	background: -webkit-linear-gradient(left, #ff4400 0%, #f88224 100%);
	background: linear-gradient(to right, #ff4400 0%, #f88224 100%);
	box-shadow: 0 4px 0 #cc3a00;
	border-radius: 999px;
	padding: 0 40px 0 63px;
	width: 100%;
	height: 63px;
	font-family: inherit;
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 0.05em;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.first-visual--form button:hover {
	opacity: 1;
	background: #FF6622;
	-webkit-transform: translateY(2px);
	        transform: translateY(2px);
	box-shadow: 0 2px 0 #BD3C0B;
}
.first-visual--form button:active {
	-webkit-transform: translateY(4px);
	        transform: translateY(4px);
	box-shadow: none;
}
.first-visual--button-check--badge {
	position: absolute;
	left: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	background: #fff;
	color: #FF5511;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 16px;
	font-weight: 700;
}
.first-visual--form button::after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	display: block;
	position: absolute;
	right: 24px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
	        transform: translate3d(0, -50%, 0) rotate(45deg);
}

.first-visual--form--tel {
	margin: 17px auto 0;
	width: 100%;
}
.first-visual--form--tel--link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	height: 66px;
	border: 1px solid #214ba6;
	border-radius: 999px;
	color: #2b394a;
	text-decoration: none;
	position: relative;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.first-visual--form--tel--link:hover {
	opacity: 0.7;
}

/* 電話アイコン */
.first-visual--form--tel--icon {
	position: absolute;
	left: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 30px;
	height: auto;
	flex-shrink: 0;
}

.first-visual--form--tel--text-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-left: 16px;
}
.first-visual--form--tel--time {
	color: #364153;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 4px;
}
.first-visual--form--tel--number {
	font-family: "Roboto", sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.02em;
}


section {
	padding: 160px 16px;
}
.section--wrap {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
}
.section--wrap--white {
	padding: 67px 16px 96px;
	background-color: #fff;
	border-radius: 24px;
	box-shadow: 0 0 30px rgba(33,75,166,0.1);
	}
.section--title {
	position: relative;
	margin-bottom: 70px;
	padding-bottom: 50px;
	font-size: 56px;
	font-weight: 900;
	color: #214ba6;
	line-height: 1.5;
	letter-spacing: 0.1em;
	z-index: 1;
	&::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 64px;
		height: 6px;
		margin: 0 auto;
		background-color: #214ba6;
	}
	.en--title {
		position: absolute;
		bottom: 0.16em;
		left: 50%;
		transform: translateX(-50%);
		font-family: "Montserrat", "Noto Sans JP", sans-serif;
		font-size: 3.57em;
		opacity: 0.05;
		line-height: 1;
		letter-spacing: 0.1em;
		z-index: -1;
	}
}
.section--inner {
	max-width: 1000px;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	section {
		padding: min(21.33vw,160px) 3.2%;
	}
	.section--wrap {
		max-width: 95.44%;
	}
	.section--wrap--white {
		max-width: none;
		padding: min(12vw,90px) 2.27% min(10.66vw,80px);
		border-radius: min(6.4vw,48px);
		.section--title {
			.en--title {
				bottom: 1.2em;
			}
		}
		}
	.section--title {
		margin-bottom: min(8.53vw,64px);
		padding-bottom: 0.9em;
		font-size: min(6.4vw,48px);
		&::after {
			width: 1.33em;
			height: 0.125em;
		}
		.en--title {
			bottom: 0.7em;
			font-size: 2.08em;
			letter-spacing: 0.05em;
		}
	}
	.section--inner {
		max-width: none;
	}
}
.color--yellow {
	color: #fffa73;
}
.marker--text {
	font-family: "Montserrat", "Noto Sans JP", sans-serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
	.marker {
		display: inline-block;
		background: linear-gradient(transparent 60%, #fffa73 60%);
	}
}
@media only screen and (max-width: 767px) {
	.marker--text {
		font-size: min(4.53vw,34px);
	}
}

.cv {
	position: relative;
	padding: 100px 23.95% 120px;
	background-color: #fff;
	overflow: hidden;
	z-index: 1;
	&::before,&::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		width: 21.66%;
		height: 100%;
		background: center / cover no-repeat;
		pointer-events: none;
	}
}
.cv::before {
	left: 0;
	background-image: url(../image/cv_bg_01.png);
}
.cv::after {
	right: 0;
	background-image: url(../image/cv_bg_02.png);
}
.cv--wrap {
	position: relative;
	width: 100%;
	max-width: 1088px;
	margin: 0 auto;
	&::before {
		content: "";
		position: absolute;
		top: -40px;
		right: -160px;
		width: 862px;
		aspect-ratio: 1/0.93;
		background: url(../image/cv_mamotteplus.png) center / contain no-repeat;
		z-index: -1;
		pointer-events: none;
	}
}
.cv--lead {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 500;
	color: #214ba6;
	text-align: center;
	line-height: 1.5;
}
.cv--lead--border {
	display: inline-block;
	padding-bottom: 0.33em;
	border-bottom: solid 0.083em;
}
.cv--title {
	margin-bottom: 80px;
	font-size: 44px;
	font-weight: 700;
	color: #6dbf6b;
	line-height: 1.5;
}
.cv--guide--section {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.cv--guide--image {
	width: 48%;
}
.cv--guide--image--description {
	display: none;
}
.cv--guide--content {
	flex: 1;
}
.cv--guide--logo {
	display: block;
	margin: 0 auto 30px;
}
.cv--guide--title {
	margin-bottom: 14px;
	font-size: min(2vw,32px);
	font-weight: 700;
	line-height: 1.5;
}
.cv--guide--free {
	font-size: min(4.1vw,64px);
	font-weight: 700;
	color: #2e68e6;
	line-height: 1.5;
	&.marker-start .marker::before {
		width: 100%;
	}
	.marker {
		display: inline-block;
		position: relative;
		padding: 0 0.68em 0.031em;
		&::before {
			content: "";
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			width: 0%;
			background-color: #fffa73;
			z-index: -1;
			transition-duration: 0.3s;
		}
	}
}
.cv--guide--description {
	display: inline-block;
	margin-top: 24px;
	padding: 6px 14px 8px;
	font-weight: 700;
	border-block: solid 1px;
	color: #214ba6;
	line-height: 1.5;
	.diamond-mark {
		display: inline-block;
		position: relative;
		padding-left: 1em;
		&::before {
			content: "";
			position: absolute;
			top: 0.5em;
			left: 0;
			width: 0.625em;
			aspect-ratio: 1/1;
			background-color: #214ba6;
			transform: rotate(45deg);
		}
	}
}
@media only screen and (max-width: 767px) {
	.cv {
		position: relative;
		padding: 22.93vw 0;
		&::before,&::after {
			left: 0;
			right: 0;
			width: 100%;
			height: auto;
			aspect-ratio: 1/0.228;
		}
	}
	.cv::before {
		top: 0;
		bottom: auto;
		background-image: url(../image/cv_bg_01_sp.png);
	}
	.cv::after {
		top: auto;
		bottom: 0;
		background-image: url(../image/cv_bg_02_sp.png);
	}
	.cv--wrap {
		max-width: none;
		padding: 8vw 10% 8.53vw;
		&::before {
			top: 5.06vw;
			right: auto;
			left: 50%;
			transform: translateX(-50%);
			width: 76%;
		}
	}
	.cv--lead {
		margin-bottom: min(4vw,30px);
		font-size: min(3.2vw,24px);
	}
	.cv--title {
		margin-bottom: min(5.86vw,44px);
		font-size: min(5.86vw,44px);
	}
	.cv--guide--section {
		display: block;
	}
	.cv--guide--image {
		position: relative;
		width: 78.83%;
		margin: 0 auto;
	}
	.cv--guide--image--description {
		position: absolute;
		bottom: -3.79%;
		right: -20.5%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 31.71%;
		aspect-ratio: 1/1;
		padding: 0.3em 0 0.1em;
		background-color: #fff;
		border: solid 0.1em #214ba6;
		border-radius: 50%;
		font-size: min(2.66vw,20px);
		font-weight: 700;
		color: #214ba6;
		text-align: center;
		line-height: 1.3;
		letter-spacing: 0;
	}
	.cv--guide--content {
		margin-top: min(3.46vw,26px);
	}
	.cv--guide--logo {
		width: 51.83%;
		margin-bottom: min(4vw,30px);
	}
	.cv--guide--title {
		margin-bottom: min(1.86vw,14px);
		font-size: min(4.26vw,32px);
	}
	.cv--guide--free {
		font-size: min(8.53vw,64px);
	}
	.cv--guide--description {
		display: none;
	}
}

.cv--section {
	margin-top: 50px;
}
@keyframes shine {
	0% {
		left: -75%;
	}
	20% {
		left: 125%;
	}
	100% {
		left: 125%;
	}
}
.cv--button {
	position: relative;
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 0.7em 2.34em 0.7em 2.8em;
	background: linear-gradient(to right,  #ff4400 0%,#f88224 100%);
	border-radius: 3em;
	box-shadow: 0 0.18em 0 #b33402;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	transition-duration: 0.3s;
	overflow: hidden;
	&::before {
		content: "";
		position: absolute;
		top: 0;
		left: -75%;
		width: 50%;
		height: 100%;
		background: linear-gradient(
			120deg,
			transparent,
			rgba(255,255,255,0.7),
			transparent
		);
		transform: skewX(-25deg);

		animation: shine 3s infinite;
	}
	&::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0.78em;
		transform: translateY(-50%);
		width: 0.45em;
		aspect-ratio: 1/1.62;
		background: url(../image/icon_arrow_right.png) center / contain no-repeat;
	}
	&:hover {
		transform: translateY(0.18em);
		box-shadow: 0 0 0 #b33402;
	}
	.cv--free--text {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 50%;
		left: 0.36em;
		transform: translateY(-50%);
		width: 3.4em;
		aspect-ratio: 1/1;
		background-color: #fff;
		border-radius: 50%;
		font-size: 0.68em;
		letter-spacing: 0.1em;
		color: #ff4500;
	}
}
.cv--tel--button {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 606px;
	margin: 45px auto 0;
	padding: 1em 2.3em;
	background-color: #fff;
	border: solid 1px #214ba6;
	border-radius: 3em;
	font-size: 20px;
	.cv--tel--lead {
		margin-right: 1.5em;
		line-height: 1.3;
	}
	.cv--tel--area {
		flex: 1;
		position: relative;
		padding-left: 4.5em;
		border-left: solid 1px #c4c9d8;
		.cv--tel-icon {
			position: absolute;
			top: 50%;
			left: 1.3em;
			transform: translateY(-50%);
			width: 2.6em;
		}
		.cv--tel {
			font-family: "Roboto", "Noto Sans JP", sans-serif;
			font-size: 1.8em;
			font-weight: 700;
			line-height: 1.3;
			letter-spacing: 0.03em;
		}
		.cv--attention {
			font-size: 0.8em;
			line-height: 1.3;
		}
	}
}
@media only screen and (max-width: 767px) {
	.cv--section {
		margin-top: min(8.53vw,60px);
	}
	.cv--button {
		font-size: min(5.06vw,38px);
	}
	.cv--tel--button {
		max-width: 600px;
		margin: min(4.26vw,32px) auto 0;
		padding-inline: 2em;
		font-size: min(2.66vw,20px);
	}
}

.badges {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 16px;
}
.badges--text {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	&:not(:last-child) {
		margin-right: 50px;
	}
}
.badges--list {
	display: flex;
	flex-wrap: wrap;
	margin: -20px 0 0 -20px;
	>li {
		margin: 20px 0 0 20px;
	}
}
@media only screen and (max-width: 767px) {
	.badges {
		display: block;
		padding: 35px 3.2% 40px;
	}
	.badges--text {
		font-size: min(3.466vw,26px);
		&:not(:last-child) {
			margin: 0 0 24px;
		}
	}
	.badges--list {
		justify-content: center;
		margin: -10px 0 0 -2.77%;
		>li {
			width: 27%;
			margin: 10px 0 0 2.77%;
		}
	}
}

.about {
	padding-block: 0;
}
.about--image {
	margin: 0;
	width: 100%;
}
.about--text {
	margin: 30px 0 54px;
	font-size: 22px;
	font-weight: 700;
	color: #2e68e6;
}
.about--note {
	position: relative;
	max-width: 878px;
	margin: 36px auto 0;
	padding: 1.36em 1.36em 1.36em 5.18em;
	border: solid 0.09em #214ba6;
	font-family: "Montserrat", "Noto Sans JP", sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #214ba6;
	text-align: left;
	&::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 1.36em;
		transform: translateY(-50%);
		width: 2.94em;
		aspect-ratio: 1/1;
		border-radius: 50%;
		border: solid 0.18em #214ba6;
	}
	&::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 1.36em;
		transform: translateY(-50%) rotate(-45deg);
		width: 1.59em;
		height: 0.84em;
		margin-left: 0.72em;
		margin-top: -0.22em;
		border-bottom: solid 0.27em #214ba6;
		border-left: solid 0.27em #214ba6;
	}
}
@media only screen and (max-width: 767px) {
	.about {
		padding-block: 0;
		.marker--text {
			padding-inline: 5%;
		}
	}
	.about--text {
		margin: min(7.2vw,54px) 0;
		font-size: min(3.46vw,26px);
	}
	.about--note {
		max-width: 92.83%;
		margin: min(4.8vw,36px) auto 0;
		padding: 0.9em 1.36em 0.9em 5.18em;
		font-size: min(2.93vw,22px);
		&::before {
			left: 1.09em;
			width: 2.63em;
		}
		&::after {
			left: 1.09em;
			width: 1.4em;
			height: 0.95em;
			margin-left: 0.7em;
			margin-top: -0.22em;
		}
	}
}

/* ===================================================

	coverage

=================================================== */
.coverage {
	padding-bottom: 120px;
}
.coverage.bg--blue {
	background-image:
		url(../image/coverage_bg_pc.png),
		linear-gradient(to right, rgba(69,120,229,0.2) 20%, rgba(124,157,230,0.4) 100%);
	background-repeat: no-repeat, repeat;
	background-position: center 80%, 0 0;
	background-size: 1649px 1088px, auto;
	background-blend-mode: multiply, normal;
}
@media only screen and (max-width: 767px) {
	.coverage.bg--blue {
		background-image:
			url(../image/coverage_bg_top_sp.png),
			url(../image/coverage_bg_bottom_sp.png),
			linear-gradient(to right, rgba(69,120,229,0.2) 20%, rgba(124,157,230,0.4) 100%);
		background-repeat: no-repeat, no-repeat, repeat;
		background-position: top 19% center, bottom 6% center, 0 0;
		background-size:
			calc(544/750*100vw) calc(407/750*100vw),
			calc(544/750*100vw) calc(407/750*100vw),
			auto;
		background-blend-mode: multiply, multiply, normal;
	}
}
.coverage--cover, .coverage--uncover {
	margin-top: 60px;
	width: 1000px;
	margin-inline: auto;
	padding: 16px 16px 6px;
	background-color: #fff;
	border-radius: 16px;
}
@media only screen and (max-width: 767px) {
	.coverage--cover, .coverage--uncover {
		width: calc(622/750*100vw);
		margin-top: min(9.86vw,74px);
		border-radius: min(4.26vw,32px);
	}
}
.coverage--uncover {
	margin-top: 30px;
}
@media only screen and (max-width: 767px) {
	.coverage--uncover {
		margin-top: min(6.4vw,48px);
	}
}
.coverage--cover--title, .coverage--uncover--title {
	width: 100%;
	padding: 17px 40px;
	border-radius: 8px;
	font-size: 32px;
	letter-spacing: 0.16em;
	font-weight: 700;
	line-height: 1;
	display:flex;
	align-items:center;
	justify-content:center;
}
@media only screen and (max-width: 767px) {
	.coverage--cover--title, .coverage--uncover--title {
		font-size: calc(32/750*100vw);
		border-radius: min(2.13vw,16px);
		padding-block: calc(27/750*100vw);
	}
}
.coverage--cover--title {
	background-color: #214ba6;
	color: #fffa73;
}
.coverage--uncover--title {
	background-color: #868e9e;
	color: #fff;
}
.coverage--title--icon {
	display: inline-block;
	font-weight: 900;
	-webkit-text-stroke: 3px currentColor;
	margin-right: 0.3em;
	vertical-align: middle;
	line-height: 1;
}

/* cover リスト */
.coverage--cover--list {
	display: flex;
	justify-content: center;
	gap: 30px;
	list-style: none;
}
@media only screen and (max-width: 1024px) {
	.coverage--cover--list {
		flex-wrap: wrap;
		gap: 0;
	}
}
@media only screen and (max-width: 767px) {
	.coverage--uncover--list {
		gap: 40px 20px;
	}
}
.coverage--cover--list li {
	background-color: #fff;
	display: flex;
	align-items: flex-start;
	padding: 42px 38px;
	width: 490px;

	&:not(:last-child) {
		position: relative;
		&::after {
			content: "";
			position: absolute;
			top: 50%;
			right: -16px;
			width: 2px;
			height: 160px;
			background-color: silver;
			transform: translateY(-50%);
		}
	}
}
@media only screen and (max-width: 1024px) {
	.coverage--cover--list li {
		width: 100%;
		max-width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.coverage--cover--list li {
		width: 100%;
		max-width: unset;
		padding: calc(27/750*100vw) calc(46/750*100vw) calc(28/750*100vw);

		&:not(:last-child)::after {
			content: "";
			position: absolute;
			top: auto;
			right: auto;
			bottom: 0;
			left: 50%;
			width: calc(494/750*100vw);
			height: 2px;
			background-color: silver;
			transform: translateX(-50%);
		}
	}
}
.coverage--cover--list--text {
	flex: 1;
}
@media only screen and (max-width: 767px) {
	.coverage--cover--list--text {
		text-align: left;
	}
}
.coverage--cover--list--title {
	display: inline-block;
	color: #214ba6;
	font-size: 36px;
	font-weight: 700;
	/* letter-spacing: 0.03em; */
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	margin-top: 5px;
}
@media only screen and (max-width: 767px) {
	.coverage--cover--list--title {
		font-size: calc(36/750*100vw);
		margin-bottom: calc(30/750*100vw);
		margin-top: calc(5/750*100vw);
	}
}
.coverage--cover--list--title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 24px;
	background-color: #fffa73;
	z-index: -1;
}
@media only screen and (max-width: 767px) {
	.coverage--cover--list--title::after {
		height: calc(24/750*100vw);
	}
}
.coverage--cover--list--description {
	color: #364153;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.coverage--cover--list--description {
		font-size: calc(28/750*100vw);
	}
}
.coverage--cover--list--description span {
	display: inline-block;
	background-color: #6dbf6b;
	color: #fff;
	padding: 0px 11px;
	margin-right: 8px;
	margin-bottom: 8px;
	font-size: 18px;
	line-height: 1.7;
}
@media only screen and (max-width: 767px) {
	.coverage--cover--list--description span {
		font-size: calc(22/750*100vw);
		padding: 0px calc(16/750*100vw);
	}
}
.coverage--cover--list--image {
	width: 150px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.coverage--cover--list--image.bankrupt {
	width: 153px;
}
@media only screen and (max-width: 767px) {
	.coverage--cover--list--image.bankrupt {
		width: calc(168/750*100vw);
	}
}
.coverage--cover--list--image.delay {
	width: 165px;
	margin-top: 13px;
}
@media only screen and (max-width: 767px) {
	.coverage--cover--list--image.delay {
		width: calc(190/750*100vw);
		margin-top: calc(13/750*100vw);
	}
}
.coverage--cover--list--image img {
	max-width: 100%;
	height: auto;
}

/* uncover リスト */
.coverage--uncover--list {
	display: flex;
	justify-content: space-between;
	gap: 60px;
	list-style: none;
	padding-inline: 20px;
	padding-bottom: 30px;
	margin-top: 20px;
}
@media only screen and (max-width: 767px) {
	.coverage--uncover--list {
		flex-wrap: wrap;
		gap: 0;
		padding-inline: calc(47/750*100vw);
	}
}
.coverage--uncover--list li {
	text-align: center;
	width: 33%;

	&:not(:last-child) {
		position: relative;
		&::after {
			content: "";
			position: absolute;
			top: 50%;
			right: -32px;
			width: 2px;
			height: 160px;
			background-color: silver;
			transform: translateY(-50%);
		}
	}
}
@media only screen and (max-width: 767px) {
	.coverage--uncover--list li {
		width: 100%;
		max-width: unset;
		display: flex;
		flex-direction: row-reverse;
		align-items: center;

		&:not(:last-child)::after {
			content: "";
			position: absolute;
			top: auto;
			right: auto;
			bottom: 0;
			left: 50%;
			width: calc(494/750*100vw);
			height: 2px;
			background-color: silver;
			transform: translateX(-50%);
		}
	}
}
.coverage--uncover--list--image {
	height: 148px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 20px;
	margin-inline: auto;
}
@media only screen and (max-width: 767px) {
	.coverage--uncover--list--image {
		height: auto;
		padding-block: calc(18/750*100vw);
		margin-right: 0;
	}
}
.coverage--uncover--list--image.transaction {
	width: 148px;
}
@media only screen and (max-width: 767px) {
	.coverage--uncover--list--image.transaction {
		width: calc(133/750*100vw);
	}
}
.coverage--uncover--list--image.money {
	width: 168px;
}
@media only screen and (max-width: 767px) {
	.coverage--uncover--list--image.money {
		width: calc(151/750*100vw);
	}
}
.coverage--uncover--list--image.conflict {
	width: 169px;
}
@media only screen and (max-width: 767px) {
	.coverage--uncover--list--image.conflict {
		width: calc(152/750*100vw);
	}
}
.coverage--uncover--list--image img {
	max-width: 100%;
	height: auto;
}
.coverage--uncover--list--title {
	color: #364153;
	font-size: 24px;
	letter-spacing: -0.02em;
	font-weight: 700;
	line-height: 1.4;
}
@media only screen and (max-width: 767px) {
	.coverage--uncover--list--title {
		font-size: calc(28/750*100vw);
	}
}

.bg--blue {
	position: relative;
	margin-block: -150px;
	padding-block: 290px;
	background: linear-gradient(to right,  rgba(69,120,229,0.2) 20%,rgba(124,157,230,0.2) 100%);
	color: #fff;
	z-index: -1;
	&::before {
		content: "";
		position: absolute;
		top: -240px;
		left: 0;
		right: 0;
		width: 100%;
		height: 240px;
		background: linear-gradient(to right,  rgba(69,120,229,0.2) 20%,rgba(124,157,230,0.2) 100%);
		clip-path: polygon(0 0, 0% 100%, 100% 100%);
		z-index: -1;
	}
	&::after {
		content: "";
		position: absolute;
		bottom: -240px;
		left: 0;
		right: 0;
		width: 100%;
		height: 240px;
		background: linear-gradient(to right,  rgba(69,120,229,0.2) 20%,rgba(124,157,230,0.2) 100%);
		clip-path: polygon(100% 0, 0 0, 100% 100%);
		z-index: -1;
	}
	.bg--blue--before {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: linear-gradient(to right,  rgba(69,120,229,0.85) 20%,rgba(46,104,230,0.85) 100%);
		pointer-events: none;
		&::before {
			content: "";
			position: absolute;
			top: -165px;
			left: 0;
			right: 0;
			width: 100%;
			height: 165px;
			background: linear-gradient(to right,  rgba(69,120,229,0.85) 20%,rgba(46,104,230,0.85) 100%);
			clip-path: polygon(100% 0, 0% 100%, 100% 100%);
		}
		&::after {
			content: "";
			position: absolute;
			bottom: -165px;
			left: 0;
			right: 0;
			width: 100%;
			height: 165px;
			background: linear-gradient(to right,  rgba(69,120,229,0.85) 20%,rgba(46,104,230,0.85) 100%);
			clip-path: polygon(0 0, 0% 100%, 100% 0);
		}
	}
	.section--title {
		color: #fff;
		&::after {
			background-color: #fff;
		}
		.en--title {
			color: #2e68e6;
			opacity: 0.25;
		}
	}
	.section--wrap {
		position: relative;
		z-index: 2;
	}
}
@media only screen and (max-width: 767px) {
	.bg--blue {
		margin-block: -9.33vw;
		padding-block: min(28vw,210px);
		&::before {
			top: -32.53vw;
			height: 32.53vw;
		}
		&::after {
			bottom: -32.53vw;
			height: 32.53vw;
		}
		.bg--blue--before {
			&::before {
				top: -22.13vw;
				height: 22.13vw;
			}
			&::after {
				bottom: -22.13vw;
				height: 22.13vw;
			}
		}
	}
}

.plan {
	padding-top: 0;
}
.plan--price {
	margin-top: 60px;
	position: relative;
}
.plan--price--text {
	position: absolute;
	width: 351px;
	height: 80px;
	top: 52px;
	left: 412px;
	background: linear-gradient(to right, #ffc800, #fffa73, #fffde7, #fffa73, #ffc800);
	background-size: 200% auto;
	-webkit-mask-image: url(../image/plan_price_text.png);
	mask-image: url(../image/plan_price_text.png);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	animation: gradientMove 5s linear infinite;
}
@media only screen and (max-width: 767px) {
	.plan--price--text {
		width: calc(428/750*100vw);
		height: calc(98/750*100vw);
		top: calc(52/750*100vw);
		left: calc(157/750*100vw);
	}
}
.plan--price--text img {
	visibility: hidden;
}
.plan--price--free {
	position: absolute;
	width: 160px;
	top: 50%;
	right: 54px;
	transform: translateY(-50%);
	animation: pulse 2s ease-in-out infinite;
}
@media only screen and (max-width: 767px) {
	.plan--price--free {
		width: calc(145/750*100vw);
		top: auto;
		bottom: calc(-40/750*100vw);
		right: calc(40/750*100vw);
	}
}
@keyframes pulse {
	0%, 100% { transform: translateY(-50%) scale(1); }
	50% { transform: translateY(-50%) scale(1.1); }
}
@media only screen and (max-width: 767px) {
	.plan--price {
		width: calc(622/750*100vw);
		margin-top: min(8vw,60px);
		margin-inline: auto;
	}
}
.plan--table {
	margin-top: 60px;
}
@media only screen and (max-width: 767px) {
	.plan--table {
		width: 100%;
		margin-top: calc(60/750*100vw);
		overflow-x: scroll;
	}
	.plan--table img {
		width: calc(1400/750*100vw);
		max-width: none;
	}
}

.step {
	padding-bottom: 430px;
}
.step--list {
	position: relative;
	margin-top: 64px;
	&::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 82px;
		width: 8px;
		background-color: #fff;
	}
	>li {
		display: flex;
		align-items: center;
		position: relative;
		padding: 38px 52px;
		background-color: #fff;
		border-radius: 16px;
		&:not(:first-child) {
			margin-top: 48px;
		}
	}
}
.step--number {
	width: 1.25em;
	margin-right: 40px;
	font-family: "Montserrat", "Noto Sans JP", sans-serif;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.2;
	color: #7d9ee8;
	opacity: 0.4;
	text-align: center;
	.step--text {
		display: block;
		font-size: 0.42em;
	}
	.step--num {
		display: block;
	}
}
.step--card {
	display: flex;
	align-items: center;
}
.step--icon {
	max-width: 180px;
	height: auto;
	margin-right: 60px;
	img {
		width: 100%;
	}
}
.step--content {
	flex: 1;
	text-align: left;
}
.step--title {
	margin-bottom: 24px;
	font-size: 28px;
	font-weight: 700;
	color: #214ba6;
	line-height: 1.5;
	.step--title-highlight {
		display: inline-block;
		padding: 0.15em 0.6em 0.2em;
		background-color: #214ba6;
		font-size: 1.42em;
		color: #fffa73;
	}
}
.step--note {
	margin-top: 0.5em;
	font-size: 0.8em;
}
@media only screen and (max-width: 767px) {
	.step {
		padding-bottom: min(44vw,330px);
	}
	.step--list {
		width: 92.83%;
		margin: min(17.86vw,134px) auto 0;
		&::before {
			left: 12.86%;
			width: min(1.6vw,12px);
		}
		>li {
			display: block;
			padding: min(5.33vw,40px) 7.71% min(8vw,60px);
			border-radius: min(4.26vw,32px);
			&:not(:first-child) {
				margin-top: min(16vw,120px);
			}
		}
	}
	.step--number {
		width: 2em;
		margin: 0 0 min(5.33vw,40px);
		font-size: min(8.93vw,67px);
		text-align: left;
	}
	.step--card {
		display: block;
	}
	.step--icon {
		position: absolute;
		top: -10.66vw;
		left: 0;
		right: 0;
		max-width: none;
		width: 37.62%;
		margin: 0 auto;
	}
	.step--content {
		font-size: min(3.46vw,26px);
		text-align: center;
	}
	.step--title {
		margin-bottom: min(5.33vw,40px);
		font-size: min(4.8vw,36px);
	}
}

/* ===================================================

	solution

=================================================== */
.solution {
	padding-block: 100px 20px;
}
.solution--list {
	display: flex;
	flex-direction: column;
	gap: 120px;
	width: 1400px;
	padding-inline: 40px;
	margin-top: 104px;
	box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
	.solution--list {
		width: 100%;
		padding-inline: 0;
		margin-top: min(8vw,63px);
		gap: calc(44/750*100vw);
	}
}
.solution--list--item {
	display: flex;
	align-items: flex-start;
	width: 1020px;
	border-radius: 24px;
	background-color: #fff;
	padding-bottom: 64px;
}
@media only screen and (max-width: 767px) {
	.solution--list--item {
		width: 100%;
		flex-direction: column;
		border-radius: calc(48/750*100vw);
		padding-bottom: calc(88/750*100vw);
	}
}
.solution--text {
	flex: 1 1 0;
}
.solution--number {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #7d9ee8;
	font-family: "Montserrat", "Noto Sans JP", sans-serif;
	font-weight: 700;
	padding-left: 120px;
	margin-top: 14px;
	opacity: 0.4;
}
@media only screen and (max-width: 767px) {
	.solution--number {
		padding-left: 0;
		justify-content: center;
	}
}
.solution--num-text {
	font-size: 24px;
}
@media only screen and (max-width: 767px) {
	.solution--num-text {
		font-size: calc(28/750*100vw);
	}
}
.solution--num {
	font-size: 56px;
}
@media only screen and (max-width: 767px) {
	.solution--num {
		font-size: calc(67/750*100vw);
	}
}
.solution--title {
	padding-left: 120px;
	color: #214ba6;
	background-color: #fffa73;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.5;
	text-align: left;
	margin-top: -5px;
	padding-block: 5px;
}
@media only screen and (max-width: 767px) {
	.solution--title {
		padding-left: 0;
		text-align: center;
		font-size: calc(32/750*100vw);
		letter-spacing: 0.1em;
		padding-bottom: calc(10/750*100vw);
	}
}
.solution--check-list {
	padding-left: 120px;
	padding-right: 40px;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
@media only screen and (max-width: 767px) {
	.solution--check-list {
		padding-inline: calc(47/750*100vw);
		margin-top: calc(38/750*100vw);
	}
}
.solution--check-list li {
	position: relative;
	color: #364153;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 0.03em;
	padding-left: 48px;
	text-align: left;

	&::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 32px;
		height: 32px;
		background-image: url(../image/icon_check.png);
		background-size: cover;
		background-position: center;
	}
}
@media only screen and (max-width: 767px) {
	.solution--check-list li {
		font-size: calc(24/750*100vw);
		line-height: calc(5/3);
		padding-left: calc(57/750*100vw);

		&::before {
			width: calc(40/750*100vw);
			height: calc(40/750*100vw);
		}
	}
}
.solution--image {
	width: 480px;
	margin-top: -40px;
	margin-right: -100px;
	box-shadow: 32px 25px 0 0 rgba(33,75,168,0.3);
}
@media only screen and (max-width: 767px) {
	.solution--image {
		width: calc(576/750*100vw);
		margin: calc(45/750*100vw) auto 0;
		box-shadow: calc(0/750*100vw) calc(50/750*100vw) 0 calc(-24/750*100vw) rgba(33,75,168,0.3);
	}
}
.solution--list li:nth-child(even) {
	flex-direction: row-reverse;

	&.solution--list--item {
		margin-left: auto;
		margin-right: 80px;
	}

	.solution--number {
		padding-left: 60px;
	}

	.solution--title {
		padding-left: 60px;
	}

	.solution--check-list {
		padding-left: 60px;
	}

	.solution--image {
		margin-right: 0;
		margin-left: -100px;
		box-shadow: -32px 25px 0 0 rgba(33,75,168,0.3);
	}
}
@media only screen and (max-width: 767px) {
	.solution--list li:nth-child(even) {
		flex-direction: column;

		&.solution--list--item {
			margin-left: 0;
			margin-right: 0;
		}

		.solution--number {
			padding-left: 0;
		}

		.solution--title {
			padding-left: 0;
		}

		.solution--check-list {
			padding-left: calc(47/750*100vw);
		}

		.solution--image {
			margin-inline: auto;
			box-shadow: calc(0/750*100vw) calc(50/750*100vw) 0 calc(-24/750*100vw) rgba(33,75,168,0.3);
		}
	}
}


/* ===================================================

	point

=================================================== */
.point {
	padding-top: 380px;
}
.point--list {
	display: flex;
	gap: 30px;
	margin-top: 108px;
}
@media only screen and (max-width: 767px) {
	.point {
		padding-top: min(48vw,360px);
	}
	.point--list {
		flex-direction: column;
		gap: calc(72/750*100vw);
		margin-top: calc(108/750*100vw);
		align-items: center;
	}
}
.point--list--item {
	width: calc((100% - 60px) / 3);
	background-color: #fff;
	border-radius: 16px;
	padding-bottom: 40px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.point--list--item {
		width: calc(622/750*100vw);
		padding-bottom: calc(40/750*100vw);
		border-radius: calc(32/750*100vw);
	}
}
.point--num {
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 82px;
	height: 82px;
	background-color: #6dbf6b;
	color: #fff;
	font-family: "Montserrat", "Noto Sans JP", sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-align: center;
	border-radius: 50%;
}
@media only screen and (max-width: 767px) {
	.point--num {
		top: calc(-39/750*100vw);
		left: calc(28/750*100vw);
		width: calc(104/750*100vw);
		height: calc(104/750*100vw);
		font-size: calc(48/750*100vw);
	}
}
.point--title {
	background-color: #214ba6;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	line-height: 1.3;
	padding: 45px 0 35px;
	border-radius: 16px 16px 0 0;

	.text--montserrat {
		font-family: "Montserrat", "Noto Sans JP", sans-serif;
		letter-spacing: 0.1em;
	}
}
@media only screen and (max-width: 767px) {
	.point--title {
		font-size: calc(36/750*100vw);
		padding: calc(26/750*100vw) 0 calc(30/750*100vw);
	}
}
.point--image {
	height: 276px;
	display: flex;
	align-items: center;
	justify-content: center;

	&.image01 img {
		width: 217px;
	}
	&.image02 img {
		width: 164px;
	}
	&.image03 img {
		width: 183px;
	}
}
@media only screen and (max-width: 767px) {
	.point--image {
		height: auto;
		padding-block: calc(47/750*100vw);

		&.image01 img {
			width: calc(254/750*100vw);
		}
		&.image02 img {
			width: calc(192/750*100vw);
		}
		&.image03 img {
			width: calc(214/750*100vw);
		}
	}
}
.point--text {
	color: #364153;
	font-size: 18px;
}
@media only screen and (max-width: 767px) {
	.point--text {
		font-size: calc(24/750*100vw);
	}
}


.context {
	padding-bottom: 120px;
	background-color: #fff;
}
.context--logo_mamotte {
	display: block;
	max-width: 4444px;
	margin: 70px auto 80px;
}
.context--detail {
	text-align: left;
}
.context--step {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 60px 0 0;
	gap: 30px;
}
.context--step--column {
	position: relative;
	width: calc((100% - 60px) / 3);
	padding: 40px 20px 20px;
	background-color: #f1f4fd;
	border-radius: 16px;
	font-size: 18px;
	line-height: 1.5;
	&:not(:first-child) {
		&::before {
			content: "";
			position: absolute;
			top: 50%;
			left: -21px;
			transform: translateY(-50%);
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 22px 0 22px 17px;
			border-color: transparent transparent transparent #6dbf6b;
		}
	}
}
.context--step--title {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: 700;
	color: #214ba6;
	line-height: 1.3;
}
.context--step--lead {
	margin: 0 0 30px;
	font-size: 14px;
}
.context--step--label {
	position: relative;
	max-width: 10.16em;
	margin: 0 auto 1.33em;
	font-size: 18px;
	font-weight: 700;
	z-index: 1;
	&::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: -0.77em;
		left: 50%;
		transform: translateX(-50%);
		width: 1.66em;
		background: #ccc;
		z-index: -1;
	}
	&::after {
		content: "";
		position: absolute;
		bottom: -1.88em;
		left: 50%;
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 1.33em 1.66em 0 1.66em;
		border-color: #ccc transparent transparent transparent;
		z-index: -1;
	}
	li {
		padding: 0.5em 0.55em;
		background:#214ba6;
		color:#fff;
		&:not(:first-child) {
			margin-top: 0.44em;
		}
	}
}
.context--step--data {
	padding: 20px;
	background:#fff;
	border-radius: 7px;
	font-size: 16px;
	text-align: center;
}
.context--step--data-title {
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: 700;
	color:#214ba6;
}
.context--step--icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 143px;
	min-height: 180px;
	margin: 0 auto 20px;
}
@media only screen and (max-width: 767px) {
	.context {
		padding-bottom: min(21.33vw,160px);
	}
	.context--logo_mamotte {
		max-width: 400px;
		width: 59.7%;
		margin: min(12vw,90px) auto;
	}
	.context--detail {
		width: 92.8%;
		margin: 0 auto;
	}
	.context--step {
		display: block;
		width: 92.8%;
		margin: min(12vw,90px) auto 0;
		gap: 0;
	}
	.context--step--column {
		width: 100%;
		padding: min(5.33vw,40px) 17.74%;
		border-radius: min(4.26vw,32px);
		font-size: min(2.93vw,22px);
		&:not(:first-child) {
			margin-top: min(5.33vw,40px);
			&::before {
				top: -4.13vw;
				left: 50%;
				transform: translateX(-50%);
				border-width: min(3.2vw,24px) min(4.2vw,31.5px) 0 min(4.2vw,31.5px);
				border-color: #6dbf6b transparent transparent transparent;
			}
		}
	}
	.context--step--title {
		margin-bottom: min(4.53vw,34px);
		font-size: min(4.26vw,32px);
	}
	.context--step--lead {
		margin: -1.33vw 0 min(4vw,30px);
		font-size: min(10.66vw,20px);
	}
	.context--step--label {
		font-size: min(3.12vw,23.4px);
		li {
			padding: 0.38em 0.42em;
			&:not(:first-child) {
				margin-top: 0.42em;
			}
		}
	}
	.context--step--data {
		width: 88.5%;
		margin: 0 auto;
		padding: min(4vw,30px);
		border-radius: min(0.93vw,7px);
		font-size: min(2.77vw,20.8px);
	}
	.context--step--data-title {
		margin-bottom: min(2.13vw,16px);
		font-size: min(3.46vw,26px);
	}
	.context--step--icon {
		display: block;
		max-width: none;
		min-height: 0;
		margin: 0 auto min(4.8vw,36px);
	}
	.context--step01--icon {
		width: 37%;
	}
	.context--step03--icon {
		width: 88.5%;
		margin-bottom: min(6.13vw,46px);
		padding: min(5.86vw,44px);
		background-color: #fff;
	}
}

.governance {
	padding-top: 140px;
}
.governance--contents {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
	padding: 64px 0;
	background-color: #fff;
	border-radius: 16px;
}
.governance--contents--column {
	flex: 1;
	min-width: 50%;
	padding: 14px 4.8%;
	font-size: 18px;
	&:nth-child(even) {
		border-left: solid 2px #e7e7e7;
	}
}
.governance--contents--img {
	display: block;
	max-width: 140px;
	margin: 0 auto 40px;
}
.governance--contents--title {
	margin-bottom: 40px;
	font-size: 28px;
	font-weight: 700;
	color: #214ba6;
	line-height: 1.3;
}
@media only screen and (max-width: 767px) {
	.governance {
		padding-top: min(21.33vw, 160px);
	}
	.governance--contents {
		display: block;
		width: 92.8%;
		margin: min(8vw,60px) auto 0;
		padding: min(4.8vw,36px) 7.16%;
		border-radius: min(4.26vw,32px);
	}
	.governance--contents--column {
		min-width: 0;
		padding: min(8vw,60px) 0;
		font-size: min(3.2vw,24px);
		&:nth-child(even) {
			border: none;
			border-top: solid min(0.26vw,2px) #e7e7e7;
		}
	}
	.governance--contents--img {
		max-width: 26.61%;
		margin: 0 auto min(8vw,60px);
	}
	.governance--contents--title {
		margin-bottom: min(5.86vw,44px);
		font-size: min(4.26vw,32px);
	}
}

.company {
	background-color: #fff;
}

.company--news {
	display: block;
	max-width: 626px;
	width: 100%;
	margin: 0 auto 40px;
}

.company--table {
	width: 100%;
	border-spacing: 2px;
	line-height: 1.5;
	tr {
		&:first-child {
			th {
				border-top-left-radius: 8px;
			}
			td {
				border-top-right-radius: 8px;
			}
		}
		&:last-child {
			th {
				border-bottom-left-radius: 8px;
			}
			td {
				border-bottom-right-radius: 8px;
			}
		}
	}
	th {
		padding: 18px 44px;
		background-color: #7d9ee8;
		font-size: 22px;
		color: #fff;
		text-align: center;
		font-weight: 700;
	}
	td {
		padding: 18px 44px;
		background-color: #f1f4fd;
		font-weight: 700;
	}
}
@media only screen and (max-width: 767px) {
	.company {
		padding-bottom: min(16vw,120px);
	}
	.company--news {
		max-width: 76.11%;
	}
	.company--table,
	.company--table tr,
	.company--table th,
	.company--table td {
		display:block;
		width:100%;
	}

	.company--table tr{
		margin-bottom: 16px;
	}

	.company--table th{
		margin-bottom: min(0.53vw,4px);
		padding: min(2.4vw,18px) min(10.66vw,80px);
		border-radius: min(2.13vw,16px) min(2.13vw,16px) 0 0 !important;
		font-size: min(3.73vw,28px);
		text-align: center;
	}

	.company--table td{
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 4.58em;
		padding: min(2.4vw,18px) min(10.66vw,80px);
		border-radius: 0 0 min(2.13vw,16px) min(2.13vw,16px) !important;
		text-align: center;
	}
}

.footer {
	background: linear-gradient(to right,  #4578e5 20%,#7c9de6 100%);
	padding: 42px 16px 48px;
	min-width: 1440px;
	color: #fff;
}
.footer--wrap {
	margin: 0 auto;
	max-width: 1116px;
	width: 100%;
}
.footer--copyright {
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
}
@media only screen and (max-width: 767px) {
	.footer {
		padding: 20px 3.2%;
		min-width: 0;
	}
	.footer--wrap {
		max-width: none;
	}
	.footer--copyright {
		font-size: min(2.66vw,20px);
	}
}

/* ===================================================

	scroll-hint

=================================================== */
.scroll-hint {
	display: none;
}
@media only screen and (max-width: 767px) {
	.plan--table--wrap {
		position: relative;
	}
	.scroll-hint {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(240 / 750 * 100vw);
		pointer-events: none;
		z-index: 10;
		opacity: 1;
	}
	.scroll-hint img {
		width: 100%;
		animation: scroll-swipe 2s infinite;
	}

	@keyframes scroll-swipe {
		0%, 100% { transform: translateX(-10%); }
		50% { transform: translateX(10%); }
	}
}

@keyframes gradientMove {
	0% { background-position: 200% 0; }
	100% { background-position: -200% 0; }
}



.form-document {
	background-color: #f9f9f9;
	padding: 88px 16px;
	color: #333;
}
@media only screen and (max-width: 767px) {
	.form-document {
		padding: 34px 16px;
	}
}
.form-document h2 {
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.form-document h2 {
		font-size: 24px;
	}
}
@media only screen and (max-width: 428px) {
	.form-document h2 {
		font-size: max( 5.6074766355vw, 12px );
	}
}
.form-document h2::after {
	content: "";
	background: #0031B8;
	width: 160px;
	height: 2px;
	display: block;
	margin: 22px auto 0;
}
@media only screen and (max-width: 767px) {
	.form-document h2::after {
		width: 120px;
	}
}
.form-document--read {
	margin-top: 34px;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.form-document--read {
		font-size: 18px;
		text-align: left;
	}
}
@media only screen and (max-width: 428px) {
	.form-document--read {
		font-size: max( 4.2056074766vw, 12px );
	}
}
@media only screen and (max-width: 767px) {
	.form-document--read br {
		display: none;
	}
}
.form-document--wrap {
	display: block;
}
.form-document--step {
	margin: 66px auto 0;
	width: 880px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0 11px;
}
@media only screen and (max-width: 767px) {
	.form-document--step {
		margin-top: 33px;
		width: 100%;
		gap: 0 2px;
	}
}
.form-document--step li {
	border-bottom: solid 3px #C7C7C7;
	padding-bottom: 12px;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4444444444;
	text-align: left;
	color: #C7C7C7;
}
@media only screen and (max-width: 767px) {
	.form-document--step li {
		padding-bottom: 6px;
		font-size: 14px;
	}
}
@media only screen and (max-width: 428px) {
	.form-document--step li {
		font-size: max( 3.2710280374vw, 12px );
	}
}
.form-document--step li.now {
	border-color: #0031B8;
	color: #0031B8;
}
@media only screen and (max-width: 767px) {
	.form-document--step li.now {
		display: block;
	}
}
.form-document--form {
	background: #FFFFFF;
	border-radius: 8px;
	margin: 34px auto 0;
	padding: 44px 150px 44px 116px;
	width: 880px;
}
@media only screen and (max-width: 767px) {
	.form-document--form {
		margin-top: 22px;
		padding: 16px;
		width: 100%;
	}
}
.form-document--form--cell {
	width: 100%;
	text-align: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media only screen and (max-width: 767px) {
	.form-document--form--cell {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
}
.form-document--form--cell + .form-document--form--cell {
	margin-top: 16px;
}
.form-document--form--title {
	width: 190px;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.4615384615;
}
@media only screen and (max-width: 767px) {
	.form-document--form--title {
		width: 100%;
	}
}
.form-document--form--title .required {
	margin-left: 4px;
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 1.4545454545;
	color: #BF0000;
}
.form-document--form--inputarea, .form-document--form--checkarea, .form-document--form--inputarea select {
	width: 420px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media only screen and (max-width: 767px) {
	.form-document--form--inputarea, .form-document--form--checkarea, .form-document--form--inputarea select {
		width: 100%;
	}
}
.form-document--form--inputarea input[type=text],
.form-document--form--inputarea select,
.form-document--form--inputarea textarea, .form-document--form--checkarea input[type=text],
.form-document--form--inputarea select,
.form-document--form--checkarea textarea {
	outline: none;
	font: inherit;
	font-size: inherit;
	-webkit-appearance: none;
	-webkit-text-size-adjust: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.form-document--form--inputarea input[type=text],
.form-document--form--inputarea input[type=email],
.form-document--form--inputarea textarea, .form-document--form--checkarea input[type=text],
.form-document--form--checkarea input[type=email],
.form-document--form--inputarea select,
.form-document--form--checkarea textarea {
	margin: 8px 0 0;
	background: #fff;
	border: 1px solid #EAEAEA;
	border-radius: 3px;
	padding: 0 20px;
	width: 100%;
	height: 36px;
	font-style: normal;
	font-size: 14px;
	line-height: normal;
	-webkit-transition: border-color 0.1s linear;
	transition: border-color 0.1s linear;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media only screen and (max-width: 767px) {
	.form-document--form--inputarea input[type=text],
	.form-document--form--inputarea input[type=email],
	.form-document--form--inputarea textarea, .form-document--form--checkarea input[type=text],
	.form-document--form--checkarea input[type=email],
	.form-document--form--checkarea textarea {
		padding: 0 12px;
	}
}
.form-document--form--inputarea input[type=text]:hover,
.form-document--form--inputarea input[type=email]:hover,
.form-document--form--inputarea textarea:hover, .form-document--form--checkarea input[type=text]:hover,
.form-document--form--checkarea input[type=email]:hover,
.form-document--form--checkarea textarea:hover {
	border-color: #6a6a6a;
}
.form-document--form--inputarea input[type=text]:focus,
.form-document--form--inputarea input[type=email]:focus,
.form-document--form--inputarea textarea:focus, .form-document--form--checkarea input[type=text]:focus,
.form-document--form--checkarea input[type=email]:focus,
.form-document--form--checkarea textarea:focus {
	border-color: #D6EEFF;
}
.form-document--form--inputarea input[type=text]:disabled,
.form-document--form--inputarea input[type=email]:disabled,
.form-document--form--inputarea textarea:disabled, .form-document--form--checkarea input[type=text]:disabled,
.form-document--form--checkarea input[type=email]:disabled,
.form-document--form--checkarea textarea:disabled {
	background-color: #f8f8f8;
	border-color: #dcdcdc;
	color: #a3a3a3;
}
.form-document--form--inputarea input[type=text]::-webkit-input-placeholder,
.form-document--form--inputarea input[type=email]::-webkit-input-placeholder,
.form-document--form--inputarea textarea::-webkit-input-placeholder, .form-document--form--checkarea input[type=text]::-webkit-input-placeholder,
.form-document--form--checkarea input[type=email]::-webkit-input-placeholder,
.form-document--form--checkarea textarea::-webkit-input-placeholder {
	color: #a3a3a3;
}
.form-document--form--inputarea input[type=text]:-moz-placeholder,
.form-document--form--inputarea input[type=email]:-moz-placeholder,
.form-document--form--inputarea textarea:-moz-placeholder, .form-document--form--checkarea input[type=text]:-moz-placeholder,
.form-document--form--checkarea input[type=email]:-moz-placeholder,
.form-document--form--checkarea textarea:-moz-placeholder {
	color: #a3a3a3;
}
.form-document--form--inputarea input[type=text]::-moz-placeholder,
.form-document--form--inputarea input[type=email]::-moz-placeholder,
.form-document--form--inputarea textarea::-moz-placeholder, .form-document--form--checkarea input[type=text]::-moz-placeholder,
.form-document--form--checkarea input[type=email]::-moz-placeholder,
.form-document--form--checkarea textarea::-moz-placeholder {
	color: #a3a3a3;
}
.form-document--form--inputarea input[type=text]:-ms-input-placeholder,
.form-document--form--inputarea input[type=email]:-ms-input-placeholder,
.form-document--form--inputarea textarea:-ms-input-placeholder, .form-document--form--checkarea input[type=text]:-ms-input-placeholder,
.form-document--form--checkarea input[type=email]:-ms-input-placeholder,
.form-document--form--checkarea textarea:-ms-input-placeholder {
	color: #a3a3a3;
}
.form-document--form--inputarea input[type=text]:-moz-placeholder-shown, .form-document--form--inputarea input[type=email]:-moz-placeholder-shown, .form-document--form--inputarea textarea:-moz-placeholder-shown, .form-document--form--checkarea input[type=text]:-moz-placeholder-shown, .form-document--form--checkarea input[type=email]:-moz-placeholder-shown, .form-document--form--checkarea textarea:-moz-placeholder-shown {
	color: #a3a3a3;
}
.form-document--form--inputarea input[type=text]:-ms-input-placeholder, .form-document--form--inputarea input[type=email]:-ms-input-placeholder, .form-document--form--inputarea textarea:-ms-input-placeholder, .form-document--form--checkarea input[type=text]:-ms-input-placeholder, .form-document--form--checkarea input[type=email]:-ms-input-placeholder, .form-document--form--checkarea textarea:-ms-input-placeholder {
	color: #a3a3a3;
}
.form-document--form--inputarea input[type=text]:placeholder-shown,
.form-document--form--inputarea input[type=email]:placeholder-shown,
.form-document--form--inputarea textarea:placeholder-shown, .form-document--form--checkarea input[type=text]:placeholder-shown,
.form-document--form--checkarea input[type=email]:placeholder-shown,
.form-document--form--checkarea textarea:placeholder-shown {
	color: #a3a3a3;
}
.form-document--form--inputarea textarea, .form-document--form--checkarea textarea {
	padding: 7px 20px;
	height: 78px;
	display: block;
}
.form-document--form--inputarea input:-internal-autofill-selected, .form-document--form--checkarea input:-internal-autofill-selected {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}
.form-document--form--inputarea input:-webkit-autofill, .form-document--form--checkarea input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}
.form-document--form--checkarea {
	display: none;
}
.form-document--form--agree {
	margin: 22px auto 0;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.4285714286;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	gap: 8px;
}
.form-document--form--agree_check {
	display: none;
}
@media only screen and (max-width: 767px) {
	.form-document--form--agree {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		text-align: left;
	}
}
.form-document--form--edit {
	margin: 22px auto 0;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4285714286;
	text-align: center;
	text-decoration: underline;
	display: none;
}
.form-document--form--attention {
	margin: 22px auto 0;
	width: 580px;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 1.6;
	color: #262626;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.form-document--form--attention {
		width: 100%;
	}
}
.form-document--form--attention a {
	color: #262626;
	text-decoration: underline;
}
.form-document--form button {
	margin: 22px auto 0;
	border: none;
	background: #0031B8;
	border-radius: 4px;
	padding: 5px 16px;
	width: 340px;
	height: 60px;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.45;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.form-document--form button {
		max-width: 428px;
		width: 100%;
	}
}
.form-document--form button::after {
	content: "";
	background: url(../image/icon_button_arrow.min.png) no-repeat center;
	background-size: contain;
	width: 6px;
	height: 12px;
	display: block;
	position: absolute;
	right: 16px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	        transform: translate3d(0, -50%, 0);
}
.form-document--thanks--logo {
	margin: 0 auto;
}
.form-document--thanks--logo img {
	margin: 0 auto;
	width: 269px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.form-document--thanks--logo img {
		width: 150px;
	}
}
.form-document--thanks h1 {
	margin-top: 44px;
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.form-document--thanks h1 {
		margin-top: 22px;
		font-size: 24px;
	}
}
@media only screen and (max-width: 428px) {
	.form-document--thanks h1 {
		font-size: max( 5.6074766355vw, 12px );
	}
}
.form-document--thanks h1::after {
	content: "";
	background: #0031B8;
	width: 160px;
	height: 2px;
	display: block;
	margin: 22px auto 0;
}
@media only screen and (max-width: 767px) {
	.form-document--thanks h1::after {
		width: 120px;
	}
}
.form-document--thanks p {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4444444444;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.form-document--thanks p {
		font-size: 16px;
	}
}
@media only screen and (max-width: 428px) {
	.form-document--thanks p {
		font-size: max( 3.738317757vw, 12px );
	}
}
.form-document--thanks p + p {
	margin-top: 1em;
}
.form-document--thanks p.form-document--thanks--gotop {
	margin-top: 40px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4444444444;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.form-document--thanks p.form-document--thanks--gotop {
		font-size: 14px;
	}
}
@media only screen and (max-width: 428px) {
	.form-document--thanks p.form-document--thanks--gotop {
		font-size: max( 3.2710280374vw, 12px );
	}
}
.form-document--thanks--gotop a {
    text-decoration: none !important;
}
.form-document--button-download,
.form-document a.form-document--button-download {
	margin: 33px auto 0;
	border: none;
	background: #0031B8;
	border-radius: 4px;
	padding: 5px 16px;
	width: 340px;
	height: 60px;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.45;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.form-document--button-download,
	.form-document a.form-document--button-download {
		max-width: 428px;
		width: 100%;
	}
}
.form-document--button-download::after,
.form-document a.form-document--button-download::after {
	content: "";
	background: url(../image/icon_button_arrow.min.png) no-repeat center;
	background-size: contain;
	width: 6px;
	height: 12px;
	display: block;
	position: absolute;
	right: 16px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	        transform: translate3d(0, -50%, 0);
}

.form-document--form--thanks a {
    text-decoration: underline;
}

.fixed--button-wrap {
	display: none;
}
@media only screen and (max-width: 767px) {
	body:has(.fixed--button-wrap) {
		padding-bottom: 5.66em;
	}
	.fixed--button-wrap {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 1em 4.26%;
		background: rgba(255,255,255,0.9);
		z-index: 90;
	}
	.fixed--button-inner {
		display: flex;
		justify-content: center;
		gap: 0.41em;
	}
	.fixed--cv--button {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 50%;
		max-width: 338px;
		padding: 0.32em 2.6em 0.32em 3em;
		background: linear-gradient(to right,  #ff4400 0%,#f88224 100%);
		border-radius: 3em;
		font-size: min(4.32vw,32.43px);
		font-weight: 700;
		line-height: 1.5;
		color: #fff;
		text-align: center;
		&::after {
			content: "";
			position: absolute;
			top: 50%;
			right: 0.77em;
			transform: translateY(-50%);
			width: 0.5em;
			aspect-ratio: 1/1.62;
			background: url(../image/icon_arrow_right.png) center / contain no-repeat;
		}
		.cv--free--text {
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			position: absolute;
			top: 50%;
			left: 0.4em;
			transform: translateY(-50%);
			width: 3.16em;
			aspect-ratio: 1/1;
			background-color: #fff;
			border-radius: 50%;
			font-size: 0.66em;
			letter-spacing: 0.1em;
			color: #ff4500;
		}
	}
	.fixed--cv--tel--button {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 50%;
		max-width: 338px;
		padding: 0.5em 2em 0.5em 3.5em;
		background-color: #fff;
		border: solid 1px #214ba6;
		border-radius: 3em;
		font-size: min(2.66vw,20px);
		.cv--tel-icon {
			position: absolute;
			top: 50%;
			left: 1em;
			transform: translateY(-50%);
			width: 1.8em;
		}
		.cv--tel {
			font-family: "Roboto", "Noto Sans JP", sans-serif;
			font-size: 1.6em;
			font-weight: 700;
			line-height: 1.3;
			letter-spacing: 0.03em;
		}
		.cv--attention {
			font-size: 0.8em;
			line-height: 1.3;
			letter-spacing: 0;
		}
	}
}