*,
*::before,
*::after {
	box-sizing: border-box;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
	border: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

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

ol,
ul {
	list-style: none;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

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

button {
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	color: inherit;
	font: inherit;
	vertical-align: top;
}

.c-inner {
	margin-inline: auto;
	max-width: 927px;
	width: 90%;
}

.sp {
	display: none;
}

.c-heading {
	color: #424242;
	font-size: min(5vw, 50px);
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-align: center;
}

.c-button {
	align-items: center;
	background-color: #424242;
	border: 1px solid #424242;
	border-radius: 35px;
	display: flex;
	gap: 31px;
	margin-inline: auto;
	max-width: 415px;
	padding: 9px 11px 9px 52px;
	transition: 0.3s;
	width: 80%;
}

.c-button:hover {
	background-color: #fff;
}

.c-button:hover .c-button__text {
	color: #424242;
}

.c-button:hover .c-button__circle {
	background-color: #424242;
}

.c-button:hover .c-button__arrow svg path {
	fill: #fff;
}

.c-button__text {
	color: #fff;
	font-family: "Gothic A1";
	font-size: min(3vw, 20px);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	max-width: 264px;
	text-align: center;
	transition: 0.3s;
	width: 100%;
}

.c-button__circle {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	display: flex;
	flex-shrink: 0;
	height: 55px;
	justify-content: center;
	transition: 0.3s;
	width: 55px;
}

.c-button__arrow {
	display: block;
	width: 15px;
}

.c-button__arrow svg {
	display: block;
}

.c-button__arrow svg path {
	transition: 0.3s;
}

body {
	background-color: #F6F6F6;
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-style: normal;
	font-weight: 900;
}

.fv {
	max-height: 886px;
	position: relative;
}

.header {
	left: 50%;
	position: absolute;
	top: 31px;
	transform: translate(-50%);
	width: 100%;
	z-index: 10;
}

.header__inner {
	margin-inline: auto;
	max-width: 1440px;
	padding-inline: 107px 115px;
}

.header__conteiner {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.header__logo {
	display: block;
	transition: 0.3s;
	width: 116.842px;
}

.header__logo img {
	width: 100%;
}

.header__logo:hover {
	opacity: 0.7;
}

.header__button {
	align-items: center;
	background-color: #424242;
	border: 1px solid #424242;
	border-radius: 35px;
	display: flex;
	gap: 20px;
	padding: 4px 9px 4px 18px;
	transition: 0.3s;
}

.header__button:hover {
	background-color: #fff;
}

.header__button:hover .header__button--text {
	color: #424242;
}

.header__button:hover .header__button--circle {
	background-color: #424242;
}

.header__button:hover .header__button--arrow svg path {
	fill: #fff;
}

.header__button--text {
	color: #fff;
	font-family: "Gothic A1";
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	transition: 0.3s;
}

.header__button--circle {
	align-items: center;
	background: #fff;
	border-radius: 35px;
	display: flex;
	flex-shrink: 0;
	height: 26px;
	justify-content: center;
	transition: 0.3s;
	width: 26px;
}

.header__button--arrow {
	display: block;
	width: 8px;
}

.header__button--arrow svg {
	display: block;
}

.header__button--arrow svg path {
	transition: 0.3s;
}

.mv {
	background-image: url("../img/mv_image.webp");
	background-position: top;
	background-size: cover;
	height: 886px;
	max-height: 886px;
	overflow: hidden;
	position: relative;
}

.mv__background {
	display: none;
	width: 100%;
}

.mv__background img {
	width: 100%;
}

.mv__title {
	bottom: 143px;
	color: #fff;
	font-family: "toppan-bunkyu-midashi-go-std";
	font-size: min(5vw, 75px);
	font-style: normal;
	font-weight: 900;
	line-height: 1.34em;
	padding-left: 40px;
	position: absolute;
	right: calc(50% + 10px);
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	z-index: 1;
}

.mv__overlay {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
}

.mv__overlay img {
	width: 100%;
}

.cta {
	margin-bottom: -1px;
	position: relative;
	z-index: 1;
}

.cta__overlay {
	display: block;
	width: 100%;
}

.cta__overlay img {
	width: 100%;
}

.cta__container {
	background-color: #fff;
	border-radius: 50px;
	left: 50%;
	max-width: 927px;
	padding: 67px 60px 203px;
	position: absolute;
	top: -87px;
	transform: translateX(-50%);
	width: 90%;
	z-index: -1;
}

.cta__content {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.cta__text {
	color: #424242;
	font-size: min(2.2vw, 20px);
	font-style: normal;
	font-weight: 900;
	line-height: 40px; /* 200% */
	text-align: center;
}

.cta__text:nth-child(2) {
	margin-top: 11px;
}

.cta__text span {
	font-size: min(2.2vw, 20px);
	font-style: normal;
	font-weight: 900;
	line-height: 40px;
	position: relative;
	z-index: 1;
}

.cta__text span::before {
	background: rgba(247, 199, 6, 0.49);
	content: "";
	height: 17px;
	left: 50%;
	position: absolute;
	top: 9px;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.cta__block {
	height: 585px;
	left: 50%;
	max-width: 927px;
	position: absolute;
	top: -87px;
	transform: translateX(-50%);
	width: 100%;
	z-index: 1;
}

.cta__button {
	bottom: 59px;
	left: 50%;
	margin-top: 68px;
	position: absolute;
	transform: translateX(-50%);
	z-index: 3;
}

.case {
	padding-bottom: 60px;
	padding-top: 156px;
	position: relative;
	z-index: 2;
}

.case__overlay {
	left: 50%;
	position: absolute;
	top: -4px;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.case__overlay img {
	width: 100%;
}

.case__cards {
	display: flex;
	flex-direction: column;
	gap: 100px;
	margin-inline: auto;
	margin-top: 56px;
	max-width: 927px;
	min-height: 589px;
}

.case__card {
	background: linear-gradient(90deg, #ffde00 0%, rgba(241, 219, 47, 0.5) 100%);
	border-radius: 50px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
	display: flex;
	gap: 75px;
	padding: 57px 53px 32px 50px;
}

.case__content {
	display: flex;
	flex-direction: column;
	margin-top: 10px;
}

.case__title {
	color: #424242;
	font-family: AB-maruhanamaki;
	font-size: min(5vw, 40px);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.case__head {
	color: #424242;
	font-size: min(4vw, 30px);
	font-style: normal;
	font-weight: 900;
	line-height: 60px; /* 200% */
	margin-top: 43px;
}

.case__head span {
	color: #424242;
	display: block;
	font-size: 30px;
	font-style: normal;
	font-weight: 900;
	line-height: 40px;
	margin-top: -10px;
}

.case__text {
	color: #424242;
	font-size: min(5vw, 20px);
	font-style: normal;
	font-weight: 900;
	line-height: 40px; /* 200% */
	margin-top: 24px;
}

.case__block {
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: center;
}

.case__image {
	border-radius: 130px;
	display: block;
	overflow: hidden;
	width: 238.674px;
}

.case__image img {
	width: 100%;
}

.case__name {
	color: #424242;
	font-size: 20px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-align: center;
	white-space: nowrap;
}

.feature {
	padding-bottom: 133px;
	padding-top: 118px;
	position: relative;
}

.feature__wrap {
	margin-inline: auto;
	max-width: 1440px;
}

.feature__container {
	display: flex;
	flex-direction: column;
}

.feature__head {
	color: #424242;
	font-size: min(5vw, 50px);
	font-style: normal;
	font-weight: 900;
	line-height: 1.5em;
}

.feature__text {
	color: #424242;
	font-size: min(2vw, 20px);
	font-style: normal;
	font-weight: 900;
	line-height: 2em; /* 200% */
	margin-top: 61px;
	max-width: 650px;
}

.feature__button {
	margin-inline: 0 auto;
	margin-top: 83px;
}

.feature__images {
	display: flex;
	gap: 28px;
	margin-inline: auto -18px;
	margin-top: 70px;
	width: -moz-fit-content;
	width: fit-content;
}

.feature__image {
	border-radius: 130px;
	display: block;
	max-width: 238.674px;
	overflow: hidden;
	width: 26%;
}

.feature__overlay {
	display: block;
	position: absolute;
	z-index: -1;
}

.feature__overlay img {
	width: 100%;
}

.feature__overlay--type1 {
	right: 0px;
	top: -1px;
	width: 323px;
}

.feature__overlay--type2 {
	bottom: 187px;
	left: 0;
	width: 984.173px;
}

.pickup {
	padding-bottom: 80px;
	padding-top: 29px;
}

.pickup__swiper {
	margin-top: 66px;
}

.pickup__swiper-slide {
	width: auto;
}

.pickup__card {
	background: linear-gradient(90deg, #ffde00 0%, rgba(241, 219, 47, 0.5) 100%);
	border-radius: 50px;
	display: flex;
	gap: 43px;
	height: 589px;
	max-width: 927px;
	overflow: hidden;
	position: relative;
}

.pickup__card::after {
	border-radius: 50px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.pickup__image {
	display: block;
	flex-shrink: 0;
	height: 100%;
	overflow: hidden;
}

.pickup__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.pickup__content {
	display: flex;
	flex-direction: column;
	gap: 63px;
	padding: 56px 43px 28px 0;
}

.pickup__title {
	color: #424242;
	font-family: AB-maruhanamaki;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.pickup__head {
	color: #424242;
	font-size: 30px;
	font-style: normal;
	font-weight: 900;
	line-height: 2em; /* 200% */
}

.pickup__text {
	color: #424242;
	font-size: 20px;
	font-style: normal;
	font-weight: 900;
	line-height: 2em; /* 200% */
}

#pickup-prev,
#pickup-next {
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	height: 94px;
	top: 41.5%;
	transition: 0.3s;
	width: 94px;
}

#pickup-prev::after,
#pickup-next::after {
	background: url(../img/arrow.svg) no-repeat center center/contain;
	content: "";
	height: 32px;
	width: 18px;
}

#pickup-prev:hover,
#pickup-next:hover {
	opacity: 0.7;
}

#pickup-prev {
	left: calc(50% - 512px);
}

#pickup-next {
	right: calc(50% - 512px);
}

#pickup-next::after {
	transform: scale(-1);
}

.flow {
	padding-bottom: 110px;
	padding-top: 70px;
	position: relative;
}

.flow__cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 92px;
	row-gap: 89px;
}

.flow__card {
	background-color: #fff;
	border-radius: 40px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
	display: flex;
	flex-direction: column;
	gap: 11px;
	max-width: 395px;
	padding: 47px 30px 45px 30px;
	position: relative;
	width: 48%;
}

.flow__icon {
	align-items: center;
	background: linear-gradient(150deg, #ffde00 18.5%, #f4e88f 80.09%);
	border-radius: 50%;
	display: flex;
	height: 76px;
	justify-content: center;
	left: -18px;
	position: absolute;
	top: -29px;
	width: 76px;
}

.flow__number {
	color: #000;
	font-family: AB-maruhanamaki;
	font-size: min(4vw, 40px);
	font-style: normal;
	font-weight: 400;
	line-height: 0px; /* 0% */
}

.flow__head {
	color: #424242;
	font-size: min(3vw, 30px);
	font-style: normal;
	font-weight: 900;
	line-height: 60px; /* 200% */
	white-space: nowrap;
}

.flow__text {
	color: #424242;
	font-size: min(2vw, 20px);
	font-style: normal;
	font-weight: 900;
	line-height: 2em; /* 200% */
}

.flow__overlay {
	bottom: -365px;
	display: block;
	position: absolute;
	right: 0;
	width: 694.573px;
}

.flow__overlay img {
	width: 100%;
}

.question {
	padding-bottom: 126px;
	padding-top: 110px;
	position: relative;
}

.question__inner {
	margin-inline: auto;
	max-width: 964px;
	width: 90%;
}

.question__items {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 42px;
}

.question__item {
	border-bottom: 2px solid #000;
	cursor: pointer;
	padding: 28px 38px 28px 49px;
}

.question__item:hover .question__head {
	opacity: 0.7;
}

.question__head {
	align-items: center;
	display: flex;
	gap: 30px;
	justify-content: space-between;
	transition: 0.3s;
}

.question__head--text {
	color: #424242;
	font-size: min(4vw, 30px);
	font-style: normal;
	font-weight: 900;
	line-height: 2em; /* 200% */
}

.question__arrow {
	display: block;
	transition: 0.3s;
	width: 27px;
}

.question__arrow svg {
	display: block;
	width: 100%;
}

.question__arrow.is-open {
	transform: rotate(180deg);
}

.question__content--text {
	color: #424242;
	font-size: min(4vw, 30px);
	font-style: normal;
	font-weight: 900;
	line-height: 2em; /* 200% */
}

.question__overlay {
	display: block;
	left: 0;
	position: absolute;
	top: -43px;
	width: 207px;
	z-index: -1;
}

.question__overlay img {
	width: 100%;
}

.message {
	background-image: url("../img/form_image.webp");
	background-position: center;
	background-size: cover;
	height: 886px;
	overflow: hidden;
	position: relative;
}

.message__image {
	display: none;
	width: 100%;
}

.message__image img {
	width: 100%;
}

.message__content {
	left: 50%;
	position: absolute;
	top: 23%;
	transform: translateX(-50%);
}

.message__text {
	color: #fff;
	font-size: min(5vw, 50px);
	font-style: normal;
	font-weight: 900;
	line-height: 1.6em; /* 160% */
	text-align: center;
	white-space: nowrap;
}

.contact {
	margin-top: -60px;
	position: relative;
}

.contact__overlay {
	display: block;
	width: 100%;
}

.contact__overlay img {
	width: 100%;
}

.contact__container {
	background: #fff;
	border-radius: 50px;
	left: 50%;
	max-width: 927px;
	padding-block: 87px;
	position: absolute;
	top: -201px;
	transform: translateX(-50%);
	width: 90%;
}

.contact__fields {
	display: flex;
	flex-direction: column;
	gap: 29px;
	margin-inline: auto;
	max-width: 571px;
	width: 86%;
}

.contact__button {
	margin-top: 74px;
}

.form-field {
	align-items: center;
	display: flex;
	gap: 36px;
}

.form-field__label {
	color: #424242;
	flex-shrink: 0;
	font-size: min(3vw, 20px);
	font-style: normal;
	font-weight: 900;
	line-height: 2em; /* 200% */
	width: 164px;
}

.form-field__item {
	width: 100%;
}

.form-field__item--select {
	position: relative;
}

.form-field__item--select::after {
	background: url(../img/question_arrow.svg) no-repeat center center/contain;
	content: "";
	height: 17px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-40%);
	width: 18px;
}

.form-text {
	background: #fff;
	padding: 0 15px 0 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0px;
	border-bottom: 2px solid #000;
	border-radius: 0;
	color: #424242;
	font-size: 20px;
	font-style: normal;
	font-weight: 900;
	line-height: 2em; /* 200% */
	width: 100%;
}

.form-text:focus {
	outline: none;
}

.footer {
	background-color: #222;
	margin-top: -1px;
	padding-bottom: 44px;
	padding-top: 50px;
}

.footer__inner {
	margin-inline: auto;
	max-width: 1440px;
	padding-inline: 86px 177px;
}

.footer__container {
	align-items: end;
	display: flex;
	justify-content: space-between;
}

.footer__content {
	display: flex;
	flex-direction: column;
	gap: 70px;
}

.footer__logo {
	background-color: #fff;
	border-radius: 35px;
	display: inline-block;
	padding: 12px 25px;
	transition: 0.3s;
	width: -moz-fit-content;
	width: fit-content;
}

.footer__logo:hover {
	opacity: 0.7;
}

.footer__logo--image {
	display: block;
	width: 139.23px;
}

.footer__logo--image img {
	width: 100%;
}

.footer__links {
	align-items: center;
	display: flex;
	gap: 28px;
	margin-bottom: 10px;
}

.footer__text {
	color: #fff;
	font-family: "Gothic A1";
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	transition: 0.3s;
}

.footer__text:hover {
	opacity: 0.7;
}

.footer__copyright {
	color: #fff;
	font-family: "Gothic A1";
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.s-md-hidden {
	display: none;
}

.s-lg-hidden {
	display: block;
}

.s-of-hidden {
	overflow: hidden;
}

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

.s-md-hidden {
	display: block;
}

.s-lg-hidden {
	display: none;
}

}

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

.header__inner {
	padding-inline: 20px;
}

.mv__title {
	font-size: 60px;
	left: 10px;
	padding-left: 20px;
	right: auto;
}

.cta__container {
	z-index: 1;
}

.cta__button {
	bottom: 50px;
}

.case {
	z-index: -1;
}

}

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

.pickup__card {
	height: 470px;
	width: 730px;
}

.pickup__content {
	gap: 10px;
}

.pickup__title {
	font-size: 32px;
}

.pickup__head {
	font-size: 24px;
}

.pickup__text {
	font-size: 16px;
}

#pickup-prev {
	left: calc(50% - 408px);
}

#pickup-next {
	right: calc(50% - 408px);
}

.message {
	height: 760px;
}

.message__content {
	top: 17%;
}

.contact__container {
	top: -300px;
}

}

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

.sp {
	display: block;
}

.c-heading {
	font-size: 26px;
}

.c-button__text {
	font-size: 16px;
}

.header {
	top: 12px;
}

.header__inner {
	padding-inline: 10px;
}

.mv {
	height: 450px;
}

.mv__title {
	bottom: 110px;
	font-size: 30px;
}

.cta__container {
	padding: 60px 20px 160px;
}

.cta__content {
	gap: 16px;
}

.cta__text {
	font-size: 16px;
	line-height: 1.8em;
}

.cta__text span {
	font-size: 16px;
}

.case {
	padding-top: 400px;
}

.case__cards {
	margin-top: 26px;
}

.case__card {
	align-items: center;
	flex-direction: column;
	gap: 25px;
	padding: 36px 26px;
}

.case__title {
	font-size: 26px;
}

.case__head {
	font-size: 18px;
	line-height: 1.5em;
	margin-top: 20px;
}

.case__head span {
	font-size: 18px;
	line-height: 1.5em;
	margin-top: -4px;
}

.case__text {
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 12px;
}

.case__block {
	gap: 12px;
}

.case__name {
	font-size: 16px;
}

.feature {
	padding-bottom: 60px;
	padding-top: 30px;
}

.feature__head {
	font-size: 24px;
}

.feature__text {
	font-size: 14px;
	line-height: 1.8em;
	margin-top: 20px;
}

.feature__button {
	gap: 0;
	margin: 30px auto 10px;
	padding: 10px 10px;
}

.feature__images {
	justify-content: flex-end;
	margin: 35px auto 0;
}

.pickup {
	padding-bottom: 40px;
}

.pickup__swiper {
	margin-top: 36px;
}

.pickup__card {
	flex-direction: column;
	gap: 16px;
	height: auto;
	width: 360px;
}

.pickup__content {
	padding: 10px 20px 36px;
}

.pickup__title {
	font-size: 26px;
}

.pickup__head {
	font-size: 20px;
}

.pickup__text {
	font-size: 14px;
}

.flow {
	padding-top: 30px;
}

.flow__cards {
	flex-direction: column;
	margin-top: 46px;
	row-gap: 36px;
}

.flow__card {
	max-width: none;
	padding: 16px 26px 26px;
	width: 100%;
}

.flow__icon {
	height: 48px;
	left: -12px;
	top: -15px;
	width: 48px;
}

.flow__head {
	font-size: 20px;
}

.flow__text {
	font-size: 14px;
}

.flow__overlay {
	z-index: -1;
}

.question__items {
	margin-top: 20px;
}

.question__item {
	padding: 10px 18px 16px;
}

.question__head--text {
	font-size: 18px;
}

.question__arrow {
	width: 17px;
}

.question__content--text {
	font-size: 18px;
}

.message {
	height: 680px;
}

.message__content {
	top: 10%;
}

.message__text {
	font-size: 22px;
}

.contact__container {
	bottom: 40px;
	padding-block: 40px;
	top: auto;
}

.contact__fields {
	gap: 16px;
}

.contact__button {
	margin-top: 16px;
}

.form-field {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 0px;
}

.form-field__label {
	font-size: 16px;
}

.form-text {
	font-size: 16px;
}

.footer__inner {
	padding-inline: 0;
}

.footer__container {
	align-items: center;
	flex-direction: column;
}

.footer__content {
	align-items: center;
	gap: 30px;
}

}

