/* reset-css
---------------------------------------------------------------------------*/

/*GooglereCAPTCHAマーク非表示*/
.grecaptcha-badge {
    display: none!important;
}

* {
	box-sizing: border-box;
}

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

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

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

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

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

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

/* base
---------------------------------------------------------------------------*/

html {
	font-size: 100%;
}

body {
	position: relative;
	background-color: #CC4A43;
	color: #000;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

a {
	color: inherit;
}

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

.is-pc {
	display: block;
}

.is-sp {
	display: none;
}

.clear {
	clear: both;
}

.l-fv {
	position: relative;
	width: 100%;
	background-color: #fff;
}

.l-fv__img {
	position: relative;
}

.l-fv__img img {
	width: 100%;
}

.l-fv__text {
	position: absolute;
	bottom: 10px;
	bottom: 0.694vw;
	left: 210px;
	left: 14.583vw;
	font-weight: 600;
}

.l-fv__text span {
	display: inline-block;
	font-size: 0.875rem;
	font-size: 0.972vw;
	line-height: 1.265;
}

.l-fv__text p {
	font-size: 1.25rem;
	font-size: 1.389vw;
}

.l-fv__btn {
	position: absolute;
	bottom: 0.3125rem;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.l-inner {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 2.5rem;
}

.l-inner--wide {
	max-width: 90rem;
	padding: 0;
}

.l-sec {
	padding: 7.5rem 0;
	background-color: #fff;
}

.l-recommend {
	padding: 7.1875rem 0;
	background-color: #fff;
}

.l-issue {
	position: relative;
	padding: 12.5rem 0 21.25rem;
	background-color: #63B0BC;
}

.l-issue__inner {
	max-width: 73.75rem;
}

.l-issue__head-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 17.625rem;
	background: url(../img/lp/bg-blue-top.jpg) no-repeat top 0 center/100% auto;
}

.l-issue__bottom-img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 75rem;
	background: url(../img/lp/bg-blue-bottom.jpg) no-repeat bottom -1px center/100%;
}

.l-about {
	padding: 9.375rem 0 5rem;
	background-color: #fff;
}

.l-reasons {
	padding: 5rem 0 9.375rem;
	background-color: #fff;
}

.l-cta {
	padding: 2.5rem 0;
	background-color: #fff;
}

.l-cta--inner {
	width: 100%;
	max-width: 64.5625rem;
}

.l-print {
	padding: 10rem 0;
	background-color: #fff;
}

.l-print__inner {
	max-width: 61.25rem;
}

.l-banner {
	padding: 6.5rem 0 11.25rem;
	overflow: hidden;
	background-color: #CC4A43;
}

.l-banner__inner {
	max-width: 36.25rem;
}

.l-footer {
	padding: 5rem 0 2.5rem;
	background-color: #4A4A4A;
}

.l-footer__logo {
	text-align: center;
}

.l-footer__logo img {
	width: 10.3125rem;
}

.l-footer__logo-text {
	color: #fff;
	font-weight: 600;
	font-size: 0.875rem;
	letter-spacing: -0.065em;
	text-align: center;
}

.l-footer__copy {
	margin-top: 2rem;
	color: #fff;
	font-weight: 600;
	font-size: 0.625rem;
	text-align: center;
}

.l-top-btn {
	display: none;
	z-index: 30;
	position: -webkit-sticky;
	position: sticky;
	bottom: 0;
	width: 4.75rem;
	margin-left: auto;
	padding-right: 1.25rem;
	padding-bottom: 1.25rem;
	cursor: pointer;
	cursor: pointer;
}

.l-wrppare {
	overflow: hidden;
}

.c-btn {
	display: inline-block;
	width: 610px;
	width: 42.361vw;
	max-width: 100%;
	padding: 15px;
	padding: 1.042vw;
	border: 3px solid #000;
	border: 0.208vw solid #000;
	border-radius: 8px;
	border-radius: 0.556vw;
	background-color: #CC4A43;
	box-shadow: 6px 6px 0 black;
	box-shadow: 0.417vw 0.417vw 0 black;
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	font-size: 1.667vw;
	text-align: center;
	transition: all 0.3s;
}

.c-btn span {
	display: block;
	position: relative;
}

.c-btn span::before {
	-webkit-animation: pulseMotion2 1.4s linear infinite;
	position: absolute;
	top: 15px;
	top: 1.042vw;
	right: 8px;
	right: 0.556vw;
	width: 20px;
	width: 1.389vw;
	height: 20px;
	height: 1.389vw;
	border-radius: 50%;
	background-color: #fff;
	content: "";
	animation: pulseMotion2 1.4s linear infinite;
}

.c-btn span::after {
	position: absolute;
	right: -40px;
	right: -2.778vw;
	bottom: -60px;
	bottom: -4.167vw;
	width: 79px;
	width: 5.486vw;
	height: 96px;
	height: 6.667vw;
	background: url(../img/lp/touch-icon.png) no-repeat center center/contain;
	content: "";
	transition: all 0.3s;
}

.c-btn:hover {
	transform: translate(6px, 6px);
	transform: translate(0.417vw, 0.417vw);
	box-shadow: 0 0 0 black;
}

.c-issue-card {
	-moz-column-gap: 2.25rem;
	display: flex;
	column-gap: 2.25rem;
	row-gap: 3.5625rem;
	flex-wrap: wrap;
}

.c-issue-card__item {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: calc((100% - 2.25rem) / 2);
	height: 11.4375rem;
	padding: 1.25rem;
	border: 3px solid #000;
	border-radius: 2.1875rem;
	background-color: #fff;
	box-shadow: 0.5rem 0.5rem 0 black;
}

.c-issue-card__item::after {
	position: absolute;
	top: 1.4375rem;
	right: 1.75rem;
	width: 1.1875rem;
	height: 1.1875rem;
	background: url(../img/lp/hall-icon.png) no-repeat center center/contain;
	content: "";
}

.c-issue-card__img {
	width: 18%;
	text-align: center;
}

.c-issue-card__img img {
	margin: 0 auto;
}

.icon-img01 {
	width: 52px;
}
@media screen and (max-width:768px) { 
	.icon-img01 {
		width: 40px;
	}
}

.icon-img02 {
	width: 31px;
}
@media screen and (max-width:768px) { 
	.icon-img02 {
		width: 21px;
	}
}

.icon-img03 {
	width: 40px;
}
@media screen and (max-width:768px) { 
	.icon-img03 {
		width: 30px;
	}
}

.icon-img04 {
	width: 66px;
}
@media screen and (max-width:768px) { 
	.icon-img04 {
		width: 56px;
	}
}

.icon-img05 {
	width: 42px;
}
@media screen and (max-width:768px) { 
	.icon-img05 {
		width: 29px;
	}
}

.icon-img06 {
	width: 46px;
}
@media screen and (max-width:768px) { 
	.icon-img06 {
		width: 35px;
	}
}

.icon-img07 {
	width: 45px;
}
@media screen and (max-width:768px) { 
	.icon-img07 {
		width: 34px;
	}
}

.icon-img08 {
	width: 49px;
}
@media screen and (max-width:768px) { 
	.icon-img08 {
		width: 35px;
	}
}

.c-issue-card__text {
	width: 78%;
	margin-left: 4%;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.245;
}

.c-reasons {
	display: flex;
	position: relative;
	padding-left: 6.5625rem;
	gap: 4rem;
	background: url(../img/lp/bg-reasons.png) no-repeat top 0 left 0/contain;
}

.c-reasons--right {
	position: relative;
	flex-direction: row-reverse;
	padding-right: 6.5625rem;
	padding-left: 0;
	background: url(../img/lp/bg-reasons.png) no-repeat top 0 right 0/contain;
}

.c-reasons__img {
	width: 41.7%;
}

.c-reasons__img img {
	width: 26.875rem;
}

.c-reasons__body {
	width: 45.3%;
}

.c-reasons__point {
	position: relative;
	font-size: 1.625rem;
	font-family: "Hammersmith One", sans-serif;
}

.c-reasons__point::before,
.c-reasons__point::after {
	z-index: 0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #F76555;
	content: "";
}

.c-reasons__point::before {
	width: 100%;
	height: 1px;
}

.c-reasons__point::after {
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.c-reasons__point-text {
	z-index: 1;
	position: relative;
	padding-right: 0.625rem;
	background-color: #fff;
}

.c-reasons__heading {
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.3;
}

.c-reasons__text {
	margin-top: 1.5625rem;
	font-weight: 600;
	font-size: 1rem;
}

.c-btn-large {
	display: flex;
	position: relative;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 14.3125rem;
	border: 0.1875rem solid #000;
	border-radius: 1.1875rem;
	background: linear-gradient(277deg, #F76656 21.28%, #E03A3F 77.68%);
	box-shadow: 0.375rem 0.375rem 0 black;
	transition: all 0.3s;
}

.c-btn-large::before {
	-webkit-animation: pulseMotion 1.4s linear infinite;
	position: absolute;
	top: 7rem;
	right: 11.8125rem;
	width: 1.125rem;
	height: 1.125rem;
	border-radius: 50%;
	background-color: #fff;
	content: "";
	animation: pulseMotion 1.4s linear infinite;
}

.c-btn-large::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/lp/btn-bg.png) no-repeat center center/cover;
	content: "";
}

.c-btn-large:hover {
	transform: translate(0.375rem, 0.375rem);
	box-shadow: none;
}

.c-btn-large img {
	z-index: 1;
	position: relative;
	width: 41.125rem;
	max-width: 100%;
}

.c-btn-large__img {
	position: absolute !important;
	right: 2.5rem;
	bottom: -2.5rem;
	width: 3.8125rem !important;
	height: 4.625rem;
}

.c-print-card {
	overflow: hidden;
	border: 3px solid #000;
	border-radius: 0.5rem;
}

.c-print-card__head {
	position: relative;
	padding: 0.25rem 1.125rem;
	background-color: #CC4A43;
	color: #fff;
	font-weight: 600;
	font-size: 1.25rem;
	pointer-events: none;
}

.c-print-card__img img {
	width: 100%;
}

.c-print-card__heading {
	padding: 0.25rem 1.125rem;
	background-color: #333;
	color: #fff;
	font-weight: 600;
	font-size: 1rem;
}

.c-print-card__text {
	height: 9.0625rem;
	padding: 1rem 1.25rem;
	font-weight: 300;
	font-size: 1rem;
}

.c-banner {
	display: block;
	position: relative;
	text-align: center;
    max-width: 100%;
    height: auto;
}

.c-banner__img {
	z-index: 1;
	position: relative;
	box-shadow: 0.5rem 0.5rem 0 black;
}

.c-banner__img a {
	display: block;
	transition: all 0.3s;
}

.c-banner__img a:hover {
	filter: brightness(110%);
}

.c-banner__heading {
	display: inline-block;
	z-index: 1;
	position: relative;
	margin-top: 1.25rem;
}

.c-banner__heading::before,
.c-banner__heading::after {
	position: absolute;
	top: 50%;
	width: 1.75rem;
	height: 1rem;
	transform: translateY(-50%);
	content: "";
}

.c-banner__heading::before {
	left: -0.75rem;
	background: url(../img/banner-heading-left.png) no-repeat center center/contain;
}

.c-banner__heading::after {
	right: -0.5rem;
	background: url(../img/banner-heading-right.png) no-repeat center center/contain;
}

/*縁取り文字*/

.svgSample1 svg {
	height: 1.875rem;
}

.svgSample1 text {
	stroke: #000000;
	fill: #ffffff;
	text-anchor: middle;
	dominant-baseline: alphabetic;
	font-weight: bold;
	font-size: 1.125rem;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	letter-spacing: 3px;
}

.svgSample1 > svg > use:nth-of-type(1),
.svgSample1 > svg > use:nth-of-type(3) {
	stroke-width: 0.375rem;
	stroke-linejoin: round;
	paint-order: stroke;
}

.svgSample1 > svg > use:nth-of-type(2),
.svgSample1 > svg > use:nth-of-type(4) {
	stroke-width: 0;
}

.c-banner__text {
	z-index: 1;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0.625rem auto 0;
	color: #fff;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.3;
	text-align: left;
}

.c-banner__balloon01 {
	z-index: 0;
	position: absolute;
	top: 4.0625rem;
	right: -7.5rem;
}

.c-banner__balloon01 img {
	width: 11.0625rem;
}

.c-banner__balloon02 {
	z-index: 0;
	position: absolute;
	top: 4.0625rem;
	left: -7.5rem;
}

.c-banner__balloon02 img {
	width: 11.0625rem;
}

.p-recommend {
	position: relative;
}

.p-recommend__title {
	z-index: 2;
	position: absolute;
	top: -1.875rem;
	left: 50%;
	padding: 0 1.25rem;
	transform: translateX(-50%);
	background-color: #fff;
	font-weight: 600;
	font-size: 2.5rem;
	white-space: nowrap;
}

.p-recommend__content {
	z-index: 1;
	position: relative;
	padding: 5.3125rem 1.25rem 3.125rem;
	border: 3px solid #000;
	border-radius: 20px;
	background-color: #fff;
}

.p-recommend__lists {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}

.p-recommend__list {
	font-weight: 600;
	font-size: 1.25rem;
}

.p-recommend__list + .p-recommend__list {
	margin-top: 0.875rem;
}

.p-recommend__emphasis {
	border-bottom: 3px solid #F76555;
	font-size: 1.5rem;
}

.p-recommend__text {
	-webkit-text-stroke: 2px #000;
	text-stroke: 1px #000;
	z-index: 0;
	position: relative;
	margin-top: -0.8125rem;
	color: #fff;
	font-size: 6.5rem;
	line-height: 1;
	font-family: "Hammersmith One", sans-serif;
	text-align: center;
	text-shadow: 0 0 3px;
}

.p-recommend__object01 {
	position: absolute;
	right: 0.9375rem;
	bottom: -0.9375rem;
}

.p-recommend__object01 img {
	width: 12.3125rem;
}

.p-recommend__object02 {
	position: absolute;
	bottom: -0.9375rem;
	left: 1.25rem;
}

.p-recommend__object02 img {
	width: 13.75rem;
}

.p-recommend__object03 {
	margin-top: 2.5rem;
	text-align: center;
}

.p-recommend__object03 img {
	width: 17.875rem;
}

.p-issue {
	z-index: 1;
	position: relative;
}

.p-issue__title {
	margin-bottom: 2.625rem;
	color: #fff;
	font-weight: 600;
	font-size: 2.5rem;
	text-align: center;
}

.p-issue__title-inner {
	position: relative;
}

.p-issue__title-inner::after {
	position: absolute;
	right: -5rem;
	width: 4rem;
	height: 3.8125rem;
	background: url(../img/balloon-icon.png) no-repeat center center/contain;
	content: "";
}

.p-issue__title-markder {
	display: inline-block;
	padding: 0.25rem 0.125rem;
	background-color: #fff;
	line-height: 1;
}

.p-issue__content {
	max-width: 52rem;
	margin: 3.5rem auto 0;
}

.p-issue__img {
	text-align: center;
}

.p-issue__img img {
	margin: 0 auto;
}

.p-about {
	position: relative;
}

.p-about_title {
	z-index: 2;
	position: absolute;
	top: -1.875rem;
	left: 50%;
	padding: 0 1.25rem;
	transform: translateX(-50%);
	background-color: #fff;
	font-weight: 600;
	font-size: 2.5rem;
	white-space: nowrap;
}

.p-about__content {
	z-index: 1;
	position: relative;
	padding: 5.3125rem 2.5rem 3.125rem;
	border: 3px solid #000;
	border-radius: 20px;
	background-color: #fff;
}

.p-about__desc {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	font-weight: 600;
	font-size: 1rem;
}

.p-about__pic {
	margin-top: 3rem;
}

.p-about__text {
	-webkit-text-stroke: 2px #000;
	text-stroke: 2px #000;
	z-index: 0;
	position: relative;
	margin-top: -0.8125rem;
	color: #fff;
	font-size: 6.5rem;
	line-height: 1;
	font-family: "Hammersmith One", sans-serif;
	text-align: center;
	text-shadow: 0 0 3px;
}

.p-reasons__title {
	margin-bottom: 7.5rem;
	font-weight: 600;
	font-size: 2.5rem;
	text-align: center;
}

.p-reasons__item + .p-reasons__item {
	margin-top: 7.5rem;
}

.p-print__title {
	margin-bottom: 3rem;
	font-weight: 600;
	font-size: 2.5rem;
	text-align: center;
}

.p-print__lead {
	font-weight: 600;
	font-size: 1.25rem;
	text-align: center;
}

.p-print__content {
	-moz-column-gap: 2rem;
	display: flex;
	column-gap: 2rem;
	row-gap: 4rem;
	flex-wrap: wrap;
	margin-top: 7.5rem;
}

.p-print__item {
	width: calc((100% - 4rem) / 3);
}

.p-print__banner {
	margin-top: 10rem;
	text-align: center;
}

.p-print__banner a {
	display: inline-block;
	transition: all 0.3s;
}

.p-print__banner a:hover {
	opacity: 0.8;
}

.p-banner__title {
	margin-bottom: 7.5rem;
	color: #fff;
	font-weight: 600;
	font-size: 2.5rem;
	text-align: center;
}

.p-banner__item + .p-banner__item {
	margin-top: 5rem;
}

.u-txt-orange {
	color: #F76555;
}

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

html {
	font-size: 1.584vw;
}

}

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

html {
	font-size: 100%;
}

.is-pc {
	display: none;
}

.is-sp {
	display: block;
}

.l-fv__text {
	display: none !important;
}

.l-fv__btn {
	position: relative;
	left: auto;
	padding-top: 0.9375rem;
	transform: none;
	background-color: #fff;
}

.l-inner {
	max-width: 33.75rem;
	padding: 0 0.9375rem;
}

.l-recommend {
	padding: 9.375rem 0 7.5rem;
}

.l-issue {
	padding: 3.75rem 0 10rem;
	background-color: #fff;
}

.l-issue__head-img {
	height: 44.40625rem;
	background: url(../img/lp/bg-blue-top_sp.jpg) no-repeat top 0 center/100% auto;
}

.l-issue__bottom-img {
	height: 50.4375rem;
	background: url(../img/lp/bg-blue-bottom_sp.png) no-repeat bottom -1px center/100%;
}

.l-about {
	padding: 9.375rem 0 3.75rem;
}

.l-reasons {
	padding: 3.125rem 0 5rem;
}

.l-reasons__inner {
	padding: 0;
}

.l-print {
	padding: 5rem 0;
}

.l-banner {
	padding: 5.625rem 0 7.5rem;
}

.l-banner__inner {
	max-width: 22.75rem;
	padding: 0 1.5625rem;
}

.l-top-btn {
	width: 3.125rem;
	padding-right: 0.625rem;
	padding-bottom: 0.625rem;
}

.c-btn {
	width: 21.25rem;
	padding: 1.25rem 0.9375rem;
	border: 0.1875rem solid #000;
	border-radius: 0.5rem;
	box-shadow: 0.25rem 0.25rem 0 black;
	font-size: 1.25rem;
}

.c-btn span::before {
	-webkit-animation: pulseMotion 1.4s linear infinite;
	top: auto;
	right: -0.5rem;
	bottom: -1.125rem;
	width: 0.625rem;
	height: 0.625rem;
	animation: pulseMotion 1.4s linear infinite;
}

.c-btn span::after {
	right: -2.1875rem;
	bottom: -3.4375rem;
	width: 2.75rem;
	height: 3.3125rem;
}

.c-issue-card {
	-moz-column-gap: 0.9375rem;
	column-gap: 0.9375rem;
	row-gap: 2.5rem;
}

.c-issue-card__item {
	flex-direction: column;
	justify-content: flex-start;
	width: calc((100% - 0.9375rem) / 2);
	height: 10.625rem;
	padding: 1.25rem 1.4375rem;
	box-shadow: 0.375rem 0.375rem 0 black;
}

.c-issue-card__item::after {
	top: 1.125rem;
	right: 1.3125rem;
	width: 0.9375rem;
	height: 0.9375rem;
}

.c-issue-card__img {
	width: 100%;
	height: 2.5625rem;
	margin-bottom: 0.3125rem;
}

.c-issue-card__text {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	font-size: 1rem;
}

.c-reasons {
	flex-direction: column;
	padding: 0;
	gap: 1.25rem;
	background: none;
}

.c-reasons--right {
	background: none;
}

.c-reasons__img {
	width: 100%;
	text-align: center;
}

.c-reasons__img img {
	width: 19.375rem;
	margin: 0 auto;
}

.c-reasons__body {
	position: relative;
	width: 100%;
	padding: 0 2.1875rem;
	background: url(../img/lp/bg-reasons.png) no-repeat top 0 left -4.125rem/auto 241px;
}

.c-reasons__point {
	font-size: 1.5rem;
}

.c-reasons__heading {
	font-size: 1.5rem;
}

.c-reasons__text {
	margin-top: 1.25rem;
	font-size: 0.875rem;
}

.c-btn-large {
	height: 12.6875rem;
	text-align: center;
}

.c-btn-large::before {
	top: auto;
	right: 4.6875rem;
	bottom: 0.625rem;
}

.c-btn-large::after {
	background: url(../img/lp/btn-bg_sp.png) no-repeat center center/cover;
}

.c-btn-large img {
	width: 18rem;
	margin: 0 auto;
}

.c-btn-large img::after {
	position: absolute;
	right: 3.75rem;
	bottom: 0.625rem;
	width: 3.8125rem;
	height: 4.625rem;
	background: url(../img/touch-icon.png) no-repeat center center/contain;
	content: "";
}

.c-print-card__head {
	cursor: pointer;
	pointer-events: visible;
}

.c-print-card__head::before,
.c-print-card__head::after {
	position: absolute;
	top: 48%;
	right: 1.25rem;
	width: 1rem;
	height: 0.125rem;
	background-color: #fff;
	content: "";
	transition: all 0.3s;
}

.c-print-card__head::before {
	transform: rotate(90deg);
}

.c-print-card__body {
	display: none;
}

.c-print-card__body.active {
	display: block;
}

.c-banner__heading::before,
.c-banner__heading::after {
	top: auto;
	bottom: 0.625rem;
	transform: none;
}

.svgSample1 svg {
	height: 3.125rem;
}

.svgSample1.svgSample1__row svg {
	height: 1.25rem;
}

.c-banner__text {
	margin: 0.3125rem auto 0;
	font-size: 0.875rem;
	line-height: 1.7;
}

.c-banner__balloon01 {
	top: 3.75rem;
	right: -2.8125rem;
}

.c-banner__balloon01 img {
	width: 5.625rem;
}

.c-banner__balloon02 {
	top: 3.75rem;
	left: -2.8125rem;
}

.c-banner__balloon02 img {
	width: 5.625rem;
}

.p-recommend__title {
	top: -1.125rem;
	padding: 0 0.9375rem;
	font-size: 1.5rem;
}

.p-recommend__content {
	padding: 3rem 0.625rem 0;
}

.p-recommend__list {
	font-size: 0.8125rem;
}

.p-recommend__list + .p-recommend__list {
	margin-top: 1.5rem;
}

.p-recommend__emphasis {
	font-size: 1.125rem;
}

.p-recommend__text {
	margin-top: -0.5rem;
	font-size: 3.25rem;
}

.p-issue__title {
	margin-bottom: 3.5rem;
	font-size: 1.5rem;
}

.p-issue__title-inner {
	margin-right: 1.5625rem;
}

.p-issue__title-inner::after {
	right: -2.8125rem;
	width: 2.625rem;
	height: 2.3125rem;
}

.p-issue__content {
	margin-top: 3.25rem;
}

.p-about_title {
	top: -1.125rem;
	padding: 0 0.9375rem;
	font-size: 1.5rem;
}

.p-about__content {
	padding: 3rem 0rem 2.5rem;
}

.p-about__desc {
	padding: 0 2.1875rem;
	font-size: 0.875rem;
}

.p-about__pic {
	margin-top: 2.5rem;
	text-align: center;
}

.p-about__pic img {
	margin: 0 auto;
}

.p-about__text {
	margin-top: -0.5625rem;
	font-size: 3.5rem;
}

.p-reasons__title {
	margin-bottom: 3rem;
	font-size: 1.5rem;
}

.p-reasons__item + .p-reasons__item {
	margin-top: 4.5rem;
}

.p-print__title {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.5rem;
	text-align: left;
}

.p-print__lead {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	font-size: 1rem;
	text-align: left;
}

.p-print__content {
	flex-direction: column;
	margin-top: 1.5rem;
	gap: 1rem;
}

.p-print__item {
	width: 100%;
}

.p-print__banner {
	margin-top: 7.5rem;
}

.p-banner__title {
	margin-bottom: 3rem;
	font-size: 1.5rem;
}

.p-banner__item + .p-banner__item {
	margin-top: 4.5rem;
}

}

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

.c-reasons--right .c-reasons__body {
	background: url(../img/lp/bg-reasons.png) no-repeat top 0 right -3.5rem/auto 241px;
}

.c-print-card__head.active::before {
	transform: rotate(0deg);
}

}

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

html {
	font-size: 4.267vw;
}

}

@-webkit-keyframes pulseMotion {

0% {
	transform: scale(1, 1);
	background-color: rgba(255, 255, 255, 0.6);
}

100% {
	transform: scale(6.5, 6.5);
	background-color: rgba(255, 255, 255, 0);
}

}

@keyframes pulseMotion {

0% {
	transform: scale(1, 1);
	background-color: rgba(255, 255, 255, 0.6);
}

100% {
	transform: scale(6.5, 6.5);
	background-color: rgba(255, 255, 255, 0);
}

}

@-webkit-keyframes pulseMotion2 {

0% {
	transform: scale(1, 1);
	background-color: rgba(255, 255, 255, 0.6);
}

100% {
	transform: scale(3.5, 3.5);
	background-color: rgba(255, 255, 255, 0);
}

}

@keyframes pulseMotion2 {

0% {
	transform: scale(1, 1);
	background-color: rgba(255, 255, 255, 0.6);
}

100% {
	transform: scale(3.5, 3.5);
	background-color: rgba(255, 255, 255, 0);
}

}

