@charset "UTF-8";

/*---------- Kv ----------*/
.Kv {
	background-color: #F1EFDF;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.Kv__inner {
	box-sizing: border-box;
	padding: 120px 40px;
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
}
@media only screen and (max-width: 980px) {
	.Kv__inner {
		padding: 60px 40px;
	}
}
@media only screen and (max-width: 736px) {
	.Kv__inner {
		padding: 20px 20px 30px;
	}
}

.Kv__content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
}
@media only screen and (max-width: 980px) {
	.Kv__content {
		text-align: center;
		width: 100%;
	}
}
@media only screen and (max-width: 736px) {
	.Kv__content {
		padding: 0;
	}
}

.Kv__title {
	color: #3A3005;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 8px 0 20px;
	position: relative;
	z-index: 1;
}
.Kv__title b {
	background-color: #FFF;
	display: inline-block;
	font-size: 2.5rem;
	line-height: 1.3;
	padding: .23em 0;
	margin-top: .5em;
}
.Kv__title .large {
	font-size: 2.5rem;
}
.Kv__title .color {
	color: #E16900;
}
.Kv__lead {
		background-color: #3A3005;
		border-radius: 5px;
		color: #F1EFDF;
		display: inline-block;
		font-size: 1.25rem;
		font-weight: bold;
		line-height: 1.4;
		padding: .5em .75em;
		margin-bottom: .75em;
}
.Kv .bata {
	background-color: #E16900;
	color: #FFF;
	margin: 0 .25em .25em .25em;
}
.Kv__images {
	width: 54vw;
	max-width: 687px;
	position: absolute;
	bottom: 40px;
	right: -100px;
	margin: 0 auto;
}
.Kv__images img {
	width: 100%;
}
@media only screen and (max-width: 980px) {
	.Kv__images {
		width: 60%;
		right: auto;
		bottom: initial;
		position: relative;
		margin-top: 1em;
	}
}
@media only screen and (max-width: 736px) {
	.Kv__lead {
			font-size: 1rem;
			margin-bottom: .25em;
	}
	.Kv__title {
		font-size: 1.25rem;
	}
	.Kv__title b {
		font-size: 1.75rem;
		padding: .23em .25em;
	}
	.Kv__title .large {
		font-size: 1.75rem;
	}
	.Kv .bata {
		font-size: 1.25rem;
	}
	.Kv__images {
		width: 80%;
	}
}



/*---------- 共通 ----------*/
@media only screen and (min-width: 1001px) {
	.Header {
		padding: 14px 15px 14px 40px;
	}
}
.Header_contact {
	margin-bottom: 0;
}
.Header_contact .btn {
	display: block;
	line-height: 1.9;
	width: 280px;
	max-width: 280px;
	margin: 0 0 0 auto;
}
.Header_contact .btn .bata {
	background-color: #FFDF82;
	border: 1px solid #20243B;
	color: #20243B;
	vertical-align: text-bottom;
	line-height: 1;
}
.Header_contact .btn:hober .bata {
	background-color: #20243B;
	border: 1px solid #FFDF82;
}
.Header_contact .btn .small {
	font-size: .5rem;
	display: block;
	line-height: .5;
}
@media only screen and (max-width: 1000px) {
	.Header_contact {
		background-color: #000000;
		flex-direction: column;
		margin: 0;
		padding: 0;
	}
	.Header_contact .btn {
		font-size: 0.75rem;
		width: 230px;
		line-height: 2.2;
	}
	.Header_contact .btn:hober .bata {
		padding: .2em .5em;
	}
	.Header_contact .btn .small {
		font-size: .5rem;
		margin-top: 0;
	}
}
@media only screen and (max-width: 736px) {
	.Contact .btn {
		max-width: none !important;
		padding: 10px 50px 10px 50px;
	}
}

@media only screen and (max-width: 980px) {
	.Contents {
		margin-top: 50px;
	}
}
.section__inner {
	position: relative;
}
.bata {
	background-color: #20243B;
	border-radius: 50px;
	color: #F1EFDF;
	display: inline-block;
	font-size: 80%;
	padding: .1em .5em;
	margin-left: .5em;
	vertical-align: middle;
}
.-dot > li::before {
	background-color: #E16900;
}
.Contact .btn:first-child {
	flex-direction: column;
	line-height: 1;
	max-width: 410px;
}
.Contact .btn:first-child .small {
	font-size: .5625rem;
	margin-top: .5em;
}

/*---------- About ----------*/
.About {
	background-color: #F1EFDF;
}

.lead {
	font-size: 1.25rem;
	margin-bottom: 1rem; 
}
.lead strong {
	font-weight: bold;
}
.About .bata {
	font-size: .8125rem;
	padding: 0 .5em;
	margin: 0 .25em .25em 0;
}
@media only screen and (min-width: 737px) {
	.lead {
		text-align: center;
	}
	.lead + p {
		text-align: center;
	}
}
@media only screen and (max-width: 736px) {
	.lead {
		font-size: 1.125rem;
	}
	.note {
		font-size: .875rem;
	}
}

.About .About__box {
	margin-top: 100px;
}
.About .About__box .box__item {
	background-color: #FFF;
	border-radius: 10px;
	width: calc(33.33333% - 10px);
	padding: 80px 40px 50px;
	margin-bottom: 60px;
}
.About .About__box .icon {
	background-color: #E16900;
	border-radius: 50%;
	color: #20243B;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
}
.About .About__box .icon img {
	width: 46px;
}
.About .About__box h3 {
	color: #20243B;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin-bottom: .5em;
}
@media only screen and (max-width: 1000px) {
	.About .About__box .box__item {
		width: calc(50% - 10px);
	}
}
@media only screen and (max-width: 736px) {
	.About .About__box {
		margin-top: 60px;
	}
	.About .About__box .box__item {
		width: 100%;
		flex-wrap: wrap;
		align-items: center;
		padding: 40px 20px 20px;
		margin-bottom: 35px;
	}
	.About .About__box .icon {
		font-size: 1.25rem;
		line-height: 2.5;
		width: 50px;
		height: 50px;
		top: -25px;
	}
	.About .About__box .icon img {
		width: 30px;
	}
	.About .About__box h3 {
		width: 100%;
		font-size: 1.125rem;
		line-height: 1.6;
	}
}

.About .About__image .box__item {
	width: 100%;
	margin-top: 30px;
	position: relative;
}
.About .About__image .box__item img {
	background-color: #FFF;
	border-radius: 10px;
	padding: 48px 50px 0;
	width: 100%;
	max-width: 780px;
}
.About .About__image .box__item:last-child img {
	margin-left: auto;
}
.About .About__image .box__item p {
	background-color: #E16900;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	height: fit-content;
	padding: 1.5em 1.75em;
	margin: auto;
}
.About .About__image .box__item p::before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 14px;
	border-left: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	transform: rotate(-45deg);
	vertical-align: middle;
	margin: 0 20px 14px 0;
}
.About .About__image .box__item:first-child p {
	border-radius: 60px 60px 60px 0;
	right: 0;
}
.About .About__image .box__item:last-child p {
	border-radius: 60px 60px 0 60px;
	left: 0;
}

@media only screen and (max-width: 1000px) {
	.About .About__image .box__item img {
		padding: 38px 40px 0;
		width: auto;
		max-width: 100%;
	}
	.About .About__image .box__item:last-child img {
		margin: 0 0 0 60px;
	}
	.About .About__image .box__item p {
		font-size: 1.25rem;
		padding: 1em 1.5em;
	}
}
@media only screen and (max-width: 736px) {
	.About .About__image .box__item {
		margin-top: 10px;
		flex-direction: column-reverse;
	}
	.About .About__image .box__item img {
		padding: 24px 20px 0;
		margin: 0;
	}
	.About .About__image .box__item:last-child img {
		margin: 0;
	}
	.About .About__image .box__item p {
		border-radius: 33px 33px 0 0 !important;
		font-size: 1.125rem;
		position: relative;
	}
	.About .About__image .box__item p::before {
		width: 15px;
		height: 8px;
		border-left: 2px solid #FFF;
		border-bottom: 2px solid #FFF;
		margin: 0 16px 8px 0;
	}
}


/*---------- Support ----------*/
.Support {
	background-color: #FFF;
}

.Support__box .Support__title {
	background-color: #F1EFDF;
	border-radius: 20px;
	position: absolute;
	top: -90px;
	left: 0;
	right: 0;
	margin: 0 20px;
	padding: 80px 20px 0;
}
.Support .Support__arrow {
	height: 50px;
	margin-top: 40px;
	position: relative;
}
.Support .Support__arrow::before, .Support .Support__arrow::after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	box-sizing: border-box;
	width: 40px;
	height: 20px;
	border: 20px solid transparent;
	border-top: 16px solid #3A3005;
	margin: auto; }
.Support .Support__arrow::before {
	top: 0;
}
.Support .Support__arrow::after {
	bottom: -16px;
}
@media only screen and (max-width: 736px) {
	.Support__box .Support__title {
		top: -40px;
		padding: 40px 10px 0;
	}
	.Support .Support__arrow {
		margin-top: 20px;
	}
}

.Support__problem .box__item {
		background-color: #4E473B;
		border-radius: 10px;
		font-weight: bold;
		color: #FFF;
		text-align: center;
		padding: 35px 20px;
		position: relative;
		margin-bottom: 10px;
}
@media only screen and (max-width: 736px) {
	.Support__problem .box__item {
		padding: 20px;
		margin-bottom: .5em !important;
	}
}

.Support__box {
	background-color: #F1EFDF;
	margin-top: 20px;
}
.Support__box .title {
	color: #20243B;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
.Support__box .box__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	margin: 30px 0 0;
}
.Support__box .Support__image {
	position: absolute;
	top: 0;
	left: -60px;
	bottom: 0;
	width: 100%;
	max-width: 660px;
	margin: auto;
	z-index: 1;
}
.Support__box .Support__text {
	background-color: #FFF;
	box-sizing: border-box;
	border: 10px solid #E9E8D9;
	border-radius: 20px;
	width: 53%;
	padding: 90px 70px 90px 120px;
	margin-left: auto;
	margin-right: 3%;
}
.Support__box .Support__text li {
	font-size: 1.125rem;
	font-weight: bold;
	color: #20243B;
	position: relative;
	text-indent: -32px;
	padding-left: 32px;
	margin-bottom: 16px;
}
.Support__box .Support__text li::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: transparent url(/assets/images/v2/lp/icon_check.png) no-repeat center center;
	background-size: cover;
	width: 24px;
	height: 24px;
	margin: 0 8px 4px 0;
}
.Support__box .Support__text li + li {
	border-top: 1px solid #DDD;
	padding-top: 16px;
}
.Support__box .Support__note {
	display: grid;
	width: fit-content;
	margin: 40px auto 0;
}

@media only screen and (max-width: 1000px) {
	.Support__box .Support__image {
		position: relative;
		left: initial;
	}
	.Support__box .Support__text {
		width: fit-content;
		padding: 90px 70px 90px 100px;
		margin: 30px 0px 0;
	}
}
@media only screen and (max-width: 736px) {
	.Support__box .box__item {
		margin: 90px 0 0;
	}
	.Support__box .title {
		font-size: 1.25rem;
		line-height: 1.6;
	}
	.Support__box .Support__text {
		width: 100%;
		padding: 30px 30px 20px 30px;
		margin: 30px 0px 0;
	}
	.Support__box .Support__text li {
		font-size: 1rem;
		line-height: 1.6;
	}
	.Support__box .Support__note {
		margin: 10px auto 0;
	}
}


/*---------- Support ----------*/
.Step {
	background-color: #F1EFDF;
}
.Step .bata {
	font-size: 1.5rem;
}
.Step__box .item {
	background-color: #FFF;
	border-radius: 20px;
	padding: 100px 80px;
}
.Step__box .item .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	gap: 20px 60px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: row-reverse;
	border-bottom: solid 1px #DDD;
	margin-bottom: 60px;
	padding-bottom: 60px;
}
.Step__box .item .box:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.Step__box .item .box div {
	width: 100%;
}
.Step__box .item .box img {
	width: 100%;
	max-width: 320px;
}
.Step__box .item .box div h3 {
	color: #20243B;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1rem;
}
.Step__box .item .box div h3 span {
	background-color: #FFC107;
	border-radius: 15px;
	display: block;
	font-size: .875rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	width: fit-content;
	padding: 8px 15px;
	margin-bottom: .75rem;
}
@media only screen and (max-width: 736px) {
	.Step .bata {
		font-size: 1rem;
	}
	.Step__box .item {
		padding: 20px;
	}
	.Step__box .item .box {
		flex-direction: column;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.Step__box .item .box:last-child {
		margin-bottom: 20px;
	}
	.Step__box .item .box div h3 {
		font-size: 1.35rem;
		margin-bottom: .5rem;
	}
}

.Operation__box {
	background-color: #FFF;
	border-radius: 20px;
	padding: 10px;
	margin-top: 60px;
}
.Operation__box .Operation__title {
	background-color: #3A3005;
	border-radius: 14px;
	color: #FFF;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	padding: .25em 0;
}
.Operation__box .Operation__text {
	padding: 32px 40px 40px;
}
.Operation__box__title {
	font-size: 1.25rem;
	text-align: left;
	margin: 0;
}
.Operation__box__list {
	padding: 0 0 0 .5em;
	margin: 20px auto 0;
}
@media only screen and (max-width: 736px) {
	.Operation__box .Operation__title {
		font-size: 1.25rem;
	}
	.Operation__box .Operation__text {
		padding: 22px 10px 10px;
	}
	.Operation__box__title {
		font-size: 1.125rem;
		line-height: 1.6;
	}
	.Operation__box__list {
		font-size: .875rem;
		margin: 10px auto 0;
	}
}
iframe {
  border: none;
	display: block;
  width: 100%;
  overflow: hidden;
  outline: none;
}


/*---------- Link ----------*/
.Link {
	background-color: #FFF;
}
.Link .Link__box {
	display: flex;
}
.Link .box__item {
	background-color: #F7F5E6;
	border-radius: 10px;
	text-decoration: none;
	padding: 32px 74px 32px 40px;
}
.Link .box__item::before {
	content: "";
	position: absolute;
	width: 34px;
	height: 34px;
	background: #20243B;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
}
.Link .box__item::after {
	content: "";
	position: absolute;
	right: 44px;
	top: 0;
	bottom: 0;
	width: 7px;
	height: 7px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: auto;
}
.Link .box__item:hover {
	background-color: #20243B;
	color: #FFF;
}
.Link .box__item:hover::before {
	background: #FFF;
}
.Link .box__item:hover::after {
	border-top: 2px solid #20243B;
	border-right: 2px solid #20243B;
}
.Link .box__item .Link__title {
	color: #20243B;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
}
.Link .box__item:hover  .Link__title {
	color: #FFF;
}
@media only screen and (max-width: 736px) {
	.Link .box__item {
		padding: 20px 50px 20px 20px;
	}
	.Link .box__item::before {
		width: 25px;
		height: 25px;
		right: 15px;
	}
	.Link .box__item::after {
		right: 25px;
		width: 5px;
		height: 5px;
	}
	.Link .box__item .Link__title {
		font-size: 1.125rem;
		line-height: 1.6;
	}
}

