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

body {
	color: #000;
}

.u-desktop {
	display: none;
}

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

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.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: 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=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

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

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

address {
	font-style: normal;
}

.access-info {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.access-info__row:not(:first-child) {
	margin-top: 23px;
	margin-top: 1.4375rem;
}

.access-info__head,
.access-info__body {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

.access-info__body {
	margin-top: 7px;
	margin-top: 0.4375rem;
}

.access__container {
	margin-top: 69px;
	margin-top: 4.3125rem;
}

.access__table {
	margin-inline: auto;
	margin-top: 40px;
	margin-top: 2.5rem;
	width: 100%;
}

.access__title {
	border-bottom: 1px solid #3F457B;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	padding-bottom: 7px;
	padding-bottom: 0.4375rem;
}

.access__map {
	position: relative;
}

.access__map::before {
	content: "";
	height: 100%;
	padding-top: 66.6666%;
	position: absolute;
	width: 100%;
}

.access__map iframe {
	max-width: 100%;
	width: 100%;
}

.inner.concept__inner {
	position: relative;
}

.concept__title {
	border-left: 16px solid #BC2222;
	max-height: 279px;
	max-height: 17.4375rem;
	padding-left: 16px;
	padding-left: 1rem;
}

.concept__titlePrimary {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.46875;
}

.concept__text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 20px;
	margin-top: 1.25rem;
	width: 100%;
}

.concept__image {
	aspect-ratio: 375/240;
	margin: 0 calc(50% - 50vw) 0 auto;
	margin-top: 35px;
	margin-top: 2.1875rem;
	width: 100%;
}

.concept__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.inner.contact__inner {
	background-image: url(../../assets/images/ctaSP.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 403px;
	height: 25.1875rem;
	overflow: hidden;
	padding-left: 0;
	position: relative;
}

.contact__content {
	background-color: #BC2222;
	color: #fff;
	display: inline-block;
	padding: 8px 17px 32px 12px;
	padding: 0.5rem 1.0625rem 2rem 0.75rem;
	position: relative;
	top: 58px;
	top: 3.625rem;
}

.contact__content::before {
	background: #11185C;
	content: "";
	display: block;
	height: 100%;
	left: -8px;
	left: -0.5rem;
	position: absolute;
	top: -8px;
	top: -0.5rem;
	width: 100%;
}

.contact__link {
	border-bottom: 1px solid #fff;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4583333333;
	padding-left: 40px;
	padding-left: 2.5rem;
	position: relative;
}

.contact__link::before {
	background-image: url(../../assets/images/tel.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 27px;
	height: 1.6875rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 29px;
	width: 1.8125rem;
}

.contact__link span {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.4285714286;
	margin-left: 8px;
	margin-left: 0.5rem;
}

.contact__text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 16px;
	margin-top: 1rem;
	position: relative;
	z-index: 1;
}

.features__item {
	margin-inline: auto;
	max-width: 100%;
	position: relative;
	width: 89%;
}

.features__item:not(:first-child) {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.features__image {
	aspect-ratio: 1/1;
}

.features__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.features__content {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 70%;
}

.features__content--long {
	width: 72%;
}

.features__heading {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.46875;
	text-align: center;
}

.features__text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.footer {
	background-image: url(../../assets/images/footer-bgSP.jpg);
	background-position: center;
	background-size: cover;
	margin-top: 36px;
	margin-top: 2.25rem;
	padding: 80px 0 215px;
	padding: 5rem 0 13.4375rem;
	position: relative;
}

.footer__logo,
.footer__tel,
.footer__time {
	color: #fff;
	text-align: center;
}

.footer__logo {
	font-size: 32px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.46875;
}

.footer__tel {
	display: block;
	font-size: 48px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.4791666667;
}

.footer__time {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.5;
}

.footer__copy {
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.7142857143;
	margin-top: 79px;
	margin-top: 4.9375rem;
	text-align: center;
}

.footer__image {
	aspect-ratio: 374/55;
	bottom: 80px;
	bottom: 5rem;
	left: 0;
	position: absolute;
}

.footer__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.fv {
	position: relative;
}

.fv__catch {
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	left: 20px;
	left: 1.25rem;
	position: absolute;
	text-shadow: 4px 4px 8px rgba(255, 255, 255, .25);
	top: 625px;
	top: 39.0625rem;
}

.fv__catch-emphasis {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(100.67deg, #212121 13.52%, #ACA9A4 65.83%);
	background-clip: text;
	display: block;
	font-size: 56px;
	font-size: 3.5rem;
}

.header {
	background-color: rgba(255, 255, 255, .5);
	height: 90px;
	height: 5.625rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9998;
}

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

.header__tel {
	background-color: #BC2222;
	border-radius: 10px;
	color: #fff;
	padding: 5px 14px 4px 51px;
	padding: 0.3125rem 0.875rem 0.25rem 3.1875rem;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.header__tel::before {
	background-image: url(../../assets/images/tel.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 27px;
	height: 1.6875rem;
	left: 1em;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 29px;
	width: 1.8125rem;
}

.header__tel::after {
	background: #852222;
	border-radius: 10px;
	bottom: -3px;
	bottom: -0.1875rem;
	content: "";
	height: 100%;
	position: absolute;
	right: -3px;
	right: -0.1875rem;
	width: 100%;
	z-index: -1;
}

.header__tel:hover {
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}

.header__tel:hover::after {
	background-color: #3F457B;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.header__number {
	display: block;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.5;
}

.header__time {
	display: block;
	font-size: 10px;
	line-height: 1.4285714286;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transform-origin: 0, 0;
	transform-origin: 0, 0;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.logo {
	color: #3F457B;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
	z-index: 10000;
}

.section-title {
	text-align: center;
}

.section-title__primary {
	font-family: "Roboto", sans-serif;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.15625;
	position: relative;
	text-transform: capitalize;
}

.section-title__primary::before {
	background-color: #000;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 24px;
}

.section-title__sub {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.4285714286;
}

.service {
	background-color: #F5F4F8;
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-top: 80px;
	padding-top: 5rem;
}

.service__items {
	row-gap: 40px;
	row-gap: 2.5rem;
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 80px;
	margin-top: 5rem;
}

.service__image {
	aspect-ratio: 340/227;
}

.service__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.service__title {
	background-color: #3F457B;
	color: #fff;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	left: 0;
	line-height: 1.4583333333;
	max-width: 210px;
	max-width: 13.125rem;
	padding: 5px 0 5px 24px;
	padding: 0.3125rem 0 0.3125rem 1.5rem;
	position: absolute;
	top: -24px;
	top: -1.5rem;
	width: 62%;
}

.service__item--long .service__title {
	max-width: 240px;
	max-width: 15rem;
	width: 71%;
}

.service__body {
	background-color: #FAFAFA;
	display: grid;
	min-height: 190px;
	min-height: 11.875rem;
	padding: 24px;
	padding: 1.5rem;
	place-items: center;
	position: relative;
}

.service__text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

.section-concept {
	margin-top: 80px;
	margin-top: 5rem;
}

.section-service {
	margin-top: 80px;
	margin-top: 5rem;
}

.section-access {
	margin-top: 80px;
	margin-top: 5rem;
}

.section-features {
	margin-top: 80px;
	margin-top: 5rem;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none !important;
}

html {
	font-size: 1.4814814815vw;
}

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

a:hover {
	opacity: 0.8;
}

.access-info {
	margin-top: 1.5rem;
}

.access__container {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 6.8125rem;
}

.access__table {
	margin-left: 2.5rem;
	margin-right: auto;
	margin-top: 0;
	max-width: 30rem;
}

.access__map {
	width: 33.75rem;
}

.inner.concept__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.concept__title {
	left: 0;
	margin-top: 7.4375rem;
	max-height: 15.4375rem;
	padding-left: 2.5rem;
	position: absolute;
	top: 20px;
}

.concept__titlePrimary {
	font-size: 2rem;
}

.concept__text {
	margin-top: 2.5rem;
	max-width: 16.25rem;
}

.concept__image {
	aspect-ratio: 1043/750;
	margin-top: 0;
}

.inner.contact__inner {
	background-image: url(../../assets/images/cta.jpg);
	height: 32.5rem;
}

.contact__content {
	padding: 0.5rem 1.5rem 2rem 2rem;
}

.contact__link {
	font-size: 3rem;
}

.contact__link::before {
	height: 2.5rem;
	width: 2.5rem;
}

.contact__link span {
	font-size: 1rem;
}

.contact__text {
	margin-top: 0.8125rem;
}

.inner.features__inner {
	max-width: 75rem;
}

.features__items {
	min-height: 33.75rem;
	position: relative;
}

.features__item {
	position: absolute;
	width: 22.5rem;
}

.features__item:nth-child(1) {
	left: 0;
	top: 0;
}

.features__item:nth-child(2) {
	bottom: 0;
	left: 23%;
}

.features__item:nth-child(3) {
	right: 22%;
	top: 0;
}

.features__item:nth-child(4) {
	bottom: 0;
	right: 0;
}

.features__item:not(:first-child) {
	margin-top: 0;
}

.features__heading {
	font-size: 2rem;
}

.footer {
	background-image: url(../../assets/images/footer-bg.jpg);
	margin-top: 7.5rem;
	padding: 5rem 0 13.8125rem;
}

.footer__image {
	aspect-ratio: 1440/141;
}

.fv__catch {
	font-size: 2.5rem;
	left: 11.25rem;
	top: 23.25rem;
}

.fv__catch-emphasis {
	font-size: 5rem;
}

.header {
	height: 6.25rem;
}

.header__tel {
	border-radius: 20px;
	padding: 0.5rem 1.5rem 0.3125rem 5rem;
}

.header__tel::before {
	height: 2.5rem;
	width: 2.5rem;
}

.header__tel::after {
	border-radius: 20px;
}

.header__number {
	font-size: 1.5rem;
}

.header__time {
	font-size: 0.875rem;
}

.inner {
	max-width: 1120px;
	padding-left: 20px;
	padding-right: 20px;
}

.logo {
	font-size: 2rem;
}

.service {
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.service__items {
	-moz-column-gap: 1.875rem;
	-webkit-column-gap: 1.875rem;
	column-gap: 1.875rem;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 2.4375rem;
}

.section-concept {
	margin-top: 7.5rem;
}

.section-service {
	margin-top: 2.5rem;
}

.section-access {
	margin-top: 7.5rem;
}

.section-contact {
	margin-top: 7.5rem;
}

.section-features {
	margin-top: 7.5rem;
}

}

@media (min-width: 1080px) {

html {
	font-size: 16px;
}

}

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

.inner.contact__inner {
	display: block;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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