body {
	font-family: "Noto Sans JP", serif, "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 20px;
	font-weight: 900;
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

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

/* ホバー */

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

*,
*::before,
*::after {
	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;
	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: 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;
}

.c-btn {
	display: inline-block;
	transition: 0.3s;
	width: 18.75rem;
}

.c-btn:hover {
	opacity: 1;
	transform: translateY(0.1875rem);
}

.c-btn--header {
	position: relative;
	width: 12.5rem;
}

.c-btn--pointer {
	position: relative;
}

.c-btn--pointer::after {
	background-image: url(../images/common/click.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -0.625rem;
	content: "";
	height: 3.125rem;
	position: absolute;
	right: -2%;
	transition: 0.7s;
	width: 3.125rem;
}

.c-btn--header::after {
	background-image: url(../images/common/click.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -0.625rem;
	content: "";
	height: 3.125rem;
	position: absolute;
	right: -15%;
	transition: 0.7s;
	width: 3.125rem;
}

.c-btn--pointer:hover::after,
.c-btn--header:hover::after {
	right: 0;
}

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

.p-about {
	background-image: url(../images/common/about-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.p-about__title {
	font-size: 1.5rem;
	font-weight: 900;
	letter-spacing: 0.01em;
	line-height: 1.4;
	text-align: center;
}

.p-about__content {
	align-items: center;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 1.875rem;
	padding: 1.25rem 0.9375rem;
}

.p-about__text {
	font-size: 1rem;
	line-height: 1.8;
	text-align: left;
}

.p-about__text-orange {
	color: #E96016;
}

.p-about__text-blue {
	color: #006CB7;
}

.p-about__list-wrapper {
	background-color: #DEEDF7;
	margin-top: 1.25rem;
	padding: 1.25rem 0;
	padding: 1.25rem;
	width: 100%;
}

.p-about__list {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: flex;
	flex-wrap: wrap;
	row-gap: 0.5625rem;
}

.p-about-item {
	font-size: 1rem;
	font-weight: 500;
	margin-left: 1.875rem;
	position: relative;
}

.p-about-item::before {
	content: "・";
	left: -1.625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-about__content-text {
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	font-weight: 400;
	gap: 2.1875rem;
	line-height: 1.8;
	margin-top: 2.0625rem;
}

.p-about__img {
	aspect-ratio: 90/114;
	margin: 0 auto;
	padding-top: 0.8125rem;
	width: 5.625rem;
}

.p-about__btn-wrapper {
	margin-top: 2.8125rem;
}

.p-contact {
	background-color: #fff;
	border: #111 solid 0.0625rem;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
	margin: 0 auto;
	max-width: 50rem;
	overflow: hidden;
	padding: 1.5625rem;
	position: relative;
}

.p-contact::before {
	background-color: #111;
	clip-path: polygon(100% 0, 0 0, 0 100%);
	content: "";
	height: 1.375rem;
	left: 0;
	position: absolute;
	position: absolute;
	top: 0;
	width: 1.375rem;
}

.p-contact__text {
	word-wrap: break-word;
	color: #111;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	position: relative;
	text-align: center;
	word-break: keep-all;
}

.p-contact__text::before {
	border: solid 0.0625rem #111;
	content: "";
	height: 0.0625rem;
	left: 0.625rem;
	position: absolute;
	top: 50%;
	width: 1.9375rem;
}

.p-contact__text::after {
	border: solid 0.0625rem #111;
	content: "";
	height: 0.0625rem;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	width: 1.9375rem;
}

.p-contact__btn-wrapper {
	margin-top: 1.25rem;
	text-align: center;
}

.p-flow {
	background-color: #E96016;
	color: #fff;
	padding-bottom: 4.6875rem;
	padding-top: 3.25rem;
}

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

.p-flow__title h2 {
	font-size: 2.5rem;
}

.p-flow__title p {
	font-size: 1rem;
	font-weight: 500;
	margin-top: 0.875rem;
}

.p-flow__list {
	display: flex;
	flex-direction: column;
	gap: 3.125rem;
	margin-top: 1.875rem;
}

.p-flow__item {
	align-items: center;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	position: relative;
}

.p-flow__item::after {
	background-image: url(../images/common/arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -2.5rem;
	content: "";
	height: 1.875rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 3.75rem;
}

.p-flow__item:last-child:after {
	display: none;
}

.p-flow__item-title {
	align-items: center;
	color: #111;
	display: flex;
	gap: 0.1875rem;
	justify-content: center;
	padding: 1rem;
	position: relative;
	width: 100%;
}

.p-flow__item-title::after {
	background-color: #fff;
	bottom: -1.5rem;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	content: "";
	height: 1.5625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 2.5rem;
}

.p-flow__item-number {
	align-items: center;
	background-color: #006CB7;
	border-radius: 100vmax;
	color: #fff;
	display: inline-flex;
	font-size: 1rem;
	height: 1.375rem;
	justify-content: center;
	width: 1.375rem;
}

.p-flow__item-text {
	color: #E96016;
}

.p-flow__item-explanation {
	background-color: #006CB7;
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	padding: 1.5625rem 0.625rem 1.5625rem 0.625rem;
	width: 100%;
}

.p-flow__contact {
	margin-top: 5rem;
}

.p-footer {
	background-color: #E96016;
	text-align: center;
}

.p-footer__copy {
	color: #fff;
	font-size: 0.875rem;
}

.p-header {
	background-color: rgba(255, 255, 255, 0.7);
	padding: 1rem 0;
	position: fixed;
	width: 100%;
	z-index: 2000;
}

.p-header__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 1.875rem;
	position: relative;
}

.p-header__logo {
	aspect-ratio: 1/1;
	left: 1.25rem;
	position: absolute;
	top: 1.875rem;
	width: 3.125rem;
}

.p-header__text {
	font-size: 0.875rem;
}

.p-header__text ruby {
	font-size: 1.25rem;
}

.p-header__text ruby rt {
	font-size: 0.5rem;
	text-align: center;
}

.p-lead01__inner.l-inner {
	max-width: 31.25rem;
}

.p-lead01__title {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0rem;
	justify-content: center;
}

.p-lead01__title p {
	background-color: #fff;
	border-radius: 1rem;
	color: #006CB7;
	font-size: 0.875rem;
	font-weight: 900;
	margin-left: auto;
	padding: 0.625rem;
	position: relative;
}

.p-lead01__title p::after {
	background-color: #fff;
	bottom: -0.625rem;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
	content: "";
	height: 1.25rem;
	left: 0.625rem;
	position: absolute;
	transform: rotate(-45deg);
	width: 1.875rem;
}

.p-lead01__list-wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 0.625rem;
}

.p-lead01__img {
	position: relative;
	width: 12.5rem;
}

.p-lead01__img::before {
	background-image: url(../images/common/lead01-icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 3.125rem;
	position: absolute;
	right: 1.5625rem;
	top: 0;
	width: 3.125rem;
}

.p-lead01__text {
	word-wrap: break-word;
	background-color: #E96016;
	color: #fff;
	font-size: 1.25rem;
	padding-bottom: 1rem;
	padding-top: 1.25rem;
	text-align: center;
	word-break: keep-all;
}

.p-lead01__content {
	background-color: #006CB7;
	filter: drop-shadow(0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.3));
	padding-top: 1.875rem;
	position: relative;
}

.p-lead01__content::after {
	background-color: #006CB7;
	bottom: -1.8125rem;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	content: "";
	height: 1.875rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 2.5rem;
	z-index: 1;
}

.p-lead01__content h2 {
	color: #fff;
	font-size: 1.25rem;
	line-height: 1.3;
	text-align: center;
}

.p-lead01__content h2 span {
	background-image: radial-gradient(circle at center, #FFFF00 20%, transparent 20%);
	background-position: top right;
	background-repeat: repeat-x;
	background-size: 1em 0.3em;
	border-bottom: double #FFFF00 0.625rem;
	color: #FFFF00;
	font-size: 2rem;
}

.p-lead01__list {
	grid-column-gap: 0.625rem;
	-moz-column-gap: 0.625rem;
	grid-row-gap: 1.875rem;
	column-gap: 0.625rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding-bottom: 1.875rem;
	row-gap: 1.875rem;
	width: 100%;
}

.p-lead01__item {
	align-items: center;
	background-color: #fff;
	border-radius: 1rem;
	display: flex;
	font-size: 1rem;
	justify-content: center;
	min-height: 6.25rem;
	padding: 0.25rem 0.625rem;
	width: 100%;
}

.p-lead01__item-text span {
	color: #E96016;
}

.p-lead02 {
	background-image: url(../images/common/lead02-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 5.625rem;
	padding-top: 2.5rem;
}

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

.p-lead02__title p {
	color: #333;
	font-size: 1rem;
}

.p-lead02__title p span {
	font-size: 1.25rem;
}

.p-lead02__title h3 {
	font-size: 1.625rem;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 3;
}

.p-lead02__title h3::after {
	background-color: #FFFF00;
	bottom: 0rem;
	content: "";
	height: 0.9375rem;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.p-lead02__about {
	background-color: #BEDBEF;
	border-radius: 1.875rem 0 0 1.875rem;
	display: flex;
	gap: 1.25rem;
	margin-right: calc(50% - 50vw);
	margin-top: 1.875rem;
	padding: 2.25rem 2.25rem 12.5rem 2.25rem;
}

.p-lead02__text {
	position: relative;
}

.p-lead02__text::after {
	background-image: url(../images/common/lead01-img-sp.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -10.625rem;
	content: "";
	height: 9.375rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: calc(100% - 1.5625rem);
}

.p-lead02__text p {
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 0.5rem;
}

.p-lead02__text h2 {
	font-size: 1.875rem;
	font-weight: 900;
}

.p-lead02__list-wrapper {
	margin-top: 6.25rem;
}

.p-lead02__list {
	grid-row-gap: 5rem;
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 5rem;
}

.p-lead02__item {
	background-color: #fff;
	border-radius: 1rem;
	box-shadow: 0.9375rem 0.9375rem 0.9375rem -0.3125rem #919191;
	padding: 3.375rem 0.3125rem 1.625rem 0.3125rem;
}

.p-lead02__item-number {
	height: 4.5rem;
	margin: 0 auto;
	margin-top: -6.25rem;
	width: 4.5rem;
}

.p-lead02__item-title {
	color: #E96016;
	font-size: 1.75rem;
	font-weight: 900;
	margin-top: 1.875rem;
	text-align: center;
}

.p-lead02__item-text {
	font-size: 1rem;
	font-weight: 500;
	margin-top: 1.875rem;
	text-align: center;
}

.p-lead02__item-img {
	aspect-ratio: 1/1;
	margin: 1.25rem auto 0;
	position: relative;
	width: 13.125rem;
}

.p-lead02__item-img > img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-lead03__title {
	background-color: #E96016;
	color: #fff;
	filter: drop-shadow(0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.3));
	padding: 1.875rem 0;
	position: relative;
	text-align: center;
}

.p-lead03__title::after {
	background-color: #E96016;
	bottom: -1.8125rem;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	content: "";
	height: 1.875rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 2.5rem;
	z-index: 1;
}

.p-lead03__title p {
	font-size: 1.25rem;
}

.p-lead03__title h2 {
	font-size: 1.875rem;
}

.p-lead03__top {
	padding-bottom: 2.5rem;
}

.p-lead03__top-inner.l-inner {
	max-width: 59.375rem;
}

.p-lead03__top-texts {
	font-size: 1rem;
	letter-spacing: 0.01em;
	margin-top: 2.5rem;
	position: relative;
}

.p-lead03__top-texts::after {
	background-image: url(../images/common/lead03-img-sp.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -10rem;
	content: "";
	height: 9.375rem;
	position: absolute;
	right: 0rem;
	width: 100%;
}

.p-lead03__top-texts p {
	line-height: 1.8;
}

.p-lead03__contact-wrapper {
	margin-top: 12.5rem;
}

.p-lead03__under {
	background-color: #D1EDF5;
	margin-top: -0.0625rem;
	padding-bottom: 4.375rem;
	padding-top: 1.625rem;
	position: relative;
}

.p-lead03__under::before {
	background-color: #D1EDF5;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	content: "";
	height: 9.375rem;
	position: absolute;
	right: 0;
	top: -9.3125rem;
	width: 100%;
	z-index: -1;
}

.p-lead03__under-texts {
	line-height: 2;
	text-align: center;
}

.p-lead03__under-texts p {
	word-wrap: break-word;
	font-size: 1rem;
	font-weight: 500;
	margin-top: 0.1875rem;
	word-break: keep-all;
}

p.p-lead03__under-appeal {
	font-size: 1.75rem;
	font-weight: 900;
}

.p-lead03__under-title {
	font-size: 2.5rem;
	font-weight: 900;
	line-height: 1.5;
}

.p-lead03__list-wrapper {
	margin-top: 1.625rem;
}

.p-lead03__list {
	display: flex;
	flex-direction: column;
	gap: 5rem;
}

.p-lead03__item {
	display: flex;
	flex-direction: column;
	gap: 2.25rem;
}

.p-lead03__item-content {
	align-items: center;
	background-color: #fff;
	border-radius: 1rem;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
	display: flex;
	flex-direction: column;
	gap: 2.25rem;
	padding: 1.75rem;
	position: relative;
}

.p-lead03__item-content::after {
	background-image: url(../images/common/lead03-arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -3.375rem;
	content: "";
	height: 3.375rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 3.75rem;
}

.p-lead03__item-content-img > img {
	border-radius: 1.5625rem;
}

.p-lead03__item-content-appeal {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: center;
}

.p-lead03__item-content-appeal-left {
	word-wrap: break-word;
	align-items: center;
	background-color: #006CB7;
	color: #fff;
	display: flex;
	font-size: 0.875rem;
	padding: 0.3125rem;
	position: relative;
	text-align: center;
	word-break: keep-all;
}

.p-lead03__item-content-text {
	font-size: 1rem;
	font-weight: 500;
	margin-top: 1.5625rem;
}

.p-lead03__item-content-appeal-left::after {
	background-color: #006CB7;
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	content: "";
	height: 0.625rem;
	position: absolute;
	right: -0.9375rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
}

.p-lead03__item-content-appeal-right {
	word-wrap: break-word;
	color: #E96016;
	font-size: 1.25rem;
	font-weight: 900;
	word-break: keep-all;
}

.p-lead03__item-service-title {
	color: #FFFF00;
}

.p-lead03__item-service-text {
	font-size: 1rem;
	font-weight: 400;
}

.p-lead03__item-rubi {
	font-size: 0.875rem;
	text-align: center;
}

.p-lead03__item-title {
	font-size: 1.875rem;
	line-height: 1;
	white-space: nowrap;
}

.p-lead03__item-service {
	align-items: center;
	background-color: #006CB7;
	border-radius: 1rem;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
	color: #fff;
	display: flex;
	flex-direction: column;
	padding: 1.25rem 1.875rem;
}

.p-lead03__item-service-logo {
	height: auto;
	width: 5.3125rem;
}

.p-lead03__item-content-img {
	height: auto;
	width: 100%;
}

.p-lead03__service {
	border: #1AA7CC solid 0.625rem;
	margin-top: 6.25rem;
	padding: 1.875rem;
}

.p-lead03__service-title {
	background-color: #D1EDF5;
	font-size: 1.5rem;
	margin: -5rem auto 0 auto;
	padding: 0 1rem;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-lead03__service-list {
	grid-column-gap: 9.8125rem;
	-moz-column-gap: 9.8125rem;
	grid-row-gap: 0.875rem;
	column-gap: 9.8125rem;
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 1.25rem;
	row-gap: 0.875rem;
}

.p-lead03__service-item:last-child {
	grid-column: 1/-1;
	grid-template-columns: 1fr;
}

.p-lead03__service-item {
	font-size: 1rem;
	padding-left: 1.0625rem;
	position: relative;
}

.p-lead03__service-item::before {
	color: #E96016;
	content: "●";
	height: 1rem;
	left: 0rem;
	position: absolute;
	top: 0;
	width: 1rem;
}

.p-mv {
	overflow: hidden;
	position: relative;
}

.p-mv__text {
	background-color: rgba(255, 255, 255, 0.7);
	left: 50%;
	padding: 1.25rem 1.25rem 1.25rem 1.875rem;
	position: absolute;
	text-align: left;
	top: 55%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 10;
}

.p-mv__text-small {
	color: #333;
	font-size: 1rem;
}

.p-mv__text-small span {
	font-size: 1.25rem;
}

.p-mv__text-appeal {
	color: #333;
	font-size: 1.75rem;
}

.p-mv__text-title {
	color: #333;
	font-size: 3.125rem;
	line-height: 1;
}

.p-mv__text-title ruby {
	position: relative;
}

.p-mv__text-title rt {
	font-size: 0.875rem;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 0.4375rem;
	transform: translateX(-50%);
}

.p-mv__text.l-inner {
	max-width: 18.75rem;
}

.p-mv__slide {
	height: 31.25rem;
	position: relative;
	width: 100%;
}

.p-mv__slide::before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.p-mv__slide > img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-mv__before-after {
	bottom: 1.875rem;
	display: flex;
	flex-direction: column;
	height: 75vh;
	justify-content: space-between;
	left: 0;
	position: absolute;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1000;
}

.p-mv__item {
	background-color: #333;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	padding: 0.125rem 1.875rem;
	text-transform: capitalize;
}

.swiper-button-prev,
.swiper-button-next {
	height: 1.875rem;
	width: 1.875rem;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	display: none;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	display: none;
}

.swiper-button-prev::after {
	background-image: url(../images/common/swiper-left.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.875rem;
	margin: auto;
	width: 1.875rem;
}

.swiper-button-next::after {
	background-image: url(../images/common/swiper-right.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.875rem;
	margin: auto;
	width: 1.875rem;
}

.swiper-wrapper {
	display: flex;
}

.swiper {
	background-color: #E96016;
	height: 50vh;
	width: 100vw;
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.swiper + .swiper {
	margin-top: 20px;
}

.swiper-slide {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
}

.swiper-slide > img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.swiper1 {
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
	margin-bottom: -1.875rem;
	margin-left: 0rem;
}

.swiper2 {
	clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
	margin-left: 0rem;
	margin-top: -1.875rem;
}

.u-is-orange {
	color: #E96016;
}

.u-is-blue {
	color: #006CB7;
}

.u-is-light-blue {
	color: #1AA7CC;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.6806722689vw;
}

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

a:hover {
	opacity: 0.8;
}

.c-btn {
	width: 30rem;
}

.c-btn--header {
	font-size: 1.375rem;
	width: 22.8125rem;
}

.c-btn--pointer {
	width: 31.25rem;
}

.c-btn--pointer::after {
	bottom: -0.625rem;
	height: 6.0625rem;
	right: -20%;
	width: 6.3125rem;
}

.c-btn--header::after {
	bottom: -0.625rem;
	height: 3.875rem;
	right: -20%;
	width: 4.375rem;
}

.c-btn--pointer:hover::after,
.c-btn--header:hover::after {
	right: -10%;
}

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

.p-about__title {
	font-size: 4.375rem;
}

.p-about__content {
	margin-top: 3.75rem;
	padding: 1.875rem 1.875rem 2.5rem 1.875rem;
}

.p-about__text {
	font-size: 1.625rem;
	text-align: center;
}

.p-about__list-wrapper {
	margin-top: 2.3125rem;
	max-width: 44.625rem;
	padding: 1.875rem 4.0625rem;
}

.p-about-item {
	font-size: 1.5rem;
}

.p-about__content-text {
	flex-direction: row;
	font-size: 1.125rem;
}

.p-about__img {
	flex-direction: row;
	font-size: 1.125rem;
	margin: 0;
}

.p-contact__text {
	font-size: 1.9375rem;
}

.p-contact__text::before {
	left: 1.4375rem;
}

.p-contact__text::after {
	right: 1.4375rem;
}

.p-flow__title h2 {
	font-size: 4.25rem;
}

.p-flow__title p {
	font-size: 1.625rem;
}

.p-flow__list {
	gap: 5.625rem;
	margin-top: 4.4375rem;
}

.p-flow__item {
	flex-direction: row;
}

.p-flow__item::after {
	bottom: -3.75rem;
}

.p-flow__item-title {
	font-size: 1.375rem;
	justify-content: start;
	padding: 0 0 0 1rem;
	width: 32%;
}

.p-flow__item-title::after {
	bottom: auto;
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	height: 1.25rem;
	left: auto;
	right: -1.0625rem;
	top: 50%;
	transform: translateX(0);
	transform: translateY(-50%);
	width: 1.25rem;
}

.p-flow__item-explanation {
	font-size: 1.125rem;
	padding: 1.5625rem 0.4375rem 1.5625rem 1.5625rem;
	width: 68%;
}

.p-header {
	clip-path: polygon(100% 0, 100% 50%, clamp(6.25rem, -4.861rem + 23.15vw, 12.5rem) 50%, 0 100%, 0 0);
	height: clamp(11.25rem, 5.625rem + 11.72vw, 13.125rem);
	padding-top: 1.25rem;
}

.p-header__content {
	flex-direction: row;
	gap: clamp(0.5rem, -4.167rem + 9.72vw, 3.125rem);
	margin-left: 0;
}

.p-header__logo {
	left: 2.5rem;
	top: 2.5rem;
	width: clamp(3.125rem, -1.319rem + 9.26vw, 5.625rem);
}

.p-header__text {
	font-size: 1.1875rem;
}

.p-header__text ruby {
	font-size: 1.6875rem;
}

.p-lead01__inner.l-inner {
	max-width: 63.75rem;
}

.p-lead01__title {
	flex-direction: row;
	gap: 1.875rem;
}

.p-lead01__title p {
	font-size: 1.5rem;
	margin-left: 0;
	margin-left: initial;
}

.p-lead01__title p::after {
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	left: auto;
	right: -1.8125rem;
	top: 50%;
	transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-lead01__list-wrapper {
	align-items: end;
	flex-direction: row;
	gap: 0rem;
	margin-top: 1.875rem;
}

.p-lead01__img {
	width: 18.75rem;
}

.p-lead01__img::before {
	height: 5.125rem;
	right: clamp(0.625rem, -3.819rem + 9.26vw, 3.125rem);
	top: -2.0625rem;
	width: 4.375rem;
}

.p-lead01__text {
	font-size: 2.0625rem;
}

.p-lead01__content {
	padding-top: 3.125rem;
}

.p-lead01__content::after {
	bottom: -3.6875rem;
	height: 3.75rem;
	width: 5rem;
}

.p-lead01__content h2 {
	font-size: clamp(2.063rem, 0.396rem + 3.47vw, 3rem);
	line-height: 1.5;
	text-align: right;
}

.p-lead01__content h2 span {
	font-size: 4.125rem;
}

.p-lead01__list {
	-moz-column-gap: 0.625rem;
	column-gap: 0.625rem;
	grid-template-columns: repeat(3, 1fr);
	padding-bottom: 5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-lead01__item {
	font-size: 1.5rem;
	justify-content: start;
	width: 13.125rem;
}

.p-lead02 {
	padding-top: 5.625rem;
}

.p-lead02__title p {
	font-size: 1.9375rem;
}

.p-lead02__title p span {
	font-size: 2.625rem;
}

.p-lead02__title h3 {
	font-size: 4.375rem;
}

.p-lead02__title h3::after {
	height: 1.875rem;
}

.p-lead02__about {
	margin-top: 6.25rem;
	padding: 2.25rem 2.25rem 3.125rem 2.25rem;
}

.p-lead02__text::after {
	background-image: url(../images/common/lead01-img.png);
	bottom: auto;
	height: 16.875rem;
	left: auto;
	right: calc(50% - min(77vw, 46rem));
	top: 0.625rem;
	width: 23.75rem;
}

.p-lead02__text p {
	font-size: 1.25rem;
}

.p-lead02__text h2 {
	font-size: 3.75rem;
}

.p-lead02__list-wrapper {
	margin-top: 5.3125rem;
}

.p-lead02__list {
	-moz-column-gap: 1.875rem;
	column-gap: 1.875rem;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 0rem;
}

.p-lead02__item-text {
	font-size: 1.125rem;
}

.p-lead03__title::after {
	bottom: -3.6875rem;
	height: 3.75rem;
	width: 5rem;
}

.p-lead03__title p {
	font-size: 2.9375rem;
}

.p-lead03__title h2 {
	font-size: 4.125rem;
}

.p-lead03__top {
	padding-bottom: 5rem;
}

.p-lead03__top-texts {
	font-size: 1.625rem;
	margin-top: 4.375rem;
}

.p-lead03__top-texts::after {
	background-image: url(../images/common/lead03-img.png);
	background-size: contain;
	bottom: 0;
	height: 16.25rem;
	right: -1.5625rem;
	width: 16.25rem;
}

.p-lead03__contact-wrapper {
	margin-top: 3.75rem;
}

.p-lead03__under::before {
	height: 20rem;
	top: -19.9375rem;
}

.p-lead03__under-texts p {
	font-size: 1.625rem;
}

p.p-lead03__under-appeal {
	font-size: 2.5rem;
}

.p-lead03__under-title {
	font-size: clamp(3.125rem, 1.347rem + 3.7vw, 4.125rem);
	line-height: 1.8;
}

.p-lead03__list {
	gap: 3.125rem;
}

.p-lead03__item-content {
	flex-direction: row;
}

.p-lead03__item-content-appeal {
	gap: 1.875rem;
	justify-content: start;
}

.p-lead03__item-content-appeal-left {
	font-size: 1.375rem;
	padding: 0.3125rem 0.625rem;
}

.p-lead03__item-content-text {
	font-size: 1.125rem;
}

.p-lead03__item-content-appeal-left::after {
	height: 1rem;
	width: 1.875rem;
}

.p-lead03__item-content-appeal-right {
	font-size: 2.0625rem;
}

.p-lead03__item-service-title {
	margin-left: 1.875rem;
}

.p-lead03__item-service-text {
	font-size: 1.5rem;
	margin-left: 1.25rem;
}

.p-lead03__item-service-text.is-ml60 {
	margin-left: 3.75rem;
}

.p-lead03__item-rubi {
	font-size: 1.375rem;
	text-align: left;
}

.p-lead03__item-title {
	font-size: 4.125rem;
}

.p-lead03__item-service {
	flex-direction: row;
	padding: 1.75rem 1.875rem 2.625rem 1.875rem;
}

.p-lead03__item-content-img {
	width: 14.625rem;
}

.p-lead03__service-title {
	font-size: 2.5rem;
}

.p-lead03__service-list {
	-moz-column-gap: 9.8125rem;
	column-gap: 9.8125rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-lead03__service-item {
	font-size: 2.0625rem;
	padding-left: 2.125rem;
}

.p-lead03__service-item::before {
	height: 1.75rem;
	width: 1.75rem;
}

.p-mv__text-small {
	font-size: 1.9375rem;
}

.p-mv__text-small span {
	font-size: 2.5rem;
}

.p-mv__text-appeal {
	font-size: 3.5rem;
}

.p-mv__text-title {
	font-size: 6.875rem;
}

.p-mv__text-title rt {
	font-size: 1.5rem;
	top: 1.625rem;
}

.p-mv__text.l-inner {
	max-width: 35.625rem;
	padding-left: 2.875rem;
	padding-right: 0;
}

.p-mv__slide {
	height: 43.75rem;
}

.p-mv__before-after {
	bottom: 1.875rem;
	flex-direction: row;
	height: -moz-fit-content;
	height: fit-content;
	justify-content: space-between;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

.p-mv__item {
	font-size: 1.875rem;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 0 !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	display: flex;
	left: auto;
	top: 56%;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 0 !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	display: flex;
	right: auto;
	top: 56%;
}

.swiper {
	height: 43.75rem;
	width: 60vw;
}

.container {
	display: flex;
	flex-direction: row;
}

.swiper + .swiper {
	margin-top: 0;
}

.swiper1 {
	clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
	margin-right: -2.8125rem;
}

.swiper2 {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
	margin-left: -2.8125rem;
}

}

@media (min-width: 952px) {

html {
	font-size: 16px;
}

}

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

.p-header {
	clip-path: polygon(100% 0, 100% 35%, clamp(6.25rem, -4.861rem + 23.15vw, 12.5rem) 35%, 0 100%, 0 0);
	height: clamp(12.5rem, 0.278rem + 25.46vw, 19.375rem);
	padding-bottom: 1.5625rem;
	padding-top: 1.25rem;
}

.p-lead02__text::after {
	right: -33.125rem;
}

.swiper1 {
	margin-right: -3.75rem;
}

.swiper2 {
	margin-left: -3.75rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*LINE情報*/
.line_info {
	margin-top: 68px;
}
.register_btn a {
	display: block;
	margin: 0 auto 56px;
}
@media (min-width: 768px) {
	.line_info > h2 {
		width: 422px;
		margin: 0 auto;
	}
	.line_info .line_icon {
		width: 118px;
		margin: 36px auto 0;
	}
}
@media (max-width: 767px) {
	.line_info > h2 {
		width: 76%;
		min-width: 280px;
		margin: 0 auto;
	}
	.line_info .line_icon {
		width: 32%;
		max-width: 118px;
		margin: 36px auto 0;
	}
}



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