body {
	background: #fafafa;
	color: #111;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 1.7;
}

.inline-block {
	display: inline-block;
	font-weight: inherit;
}

.button {
	background: #fff;
	border: 2px solid currentColor;
	border-radius: 60px;
	color: #111;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7;
	min-width: 150px;
	padding: 8px 28px;
	text-align: center;
	transition: background-color 0.3s, color 0.3s;
}

.button:hover {
	background-color: #fabe00;
}

.button--type2 {
	background: #000;
	color: #fff;
}

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

.inner {
	padding-left: 18px;
	padding-right: 15px;
}

.heading {
	font-family: "Montserrat";
	text-align: center;
}

.heading__title-en {
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 3.8px;
	line-height: 100%; /* 38px */
}

.heading__title-ja {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.28px;
	line-height: 100%; /* 14px */
	margin-top: 14px;
}

.header__inner {
	display: flex;
	justify-content: space-between;
	padding: 22px 15px;
}

.header__logo a img {
	display: block;
	width: 100px;
}

.header__nav {
	display: none;
}

.header__link {
	font-weight: 700;
	letter-spacing: 0.48px;
	transition: color 0.3s;
}

.header__link:hover {
	color: #f5810e;
}

.header__open {
	margin-top: 3px;
}

.drawer-icon {
	height: 21px;
	position: relative;
	width: 36px;
	z-index: 51;
}

.drawer-icon.is-checked .drawer-icon__ber:nth-of-type(1) {
	top: 10px;
	transform: rotate(30deg);
}

.drawer-icon.is-checked .drawer-icon__ber:nth-of-type(2) {
	display: none;
}

.drawer-icon.is-checked .drawer-icon__ber:nth-of-type(3) {
	top: 10px;
	transform: rotate(-30deg);
}

.drawer-icon__ber {
	background: #111;
	border-radius: 6px;
	height: 3px;
	left: 0;
	position: absolute;
	top: 0;
	transition: transform 0.3s linear, top 0.3s linear;
	width: 36px;
}

.drawer-icon__ber:nth-of-type(2) {
	top: 9px;
}

.drawer-icon__ber:nth-of-type(3) {
	top: 18px;
}

.drawer-content {
	background: #f7ba1a;
	height: 100%;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 86px;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: transform 0.3s linear;
	width: 320px;
	z-index: 50;
}

.drawer-content.is-checked {
	transform: translateX(0);
}

.drawer-content__link {
	display: block;
	font-weight: 700;
	letter-spacing: 0.48px;
	padding-bottom: 14px;
	padding-top: 14px;
	text-align: right;
}

.drawer-content__button {
	margin-top: 14px;
	text-align: right;
}

.mv {
	background: linear-gradient(180deg, #f8b819 0%, #f0d320 100%);
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: calc(100% - 30px);
}

.mv__inner {
	padding: 50px 20px 255px;
	position: relative;
}

.mv__lead1,
.mv__lead2 {
	background: #fff;
	border-radius: 5px;
	display: block;
	font-feature-settings: "palt" on;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 2.2px;
	line-height: 100%; /* 22px */
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: -moz-fit-content;
	width: fit-content;
}

.mv__lead2 {
	margin-top: 8px;
}

.mv__description {
	font-weight: 700;
	letter-spacing: 0.48px;
	margin-top: 26px;
	text-align: center;
}

.mv__button {
	margin-top: 22px;
	text-align: center;
}

.mv__image {
	bottom: -108px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 100%;
}

.mv__image img {
	width: 345px;
}

.case {
	margin-top: 108px;
	padding-bottom: 60px;
	padding-top: 60px;
}

.case__inner {
	padding-left: 40px;
	padding-right: 40px;
}

.case__title {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1.8px;
	line-height: 100%; /* 18px */
	text-align: center;
}

.case__items {
	display: grid;
	gap: 22px 15px;
	grid-template-columns: repeat(2, 1fr);
	padding-top: 30px;
}

.case__item {
	text-align: center;
}

.news {
	padding-bottom: 60px;
	padding-top: 60px;
}

.news__card {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 9px 30px 0px #f4f4f4;
	padding: 40px 12px;
}

.news__title {
	font-family: "Montserrat";
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 3.8px;
	line-height: 1; /* 38px */
	text-align: center;
}

.news__lists {
	margin-top: 28px;
}

.news__list:nth-child(n+2) {
	position: relative;
}

.news__list:nth-child(n+2)::before {
	background: #e3e3e3;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.news-link {
	display: flex;
	flex-direction: column;
	gap: 7px;
	padding-bottom: 10px;
	padding-top: 10px;
	transition: background-color 0.3s;
}

.news-link:hover {
	background-color: #fff9e5;
}

.news__link__meta {
	align-items: center;
	display: flex;
	gap: 12px;
}

.news__link__date {
	color: #333;
	white-space: nowrap;
}

.news__link__label {
	background: #e4780c;
	border-radius: 2px;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	min-width: 63px;
	padding: 2px 10px;
	text-align: center;
}

.news__link__label.is-news {
	background: #e4780c;
}

.news__link__label.is-colum {
	background: #ecb815;
}

.news__link__label.is-event {
	background: #389b47;
}

.news__link {
	text-align: right;
}

.news__link a {
	border-bottom: 2px solid currentColor;
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	margin-top: 22px;
	padding-bottom: 8px;
	transition: color 0.3s;
}

.news__link a:hover {
	color: #fabe00;
}

.about {
	overflow: hidden;
	padding-bottom: 60px;
	padding-top: 60px;
}

.about__title {
	text-align: center;
}

.about__title img {
	width: 180px;
}

.about__content {
	margin-top: 150px;
	padding-bottom: 105px;
	padding-top: 288px;
	position: relative;
	text-align: center;
}

.about__content::before {
	background: linear-gradient(180deg, #f8b819 0%, #f0d320 100%);
	border-radius: 50%;
	content: "";
	height: 1100px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 1100px;
	z-index: -1;
}

.about__image {
	left: 0;
	position: absolute;
	text-align: center;
	top: -110px;
	width: 100%;
}

.about__image img {
	width: 320px;
}

.about__text {
	font-weight: 700;
	line-height: 2.3; /* 36.8px */
}

.about__pop {
	font-weight: 700;
	letter-spacing: 1.28px;
	line-height: 1; /* 16px */
	margin-top: 42px;
}

.about__button {
	margin-top: 15px;
}

.movie {
	background: url(../img/section-bg.jpg) repeat top left/529px auto;
	padding-bottom: 60px;
	padding-top: 60px;
}

.movie__inner {
	padding-left: 15px;
	padding-right: 15px;
}

.movie__iframe {
	margin-top: 32px;
	text-align: center;
}

.movie__iframe iframe {
	aspect-ratio: 345/194;
	height: auto;
	max-width: 100%;
	vertical-align: top;
	width: 345px;
}

.how-to-use {
	padding-bottom: 60px;
	padding-top: 60px;
}

.how-to-use__boxes {
	display: flex;
	flex-direction: column;
	gap: 112px;
	margin-top: 104px;
}

.how-to-use__box {
	background: #fffbf0;
	border-radius: 30px;
	padding: 54px 40px 48px;
}

.how-to-use__title {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1.8px;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
}

.how-to-use__title img {
	bottom: calc(100% + 16px);
	position: absolute;
	right: 50%;
	transform: translateX(50%);
	width: 85px;
}

.how-to-use__steps {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 20px;
}

.step-box {
	padding-top: 45px;
	position: relative;
}

.step-box__head {
	align-items: center;
	background: #f5810e;
	border: 3px solid #111;
	border-radius: 45px;
	display: flex;
	flex-direction: column;
	height: 90px;
	justify-content: center;
	left: 50%;
	padding: 20px 25px;
	position: absolute;
	top: 0px;
	transform: translateX(-50%);
	width: 90px;
}

.is-type2 .step-box__head {
	background: #fabe00;
}

.step-box__head-text {
	font-family: "Montserrat";
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.3px;
	line-height: 100%;
}

.step-box__head-number {
	color: #fff;
	font-family: "Montserrat";
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 3.4px;
	line-height: 100%; /* 34px */
	margin-top: 3px;
}

.step-box__body {
	background: #fff;
	border: 3px solid #111;
	border-radius: 30px;
	overflow: hidden;
	padding: 47px 10px 23px 10px;
	text-align: center;
}

.step-box__image img {
	width: 160px;
}

.step-box__text {
	font-weight: 700;
	letter-spacing: 0.48px;
	margin-top: 10px;
}

.merit {
	padding-bottom: 60px;
	padding-top: 60px;
}

.merit__boxes {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 30px;
}

.merit-box {
	background: #fff;
	border-radius: 20px;
	padding: 10px 18px 24px;
}

.merit-box__image {
	text-align: center;
}

.merit-box__image img {
	width: 200px;
}

.merit-box__body {
	margin-top: 18px;
}

.merit-box__head {
	align-items: center;
	display: flex;
	gap: 16px;
}

.merit-box__number {
	color: #fabe00;
	font-family: "Montserrat";
	font-size: 70px;
	font-weight: 600;
	line-height: 100%; /* 70px */
}

.merit-box__title {
	font-family: "Montserrat";
	font-weight: 700;
	letter-spacing: 1.6px;
}

.merit-box__text {
	font-size: 14px;
	line-height: 200%; /* 28px */
	margin-top: 10px;
}

.compare {
	background: #fff;
	padding-bottom: 60px;
	padding-top: 60px;
}

.compare__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 100%;
	text-align: center;
}

.compare__content {
	overflow-x: auto;
	padding-bottom: 38px;
}

.compare__table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	table-layout: fixed;
	width: 620px;
}

.compare__table th,
.compare__table td {
	font-weight: 700;
	height: 60px;
	text-align: center;
	vertical-align: middle;
}

.compare__table th:nth-child(1),
.compare__table td:nth-child(1) {
	width: 130px;
}

.compare__table th:nth-child(2),
.compare__table td:nth-child(2) {
	background: #fff9e5;
	font-size: 16px;
	letter-spacing: 0.48px;
	width: 90px;
}

.compare__table th:nth-child(2) img,
.compare__table td:nth-child(2) img {
	width: 70px;
}

.compare__table td {
	font-size: 14px;
	letter-spacing: 0.42px;
}

.compare__table thead th {
	letter-spacing: 1.6px;
}

.compare__table tbody tr {
	border-top: 1.5px solid #111;
}

.compare__table tbody th,
.compare__table tbody td {
	height: 58.5px;
}

.compare__attention {
	color: #686868;
	font-size: 14px;
	font-weight: 700;
	line-height: 100%; /* 14px */
	margin-top: 11px;
	text-align: center;
}

.contact {
	background: url(../img/section-bg.jpg) repeat top left/529px auto;
	padding-bottom: 60px;
	padding-top: 60px;
}

.contact__box {
	background: #fff;
	border-radius: 30px;
	padding: 60px 20px;
}

.contact__form {
	margin-top: 30px;
}

.contact__fields {
	display: flex;
	flex-direction: column;
	gap: 31px;
}

.contact__privacy {
	margin-top: 30px;
}

.contact__button {
	margin-top: 30px;
}

.form-field__head {
	align-items: center;
	display: flex;
	gap: 10px;
}

.form-field__label {
	font-weight: 700;
	line-height: 1.4375;
}

.form-field__tag {
	background: #ee8013;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.98px;
	line-height: 100%; /* 11px */
	padding: 5px 8px 6px 8px;
}

.form-field__tag.is-option {
	background: #43b549;
}

.form-field__item {
	flex-grow: 1;
	margin-top: 14px;
}

.form-field__item .form-select {
	background: #fff;
	border: 3px solid #111;
	border-radius: 5px;
	font-weight: 700;
	padding: 12px 43px 11px 13px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/polygon-1.png) no-repeat center right 16px/9.451px 6.969px;
	transition: border-color, 0.3s;
}

.form-field__item .form-select:hover,
.form-field__item .form-select:focus {
	border-color: #fabe00;
	outline: none;
}

.form-field__item .form-text {
	background: #fff;
	border: 3px solid #111;
	border-radius: 5px;
	padding: 12px 11px 13px;
	transition: border-color, 0.3s;
	width: 100%;
}

.form-field__item .form-text:hover,
.form-field__item .form-text :focus {
	border-color: #fabe00;
	outline: none;
}

.form-textarea {
	background: #fff;
	border: 3px solid #111;
	border-radius: 5px;
	height: 180px;
	padding: 13px;
	transition: border-color, 0.3s;
	width: 100%;
}

.form-textarea:hover,
.form-textarea:focus {
	border-color: #fabe00;
	outline: none;
}

.form-field__radios {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.form-field__radio:hover .form-radio__text::before {
	border-color: #fabe00;
}

.form-radio {
	line-height: 1.4375;
}

.form-radio__text {
	font-weight: 700;
	padding-left: 28px;
	position: relative;
}

.form-radio__text::before,
.form-radio__text::after {
	border-radius: 50%;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.form-radio__text::before {
	border: 3px solid #111;
	height: 24px;
	left: 0;
	transition: border-color, 0.3s;
	width: 24px;
}

.form-radio__text::after {
	background: #f5810e;
	height: 10px;
	left: 7px;
	opacity: 0;
	width: 10px;
}

.contact__privacy {
	text-align: center;
}

.form-radio__input {
	height: 1px;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
}

.form-radio__input:checked + .form-radio__text::after {
	opacity: 1;
}

.form-radio__input:focus + .form-radio__text {
	border-color: #fabe00;
}

.form-checkbox__input {
	height: 1px;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
}

.form-checkbox__input:checked + .form-checkbox__text::after {
	opacity: 1;
}

.form-checkbox__input:focus + .form-checkbox__text::before {
	border-color: #fabe00;
}

.form-checkbox__text {
	font-size: 14px;
	font-weight: 700;
	padding-left: 30px;
	position: relative;
}

.form-checkbox__text a {
	font-weight: inherit;
	text-decoration-line: underline;
	transition: color, 0.3s;
}

.form-checkbox__text a:hover {
	color: #fabe00;
}

.form-checkbox__text::before,
.form-checkbox__text::after {
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.form-checkbox__text::before {
	border: 1px solid #111;
	border-radius: 1px;
	height: 20px;
	width: 20px;
}

.form-checkbox__text::after {
	background: url(../img/checkbox-icon.png) no-repeat center center/contain;
	height: 17.53px;
	left: -1px;
	margin-top: -1.2px;
	opacity: 0;
	width: 23px;
}

.contact__button {
	text-align: center;
}

.cta {
	background: linear-gradient(180deg, #f8b819 0%, #f0d320 100%);
	height: 259px;
	padding-bottom: 50px;
	padding-top: 50px;
	text-align: center;
}

.cta__text {
	font-weight: 700;
	letter-spacing: 0.54px;
	line-height: 200%; /* 32px */
	margin-bottom: 18px;
}

.footer {
	background: #111;
	padding-bottom: 18px;
	padding-top: 6px;
	text-align: center;
}

.footer__copyright {
	color: #f5f5f5;
	font-size: 12px;
	letter-spacing: 0.96px;
	line-height: 100%; /* 12px */
}

.pagetop {
	bottom: 13px;
	opacity: 0;
	position: fixed;
	right: 10px;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	width: min(13.3333333333%, 50px);
}

.pagetop.is-show {
	opacity: 1;
	visibility: visible;
}

.ga {
	margin-bottom: 60px;
	margin-top: 60px;
}

.qa__boxes {
	display: flex;
	flex-direction: column;
	gap: 42px;
	margin-top: 52px;
}

.qa__box {
	background: #fff;
	border: 3px solid #111;
	border-radius: 10px;
}

.qa-box.is-open .qa-box__head::after {
	transform: rotate(0);
}

.qa-box__head {
	position: relative;
	-moz-text-align-last: left;
	display: block;
	padding: 29px 37px 17px 12px;
	text-align-last: left;
	width: 100%;
}

.qa-box__head::after {
	background: url(../img/polygon.png) no-repeat center center/contain;
	content: "";
	height: 6.715px;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: rotate(180deg);
	width: 9.215px;
}

.qa-box__head-icon {
	background: #f5810e;
	border: solid 3px #111;
	border-radius: 22px;
	color: #111;
	display: grid;
	font-family: "Montserrat";
	font-size: 22px;
	font-weight: 700;
	height: 44px;
	line-height: 100%; /* 22px */
	place-content: center;
	position: absolute;
	top: -26px;
	width: 44px;
}

.qa-box__head-text {
	display: block;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.12px;
	line-height: 1.7; /* 23.8px */
}

.qa-box__body {
	display: none;
	padding: 13px 14px 17px 12px;
}

.qa-box__a {
	align-items: center;
	display: flex;
	gap: 8px;
}

.qa-box__a-icon {
	background: #fabe00;
	border: solid 3px #111;
	border-radius: 22px;
	color: #111;
	display: grid;
	flex-shrink: 0;
	font-family: "Montserrat";
	font-size: 22px;
	font-weight: 700;
	height: 44px;
	line-height: 100%; /* 22px */
	place-content: center;
	width: 44px;
}

.qa-box__a-text {
	flex-grow: 1;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.12px;
}

.gallery {
	padding-bottom: 60px;
	padding-top: 60px;
}

.gallery__inner {
	max-width: 860px;
}

.gallery__slider {
	margin-top: 30px;
}

.gallery__swiper {
	margin-left: -5px;
	margin-right: -5px;
	padding-bottom: 26px;
	padding-left: 5px;
	padding-right: 5px;
}

.gallery-card {
	background: #fff;
	border: 3px solid #111;
	border-radius: 20px;
	box-shadow: 0px 9px 30px 0px #f4f4f4;
	padding: 12px 12px 9px 12px;
}

.gallery-card__image img {
	border-radius: 10px;
}

.gallery-card__text {
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}

.gallery__pagination {
	bottom: 0 !important;
	display: flex;
	gap: 12px;
	justify-content: center;
}

.gallery__pagination .swiper-pagination-bullet {
	background: #bcbcbc;
	height: 10px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	opacity: 1;
	width: 10px;
}

.gallery__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fabe00;
}

.gallery__prev,
.gallery__next {
	height: 40px;
	width: 40px;
}

.gallery__prev::after,
.gallery__next::after {
	display: none;
}

.gallery__prev {
	background: url(../img/prev-icon.png) no-repeat center center/contain;
	left: 0;
	margin-top: -38px;
}

.gallery__next {
	background: url(../img/next-icon.png) no-repeat center center/contain;
	margin-top: -38px;
	right: 0;
}

.about-modal {
	background: #fff;
	border: none;
	border-radius: 20px;
	inset: 0;
	margin: auto;
	max-height: calc(100% - 40px);
	max-width: calc(100% - 30px);
	overflow: auto;
	overscroll-behavior-y: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 16px;
	position: fixed;
	z-index: 60;
}

.about-modal::backdrop {
	background: #000;
	opacity: 0.2;
}

.about-modal__head {
	display: flex;
	justify-content: flex-end;
	margin-top: 12px;
	position: sticky;
	top: 0;
}

.about-modal__close-icon img {
	height: 37px;
	width: 37px;
}

.about-modal__body {
	font-size: 14px;
	margin-top: 12px;
}

.about-modal__body p {
	font-size: 14px;
}

.about-modal__body p:nth-child(n+2) {
	margin-top: 20px;
}

.about-modal__close-button {
	margin-top: 30px;
	text-align: center;
}

.fade-in-up {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 1s, transform 1s;
}

.fade-in-up.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in {
	opacity: 0;
	transition: opacity 1s, transform 1s;
}

.fade-in.is-in-view {
	opacity: 1;
}

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

.hidden-pc {
	display: none;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding-left: 30px;
	padding-right: 30px;
}

.heading__title-en {
	font-size: 50px;
	letter-spacing: 5px;
}

.heading__title-ja {
	font-size: 16px;
}

.header__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1170px;
	padding-bottom: 20px;
}

.header__logo {
	padding-top: 6px;
}

.header__logo a img {
	width: 135px;
}

.header__nav {
	align-items: center;
	display: flex;
	gap: 40px;
}

.header__button {
	background: #fff;
	border: 2px solid #111;
	border-radius: 60px;
	display: block;
	font-weight: 700;
	padding: 8px 30px;
}

.header__open {
	display: none;
}

.mv {
	border-radius: 30px;
	max-width: calc(100% - 60px);
}

.mv__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	padding: 110px 30px 110px 30px;
}

.mv__lead1,
.mv__lead2 {
	font-size: 38px;
	letter-spacing: 3.8px;
	margin-left: 0;
	margin-right: 0;
	padding: 12px 15px;
}

.mv__lead2 {
	margin-top: 14px;
}

.mv__description {
	font-size: 18px;
	margin-top: 20px;
	text-align: left;
}

.mv__button {
	margin-top: 30px;
	text-align: left;
}

.mv__image {
	bottom: -88px;
	right: 30px;
	text-align: right;
	width: 54.5454545455%;
}

.mv__image img {
	width: 600px;
}

.case {
	margin-top: 88px;
	padding-bottom: 50px;
	padding-top: 70px;
}

.case__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

.case__title {
	font-size: 20px;
	letter-spacing: 2px;
}

.case__items {
	gap: 26px 40px;
	grid-template-columns: repeat(4, 1fr);
	padding-top: 54px;
}

.news {
	padding-bottom: 50px;
	padding-top: 50px;
}

.news__card {
	border-radius: 30px;
	max-width: 1200px;
	padding-bottom: 34px;
	padding-left: 9.2105263158%;
	padding-right: 9.2105263158%;
	padding-top: 42px;
}

.news__title {
	font-size: 50px;
	letter-spacing: 5px;
	-moz-text-align-last: left;
	text-align-last: left;
}

.news-link {
	flex-direction: row;
	gap: 0;
	padding-bottom: 12px;
	padding-top: 12px;
}

.news__link__meta {
	flex-shrink: 0;
	gap: 14px;
	width: 247px;
}

.news__link__date {
	width: 119px;
}

.news__link a {
	margin-top: 20px;
}

.about {
	padding-bottom: 100px;
	padding-top: 50px;
}

.about__title img {
	width: 230px;
}

.about__content {
	margin-top: 176px;
	padding-bottom: 100px;
	padding-top: 284px;
}

.about__content::before {
	height: 800px;
	width: 800px;
}

.about__image {
	top: -126px;
}

.about__image img {
	width: 330px;
}

.about__text {
	font-size: 16px;
	line-height: 230%;
}

.about__pop {
	margin-top: 42px;
}

.movie {
	padding-bottom: 100px;
	padding-top: 100px;
}

.movie__iframe {
	margin-top: 56px;
	text-align: center;
}

.movie__iframe iframe {
	aspect-ratio: 640/360;
	width: 640px;
}

.how-to-use {
	padding-bottom: 100px;
	padding-top: 100px;
}

.how-to-use__boxes {
	gap: 76px;
	margin-top: 88px;
}

.how-to-use__box {
	border-radius: 40px;
	padding: 44px 10px 56px;
}

.how-to-use__title {
	font-size: 22px;
	letter-spacing: 2.2px;
	line-height: 170%; /* 37.4px */
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 95px;
	width: -moz-fit-content;
	width: fit-content;
}

.how-to-use__title img {
	bottom: 0;
	right: 0;
	transform: translateX(0);
}

.is-type2 .how-to-use__title {
	padding-left: 95px;
	padding-right: 0;
}

.is-type2 .how-to-use__title img {
	left: 0;
	right: auto;
}

.how-to-use__steps {
	flex-direction: row;
	gap: 24px;
	margin-left: auto;
	margin-right: auto;
	max-width: 948px;
}

.how-to-use__step {
	flex: 1;
}

.step-box__image img {
	width: 200px;
}

.merit {
	padding-bottom: 100px;
	padding-top: 100px;
}

.merit__boxes {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-top: 60px;
}

.merit-box {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	gap: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 18px;
}

.merit-box.is-reverse {
	flex-direction: row;
}

.merit-box__content {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	gap: 50px;
	margin-left: auto;
	margin-right: auto;
	max-width: 920px;
}

.merit-box__image {
	width: 38.0434782609%;
}

.merit-box__image img {
	width: 350px;
}

.merit-box__body {
	margin-top: 0;
	width: 56.5217391304%;
}

.merit-box__head {
	gap: 28px;
}

.merit-box__number {
	font-size: 110px;
}

.merit-box__title {
	font-size: 20px;
	letter-spacing: 2px;
}

.merit-box__text {
	font-size: 15px;
	margin-top: 16px;
}

.compare {
	padding-bottom: 100px;
	padding-top: 100px;
}

.compare__title {
	font-size: 24px;
}

.compare__content {
	padding-bottom: 0;
}

.compare__table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	width: 1000px;
}

.compare__table th,
.compare__table td {
	height: 100px;
}

.compare__table th:nth-child(1),
.compare__table td:nth-child(1) {
	font-size: 20px;
	letter-spacing: 0.6px;
	width: 250px;
}

.compare__table th:nth-child(2),
.compare__table td:nth-child(2) {
	font-size: 25px;
	letter-spacing: 0.75px;
	width: 250px;
}

.compare__table th:nth-child(2) img,
.compare__table td:nth-child(2) img {
	width: 123px;
}

.compare__table td {
	font-size: 16px;
	letter-spacing: 0.48px;
}

.compare__table thead th {
	font-size: 20px;
	letter-spacing: 2px;
}

.compare__table tbody tr {
	border-top-width: 3px;
}

.compare__table tbody th,
.compare__table tbody td {
	height: 100px;
}

.compare__attention {
	display: none;
}

.contact {
	padding-bottom: 100px;
	padding-top: 100px;
}

.contact__box {
	padding-left: 30px;
	padding-right: 30px;
}

.contact__form {
	margin-left: auto;
	margin-right: auto;
	margin-top: 48px;
	max-width: 612px;
}

.contact__fields {
	gap: 30px;
}

.contact__button {
	margin-top: 38px;
}

.form-field {
	display: flex;
	gap: 32px;
}

.form-field__head {
	flex-shrink: 0;
	justify-content: flex-end;
	width: 180px;
}

.form-field__item {
	margin-top: 0;
}

.form-field__radios {
	flex-direction: row;
	gap: 30px;
}

.cta {
	height: 255px;
	padding-bottom: 60px;
	padding-top: 60px;
}

.cta__text {
	font-size: 18px;
}

.footer {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.54px;
}

.pagetop {
	bottom: 30px;
	right: 16px;
	width: 76px;
}

.ga {
	margin-bottom: 100px;
	margin-top: 100px;
}

.ga__inner {
	max-width: 860px;
	padding-left: 30px;
	padding-right: 30px;
}

.qa__boxes {
	margin-top: 72px;
}

.qa-box__head {
	padding: 29px 84px 17px 17px;
}

.qa-box__head::after {
	right: 19px;
}

.qa-box__head-text {
	font-size: 16px;
	letter-spacing: 1.28px;
	line-height: 27px; /* 168.75% */
}

.qa-box__body {
	padding: 3px 33px 17px 17px;
	padding-top: 0;
}

.qa-box__a {
	gap: 10px;
}

.qa-box__a-text {
	font-size: 16px;
	letter-spacing: 1.28px;
	line-height: 27px; /* 168.75% */
}

.gallery {
	padding-bottom: 100px;
	padding-top: 100px;
}

.gallery__slider {
	margin-top: 0;
}

.gallery__swiper {
	margin-left: 0;
	margin-right: 0;
	padding-left: 80px;
	padding-right: 80px;
}

.gallery-card {
	border-radius: 30px;
	margin-top: 60px;
	padding: 17px 17px 15px 17px;
}

.gallery-card__image img {
	border-radius: 20px;
}

.gallery-card__text {
	font-size: 16px;
	margin-top: 18px;
}

.gallery__prev,
.gallery__next {
	height: 50px;
	width: 50px;
}

.gallery__prev {
	margin-top: -30px;
}

.gallery__next {
	margin-top: -30px;
}

.about-modal {
	padding: 49px 70px 75px 70px;
	width: 1140px;
}

.about-modal__body {
	font-size: 16px;
	margin-top: 43px;
}

}

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

.is-reverse .merit-box__content {
	flex-direction: row;
}

}

