.u-pc {
	display: none;
}

body {
	background-color: #fff;
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Serif", Meiryo, sans-serif;
	font-size: max(10px, 16px);
	font-size: max(10px, 1rem);
	height: 100%;
	word-wrap: anywhere;
}

img,
a {
	margin-inline: auto;
	display: block;
}

/* support iOS */

html {
	height: -webkit-fill-available;
	height: 100%;
}

body {
	min-height: 100vh;
	min-height: 100svh;
	min-height: -webkit-fill-available;
}

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

html {
	font-size: 16px;
}

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

/* ホバー */

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

address {
	font-style: normal;
}

table {
	width: 100%;
}

*,
*::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.5;
	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;
	height: auto;
	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);
}

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

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;
}

.site-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	min-height: 100svh;
	overflow-x: hidden;
}

.l-footer {
	background-color: #d3587a;
	height: 32vw;
	width: 100%;
}

.l-footer__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: inherit;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-footer__nav ul {
	text-align: center;
}

.l-footer__nav ul a {
	padding-block: 0.9333333333vw;
	color: #fff;
	display: block;
	font-size: 2.6666666667vw;
}

.l-footer__nav ul li:not(:first-child) {
	position: relative;
}

.l-footer__nav ul li:not(:first-child)::before {
	background-color: #fff;
	content: "";
	display: none;
	height: 2.9333333333vw;
	left: -2.5333333333vw;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.5px;
}

.l-footer small {
	color: #fff;
	display: block;
	font-size: 2.1333333333vw;
	margin: 4vw auto 0;
	text-align: center;
}

.l-header {
	background-color: #fff;
	height: 13.3333333333vw;
	width: 100%;
}

.l-header img,
.l-header picture {
	height: inherit;
	width: auto;
}

.l-header__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.l-header__link {
	display: block;
	height: inherit;
	margin: 0;
}

.l-inner {
	margin-inline: auto;
	height: inherit;
	max-width: 92%;
	width: 100%;
}

/*==================================
//# セクション共通
===================================*/

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

section {
	position: relative;
}

section + section {
	margin-top: -2px;
}

.cta {
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 88%;
}

/*==================================
//# セクション個別
===================================*/

.sec1__slider-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: -9%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 99;
}

.sec1__slider {
	margin-inline: auto;
	position: relative;
}

.sec1__slide {
	width: 90%;
}

.sec1__slider-button-prev,
.sec1__slider-button-next {
	height: 2.6666666667vw;
	top: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2.6666666667vw;
}

.sec1__slider-button-prev {
	background: url("../images/sec1_arrw-left.webp") no-repeat center center/contain;
	left: 1.733333333%;
}

.sec1__slider-button-next {
	background: url("../images/sec1_arrw-right.webp") no-repeat center center/contain;
	right: 1.733333333%;
}

.sec1__fukidashi {
	left: 20%;
	position: absolute;
	top: -11%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 34%;
	z-index: 999;
}

.sec2__cta {
	bottom: 4.6%;
}

.sec8__cta {
	bottom: 4.8%;
}

.sec10__cta {
	bottom: 3.5%;
}

.sec13__cta {
	bottom: 7%;
}

.fix-btn {
	bottom: 0;
	display: block;
	opacity: 0;
	position: fixed;
	right: 50%;
	-webkit-transform: translateX(50%) translateY(100px);
	transform: translateX(50%) translateY(100px);
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
	width: 98%;
	z-index: 999;
}

/*アニメーション*/

.--anima {
	-webkit-animation: poyon 2s infinite;
	animation: poyon 2s infinite;
	-webkit-transform-origin: center;
	transform-origin: center;
}

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

.u-pc {
	display: block;
}

.u-sp {
	display: none;
}

html {
	font-size: 1.3333333333vw;
}

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

a:hover {
	opacity: 0.8;
}

.l-footer {
	height: 12.5vw;
}

.l-footer__nav ul {
	gap: 2.2916666667vw;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: left;
}

.l-footer__nav ul a {
	padding-block: 0.4375rem;
	font-size: 1.25rem;
}

.l-footer__nav ul li:not(:first-child)::before {
	display: block;
	height: 1.25vw;
	left: -1.1458333333vw;
}

.l-footer small {
	font-size: 1rem;
	margin: 1.875rem auto 0;
}

.l-header {
	height: 6.25rem;
}

.l-inner {
	max-width: 62.5%;
}

.cta {
	width: 37.86458333%;
}

.sec1__slider-wrapper {
	bottom: -10%;
}

.sec1__slider {
	max-width: 89.0625%;
}

.sec1__slide {
	width: 38.42105263%;
}

.sec1__slider-button-prev,
.sec1__slider-button-next {
	cursor: pointer;
	display: block;
	height: 1.5rem;
	width: 1.5rem;
}

.sec1__slider-button-prev {
	left: 3.020833333%;
}

.sec1__slider-button-next {
	right: 3.020833333%;
}

.sec1__fukidashi {
	left: 38.5%;
	top: -9%;
	width: 12.91666667%;
}

.sec2__cta {
	bottom: 4.7%;
}

.sec8__cta {
	bottom: 4.7%;
}

.sec10__cta {
	bottom: 3.2%;
}

.sec13__cta {
	bottom: 8.7%;
}

.fix-btn {
	right: 0%;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	width: 16%;
}

}

@media (min-width: 1200px) {

html {
	font-size: 16px;
}

}

@media (min-width: 1920px) {

.l-footer {
	height: 15rem;
}

.l-footer__nav ul {
	gap: 2.75rem;
}

.l-footer__nav ul li:not(:first-child)::before {
	height: 1.5rem;
	left: -1.375rem;
}

}

@media (max-width: 767.9px) {

.page-wrap {
	position: relative;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes poyon {

0% {
	-webkit-transform: scale(1, 1) translate(0%, 0%);
	transform: scale(1, 1) translate(0%, 0%);
}

15% {
	-webkit-transform: scale(0.95, 0.95) translate(0%, 0%);
	transform: scale(0.95, 0.95) translate(0%, 0%);
}

30% {
	-webkit-transform: scale(1.05, 1.05) translate(0%, 0%);
	transform: scale(1.05, 1.05) translate(0%, 0%);
}

50% {
	-webkit-transform: scale(0.95, 0.95) translate(0%, 0%);
	transform: scale(0.95, 0.95) translate(0%, 0%);
}

70% {
	-webkit-transform: scale(1.05, 1.05) translate(0%, 0%);
	transform: scale(1.05, 1.05) translate(0%, 0%);
}

100% {
	-webkit-transform: scale(1, 1) translate(0%, 0%);
	transform: scale(1, 1) translate(0%, 0%);
}

}

@keyframes poyon {

0% {
	-webkit-transform: scale(1, 1) translate(0%, 0%);
	transform: scale(1, 1) translate(0%, 0%);
}

15% {
	-webkit-transform: scale(0.95, 0.95) translate(0%, 0%);
	transform: scale(0.95, 0.95) translate(0%, 0%);
}

30% {
	-webkit-transform: scale(1.05, 1.05) translate(0%, 0%);
	transform: scale(1.05, 1.05) translate(0%, 0%);
}

50% {
	-webkit-transform: scale(0.95, 0.95) translate(0%, 0%);
	transform: scale(0.95, 0.95) translate(0%, 0%);
}

70% {
	-webkit-transform: scale(1.05, 1.05) translate(0%, 0%);
	transform: scale(1.05, 1.05) translate(0%, 0%);
}

100% {
	-webkit-transform: scale(1, 1) translate(0%, 0%);
	transform: scale(1, 1) translate(0%, 0%);
}

}


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