/* リキッドレイアウト対応 */

@font-face {
	src: url(../font/NotoSansJP-VariableFont_wght.ttf);
	font-family: "Noto Sans";
}

body {
	font-family: "Noto Sans", sans-serif;
	font-weight: 500;
}

.u-desktop {
	display: none;
}

main {
	overflow: hidden;
}

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

picture {
	display: block;
}

button {
	display: block;
	padding: 0;
	width: 100%;
}

.c-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #b3375d;
	border: 0.0625rem solid #b3375d;
	border-radius: 3.375rem;
	color: #b3375d;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

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

.l-ecute {
	margin-top: 93px;
	margin-top: 5.8125rem;
}

.l-feature {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.l-footer {
	margin-top: 62px;
	margin-top: 3.875rem;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 540px;
	max-width: 33.75rem;
	padding-left: 19px;
	padding-right: 19px;
	width: 100%;
}

.l-top {
	margin-top: 43px;
	margin-top: 2.6875rem;
}

.fadeIn {
	opacity: 0;
	-webkit-transform: translateY(10%);
	transform: translateY(10%);
	-webkit-transition: all 1.5s cubic-bezier(0.155, 0.91, 0.695, 0.95);
	transition: all 1.5s cubic-bezier(0.155, 0.91, 0.695, 0.95);
}

.fadeIn.--left {
	-webkit-transform: translateX(-12%);
	transform: translateX(-12%);
}

.fadeIn.--right {
	-webkit-transform: translateX(12%);
	transform: translateX(12%);
}

.fadeIn.is-fade {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.p-ecute__box {
	border: 2px solid #b3375d;
	border: 0.125rem solid #b3375d;
	border-radius: 6.25rem;
	padding: 50px 19px 80px;
	padding: 3.125rem 1.1875rem 5rem;
}

.p-ecute__logo {
	margin: 0 auto;
	width: 175px;
	width: 10.9375rem;
}

.p-ecute__items {
	margin-top: 62px;
	margin-top: 3.875rem;
}

.p-ecute__item + .p-ecute__item {
	margin-top: 55px;
	margin-top: 3.4375rem;
}

.p-ecute__subTitle {
	border-bottom: 2px solid #ff6d3e;
	border-bottom: 0.125rem solid #ff6d3e;
	font-size: 26px;
	font-size: 1.625rem;
	letter-spacing: 0.06em;
	padding-bottom: 5px;
	padding-bottom: 0.3125rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-ecute__text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.036em;
	line-height: 2;
	margin-top: 13px;
	margin-top: 0.8125rem;
}

.p-ecute__btn {
	height: 54px;
	height: 3.375rem;
	margin: 0 auto;
	margin-top: 60px;
	margin-top: 3.75rem;
	max-width: 300px;
	max-width: 18.75rem;
	width: 100%;
}

.p-feature {
	padding-top: 48px;
	padding-top: 3rem;
	position: relative;
}

.p-feature::before {
	background: -webkit-gradient(linear, left top, right top, from(#ff6d3e), color-stop(33%, #ff6d3e), color-stop(33%, #b3375d), to(#b3375d));
	background: linear-gradient(to right, #ff6d3e 0%, #ff6d3e 33%, #b3375d 33%, #b3375d 100%);
	content: "";
	height: 2px;
	height: 0.125rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-feature__title {
	margin: 0 auto;
	max-width: 340px;
	max-width: 21.25rem;
	width: 100%;
}

.p-feature__items {
	margin-top: 42px;
	margin-top: 2.625rem;
}

.p-feature__item + .p-feature__item {
	margin-top: 46px;
	margin-top: 2.875rem;
}

.p-feature__bigText {
	position: relative;
}

.p-feature__bigText::before {
	bottom: 8px;
	bottom: 0.5rem;
	content: "";
	height: 2px;
	height: 0.125rem;
	margin-right: calc(50% - 50vw);
	position: absolute;
	right: 0;
	width: 16vw;
}

.p-feature__item:nth-child(odd) .p-feature__bigText::before {
	background-color: #b3375d;
}

.p-feature__item:nth-child(even) .p-feature__bigText::before {
	background-color: #ff6d3e;
}

.p-feature__bigText img {
	height: 35px;
	height: 2.1875rem;
	width: auto;
}

.p-feature__text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.045em;
	line-height: 1.9375;
	margin-top: 18px;
	margin-top: 1.125rem;
	text-align: justify;
}

.p-feature__img {
	margin: 0 auto;
	max-width: 320px;
	max-width: 20rem;
	width: 100%;
}

.p-feature__item:nth-child(3) .p-feature__img {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-footer {
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	padding-top: 18px;
	padding-top: 1.125rem;
	position: relative;
}

.p-footer::before {
	background-color: #b3375d;
	content: "";
	height: 2px;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(100% - 38px);
}

.p-footer__links {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 375px;
	max-width: 23.4375rem;
}

.p-footer__link a {
	font-size: 11px;
	font-size: 0.6875rem;
}

.p-footer__copy {
	font-size: 11px;
	font-size: 0.6875rem;
	margin-top: 11px;
	margin-top: 0.6875rem;
	text-align: center;
}

.p-header {
	height: 57px;
	height: 3.5625rem;
	width: 100%;
}

.p-header__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 16px;
	padding-left: 1rem;
}

.p-header__logo {
	max-width: 153px;
	max-width: 9.5625rem;
	width: 100%;
}

.p-header__logo span {
	display: none;
}

.p-loading {
	background-color: #fff;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.p-loading__logo {
	left: 50%;
	max-width: 300px;
	max-width: 18.75rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-top__inner {
	display: grid;
}

.p-top__scroll {
	margin: 0 auto;
	margin-top: 38px;
	margin-top: 2.375rem;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top__scroll img {
	width: 20px;
	width: 1.25rem;
}

.p-top__scroll::before {
	-webkit-animation: scrollDown 2s ease infinite;
	animation: scrollDown 2s ease infinite;
	background-color: #000;
	bottom: -48px;
	bottom: -3rem;
	content: "";
	height: 40px;
	height: 2.5rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 2px;
	width: 0.125rem;
}

.p-top__text {
	margin: 0 auto;
	max-width: 340px;
	max-width: 21.25rem;
	width: 100%;
}

.u-orange {
	color: #ff6d3e;
}

.u-pink {
	color: #b3375d;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.25vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.8;
}

.c-btn {
	border-width: 0.125rem;
	font-size: 1rem;
}

.l-ecute {
	margin-top: 7.5rem;
}

.l-feature {
	margin-top: 7.5rem;
}

.l-footer {
	margin-top: 7.125rem;
}

.l-inner {
	max-width: 1130px;
	padding-left: 25px;
	padding-right: 25px;
}

.l-top {
	margin-top: 2.125rem;
}

.p-ecute__box {
	border-radius: 11.25rem;
	border-width: 0.25rem;
	padding: 7.1875rem 4.6875rem;
}

.p-ecute__logo {
	max-width: 22.8125rem;
	width: 100%;
}

.p-ecute__items {
	gap: 4.625rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 6.625rem;
}

.p-ecute__item + .p-ecute__item {
	margin-top: 0;
}

.p-ecute__subTitle {
	border-width: 0.25rem;
	font-size: 2rem;
	padding-bottom: 0.625rem;
}

.p-ecute__text {
	font-size: 1rem;
	letter-spacing: 0.045em;
	line-height: 2.5;
}

.p-ecute__btn {
	height: 4.5rem;
	margin-top: 7.5rem;
	max-width: 25rem;
	width: 100%;
}

.p-feature {
	padding-top: 6.875rem;
}

.p-feature__inner {
	max-width: calc(57.5rem + 50px);
}

.p-feature__title {
	max-width: 34.0625rem;
}

.p-feature__items {
	margin-top: 6.25rem;
}

.p-feature__item {
	gap: 3.125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-feature__item + .p-feature__item {
	margin-top: 3.125rem;
}

.p-feature__content {
	max-width: 28.75rem;
	width: 100%;
}

.p-feature__item:nth-child(2) .p-feature__content {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-feature__item:nth-child(3) .p-feature__content {
	max-width: 31.25rem;
}

.p-feature__item:nth-child(odd) .p-feature__bigText::before {
	bottom: 1.25rem;
	height: 0.1875rem;
	left: 0;
	margin-left: calc(28.75rem - 50vw);
	margin-right: 0;
	margin-right: initial;
	right: auto;
	right: initial;
	width: calc(50vw - 30.625rem);
}

.p-feature__item:nth-child(even) .p-feature__bigText::before {
	bottom: 1.25rem;
	margin-right: calc(28.75rem - 50vw);
	width: calc(50vw - 30.625rem);
}

.p-feature__bigText img {
	height: 3.25rem;
}

.p-feature__text {
	font-size: 1.25rem;
	line-height: 2;
	margin-top: 2.25rem;
}

.p-feature__img {
	max-width: 28.125rem;
	width: calc(100% - 31.875rem);
}

.p-footer {
	padding-bottom: 3.75rem;
	padding-top: 2.25rem;
}

.p-footer::before {
	max-width: 67.5rem;
	width: 100%;
}

.p-footer__inner.l-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-footer__links {
	gap: 2.625rem;
	margin: 0;
	max-width: unset;
}

.p-footer__link a {
	font-size: 0.875rem;
}

.p-footer__copy {
	font-size: 0.875rem;
	margin-top: 0;
	text-align: right;
}

.p-header {
	height: 6.125rem;
}

.p-header__inner {
	padding-inline: 3.75rem;
	max-width: unset;
}

.p-header__logo {
	max-width: 18.75rem;
}

.p-top__scroll {
	margin-top: 0;
	-webkit-box-ordinal-group: initial;
	-ms-flex-order: initial;
	order: initial;
}

.p-top__scroll img {
	width: 2.5rem;
}

.p-top__scroll::before {
	bottom: -5.875rem;
	height: 5rem;
	width: 0.25rem;
}

.p-top__text {
	margin-top: 8.375rem;
	max-width: 45.25rem;
}

}

@media (min-width: 1281px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes scrollDown {

0% {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	transform-origin: top;
}

45% {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: top;
	transform-origin: top;
}

55% {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
}

100% {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
}

}

@keyframes scrollDown {

0% {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	transform-origin: top;
}

45% {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: top;
	transform-origin: top;
}

55% {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
}

100% {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
}

}


/*# sourceMappingURL=style.css.map */
