body {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}

body.js-open {
	height: 100%;
	overflow: hidden;
}

main {
	flex: 1;
}

.main-wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

*,
*::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: optimizeLegibility;
}

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

/* ホバー */

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

/* _adjustment.scss */

.adjustment {
	background-color: #f2f4f5;
}

.adjustment__top {
	aspect-ratio: 1200/350;
	background: transparent url(../images/sasusutawindow/adjustment-bg.webp) no-repeat center center/cover;
	height: 100%;
	position: relative;
	width: 100%;
}

.adjustment__inner {
	background-color: #fff;
	border-radius: 1.875rem;
	padding-bottom: 3.5625rem;
	padding-top: 3.375rem;
	transform: translateY(-10%);
}

.adjustment__inner.inner {
	padding-left: 2.8125rem;
	padding-right: 2.8125rem;
	width: 75.8333333333%;
}

.adjustment__title {
	color: #fff;
	font-size: 3.4375rem;
	font-weight: 900;
	line-height: 0.9636363636;
	padding-top: 9%;
	text-align: center;
}

.adjustment__lead {
	margin-bottom: 3.4375rem;
}

.adjustment__lead-title {
	color: #0068b7;
	font-size: 2rem;
	line-height: 1.5;
	text-align: center;
}

.adjustment__lead-text {
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 2;
	margin-top: 2.4375rem;
}

.adjustment__season {
	margin-top: 3.4375rem;
}

.adjustment__season-image + .adjustment__season-image {
	margin-top: 1rem;
}

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

.adjustment__note {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.625;
	margin-top: 0.9375rem;
}

.case {
	margin-top: -2.25rem;
	padding-bottom: 5.25rem;
}

.case__lead-title {
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 2.1818181818;
	text-align: center;
}

.case__lead-img {
	margin-bottom: 0.1875rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 12.625rem;
}

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

.case__subTl {
	color: #0068b7;
	font-size: 2rem;
	line-height: 1.5;
	margin-top: 3.25rem;
	text-align: center;
}

.case__body {
	display: flex;
	gap: 3.125rem;
	margin-top: 2.5rem;
}

.case__item {
	width: calc(50% - 1.5625rem);
}

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

.case__note {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.8;
	margin-top: 3.75rem;
	text-align: center;
}

/* ========== Effects ========== */

.effects {
	background-color: #eaf6fd;
	padding-bottom: 5.4375rem;
	padding-top: 4.625rem;
}

.effects__head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3.4375rem;
	position: relative;
}

.effects__lead {
	font-size: 1.625rem;
	font-weight: 600;
	margin-bottom: 1.3125rem;
}

.effects__title {
	max-width: 36.75rem;
}

.effects__badge {
	display: block;
	max-width: 14.625rem;
	width: 25.7142857143%;
}

.effects__list {
	grid-gap: 3.4375rem;
	display: grid;
	gap: 3.4375rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

/* 白い帯（1ブロック） */

.effects__item {
	background: linear-gradient(to top, #fff 80%, transparent 80%);
	position: relative;
}

.effects__item:nth-of-type(odd)::before {
	left: 0;
}

.effects__item:nth-of-type(even)::before {
	right: 0;
}

.effects__item:nth-of-type(odd) {
	margin-left: auto;
	margin-right: 0;
	padding-left: 2.8125rem;
}

.effects__item:nth-of-type(even) {
	margin-left: 0;
	margin-right: auto;
	padding-right: 2.8125rem;
}

/* 中身（テキスト＋画像） */

.effects__row {
	align-items: end;
	display: flex;
	gap: 1.9375rem;
}

.effects__item:nth-of-type(even) .effects__row {
	flex-direction: row-reverse;
}

.effects__content {
	max-width: 31rem;
	padding-bottom: 1.875rem;
}

.effects__kicker {
	max-width: 31rem;
}

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

.effects__h {
	margin-top: 2.375rem;
}

.effects__item:not(:last-child) .effects__h {
	align-items: center;
	display: flex;
	gap: 1.25rem;
}

.effects__h-sub {
	font-size: 1.625rem;
	line-height: 1.6153846154;
}

.effects__h-main {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.05;
}

.effects__item:last-child .effects__h-main {
	display: block;
}

.effects__text {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 1.9375rem;
}

/* 画像（写真＋濃い青グラデ図形を1枚画像） */

.effects__media {
	max-width: 30.1875rem;
}

/* 注釈 */

.effects__note {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.625;
	margin-top: 3.4375rem;
}

.feature {
	background-color: #f2f4f5;
	margin-top: -1.25rem;
}

.feature__top {
	aspect-ratio: 1200/350;
	background: transparent url(../images/sasusutawindow/feature-bg.webp) no-repeat center center/cover;
	height: 100%;
	position: relative;
	width: 100%;
}

.feature__inner {
	background-color: #fff;
	border-radius: 1.875rem;
	padding-bottom: 5rem;
	padding-top: 2.9375rem;
	transform: translateY(-10%);
}

.feature__inner.inner {
	padding-left: 2.8125rem;
	padding-right: 2.8125rem;
	width: 75.8333333333%;
}

.feature__title {
	color: #fff;
	font-size: 3.4375rem;
	font-weight: 900;
	line-height: 0.9636363636;
	padding-top: 9%;
	text-align: center;
}

.feature__lead-title {
	color: #0068b7;
	font-size: 2rem;
	line-height: 1.3333333333;
	text-align: center;
}

.feature__cards {
	grid-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	grid-row-gap: 2.8125rem;
	column-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.375rem;
	row-gap: 2.8125rem;
}

.feature__card-head {
	align-items: center;
	background-color: #0068b7;
	display: flex;
	height: 4.5rem;
	padding: 0.375rem 0.875rem;
}

.feature__icon {
	flex-shrink: 0;
	height: 3.5625rem;
	width: 3.5625rem;
}

.feature__icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
}

.feature__card-title {
	color: #fff;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	width: calc(100% - 3.5625rem);
}

.feature__text {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 1.375rem;
}

.fv {
	background: transparent url(../images/sasusutawindow/fv-bg.webp) no-repeat center center/cover;
	width: 100%;
}

.fv__wrap {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	position: relative;
}

.fv__inner {
	padding-top: 8%;
}

.fv__subtitle {
	max-width: 30rem;
}

.fv__title {
	margin-top: 0.5625rem;
	max-width: 39.5625rem;
}

.fv__bottom {
	margin-top: 2.5625rem;
	padding: 1.4375rem 1.25rem;
	position: relative;
}

.fv__bottom::before {
	background: transparent url(../images/sasusutawindow/fv-bottom-bg.webp) no-repeat center center/cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 63.8333333333%;
	z-index: 0;
}

.fv__bottom-title {
	color: #ffff00;
	font-size: 2.5rem;
	font-weight: 900;
	line-height: 1.3;
	position: relative;
	z-index: 1;
}

.fv__txt {
	color: #fff;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 2;
	margin-top: 1.3125rem;
	position: relative;
	z-index: 1;
}

.contact {
	background-color: #ffe548;
	padding: 5.3125rem 0;
}

.contact__wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
}

.contact__btn {
	background-color: #fff;
	border: 0.0625rem solid #0b318f;
	border-radius: 2.5rem;
	color: #0b318f;
	cursor: pointer;
	display: inline-block;
	font-size: 1.875rem;
	padding: 1.0625rem 1.5625rem 1.0625rem 3.4375rem;
	position: relative;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.contact__btn:hover {
	cursor: pointer;
	opacity: 0.7;
}

.contact__btn::before,
.contact__btn::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.contact__btn::before {
	background: transparent url(../images/sasusutawindow/ico-arrow.svg) no-repeat center center/cover;
	height: 1rem;
	right: 2.375rem;
	width: 1rem;
	z-index: 2;
}

.contact__btn::after {
	background-color: #0b318f;
	border-radius: 50%;
	height: 2.8125rem;
	right: 1.5625rem;
	width: 2.8125rem;
}

.contact__txt {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.6;
	margin-top: 1.625rem;
	text-align: center;
}

.footer__top {
	background-color: #0b318f;
	padding: 2.6875rem 0 0.9375rem;
}

.footer__top > a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 27.9375rem;
	width: 100%;
}

.footer__adress {
	margin-top: 0.9375rem;
}

.footer__adress p {
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.625;
	text-align: center;
}

.footer__link {
	position: relative;
	text-align: right;
}

.footer__link a {
	border-left: 0.0625rem solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	padding-left: 0.9375rem;
}

.footer__bottom {
	background-color: #6ebee6;
	padding: 0.625rem 0;
}

.footer__bottom p {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
	text-align: center;
}

header {
	height: 6.25rem;
}

header .u-desktop {
	display: block;
}

.header__inner {
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: center;
	padding-left: 4.5833333333%;
	padding-right: 7.5%;
}

.header__body {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.header__left {
	align-items: center;
	display: flex;
	gap: 1.6875rem;
}

.header__left > p {
	color: #0b318f;
	font-family: "Open Sans", sans-serif;
	font-size: 0.875rem;
	line-height: 1.5714285714;
}

.header__logo {
	max-width: 19.25rem;
}

.header__btn {
	width: 10%;
}

.header__btn > a {
	background-color: #0b318f;
	border-radius: 1.375rem;
	color: #fff;
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 1rem;
	min-width: 7.5rem;
	padding: 0.625rem 0.625rem;
	text-align: center;
}

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

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

.fv__wrap {
	justify-content: center;
}

}

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

.effects__item {
	background: linear-gradient(to top, #fff 86%, transparent 86%);
}

header .u-desktop {
	display: none;
}

.header__body {
	justify-content: center;
}

.header__logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 50rem;
	width: 69.6428571429%;
}

}

@media (max-width: 910px) {

html {
	font-size: 1.7582417582vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.adjustment__top {
	aspect-ratio: 320/120;
}

.adjustment__inner {
	border-radius: 1.375rem;
	padding-bottom: 1.125rem;
	padding-top: 1.75rem;
	transform: translateY(-5%);
}

.adjustment__inner.inner {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	width: 87.5%;
}

.adjustment__title {
	font-size: 1.5625rem;
	line-height: 1.6;
	padding-top: 10%;
}

.adjustment__lead {
	margin-bottom: 1.0625rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 30rem;
}

.adjustment__lead-title {
	font-size: 1.125rem;
	line-height: 1.6666666667;
}

.adjustment__lead-text {
	font-size: 1rem;
	line-height: 2;
	margin-top: 1.6875rem;
}

.adjustment__season {
	margin-top: 1.0625rem;
}

.adjustment__season-image + .adjustment__season-image {
	margin-top: 0.5rem;
}

.adjustment__season-image {
	aspect-ratio: 260/150;
	margin-left: auto;
	margin-right: auto;
	max-width: 30rem;
}

.adjustment__note {
	font-size: 0.75rem;
	line-height: 1.5833333333;
	margin: 0.6875rem auto 0;
	max-width: 30rem;
}

.case {
	margin-top: -1.375rem;
	padding-bottom: 3.625rem;
}

.case__lead-title {
	font-size: 0.875rem;
	line-height: 2.6428571429;
}

.case__lead-img {
	width: 45%;
}

.case__subTl {
	font-size: 1.125rem;
	line-height: 1.6666666667;
	margin-top: 1.75rem;
}

.case__body {
	flex-direction: column;
	gap: 0.5625rem;
	margin-top: 1.75rem;
}

.case__item {
	width: 100%;
}

.case__note {
	font-size: 0.875rem;
	line-height: 1.7857142857;
	margin-top: 2.0625rem;
}

.effects {
	padding-bottom: 2.875rem;
	padding-top: 1.375rem;
}

.effects__inner.inner {
	max-width: 31.25rem;
}

.effects__meta {
	position: relative;
	z-index: 2;
}

.effects__lead {
	font-size: 1.125rem;
	margin-bottom: 1rem;
	padding-top: 1.875rem;
	width: 50%;
}

.effects__title {
	max-width: none;
	max-width: initial;
}

.effects__badge {
	max-width: 7.75rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 44.2857142857%;
	z-index: 0;
}

.effects__list {
	gap: 2.25rem;
}

.effects__item {
	background: transparent;
}

.effects__item::before {
	background-color: #fff;
	content: "";
	height: 96%;
	position: absolute;
	top: 4%;
	width: 93.75%;
	z-index: 0;
}

.effects__item:nth-of-type(odd) {
	margin-left: 0;
	margin-right: auto;
	padding: 0;
}

.effects__item:nth-of-type(even) {
	margin-left: auto;
	margin-right: 0;
	padding: 0;
}

.effects__row {
	align-items: center;
	flex-direction: column;
	gap: 0.375rem;
	position: relative;
	z-index: 2;
}

.effects__item:nth-of-type(even) .effects__row {
	flex-direction: column;
}

.effects__content {
	padding-bottom: 0.8125rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.effects__h {
	margin-top: 1.5rem;
}

.effects__item:not(:last-child) .effects__h {
	gap: 0.75rem;
}

.effects__h-sub {
	font-size: 1.125rem;
	line-height: 2.3333333333;
}

.effects__h-main {
	font-size: 1.75rem;
	line-height: 1.5;
}

.effects__text {
	font-size: 0.875rem;
	line-height: 2;
	margin-top: 1.4375rem;
}

.effects__media {
	max-width: none;
	max-width: initial;
}

.effects__note {
	font-size: 0.75rem;
	line-height: 1.5833333333;
	margin-top: 1.3125rem;
}

.feature {
	margin-top: 0;
	padding-bottom: 1.25rem;
}

.feature__top {
	aspect-ratio: 320/120;
}

.feature__inner {
	border-radius: 1.375rem;
	padding-bottom: 1.125rem;
	padding-top: 1.75rem;
	transform: translateY(-30px);
}

.feature__inner.inner {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	width: 87.5%;
}

.feature__title {
	font-size: 1.5625rem;
	line-height: 1.6;
	padding-top: 10%;
}

.feature__lead-title {
	font-size: 1.125rem;
	line-height: 1.6666666667;
}

.feature__cards {
	grid-template-columns: 1fr;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.125rem;
	max-width: 30rem;
	row-gap: 1.5625rem;
}

.feature__card-head {
	height: 3.375rem;
	padding: 0.375rem 0.75rem;
}

.feature__icon {
	height: 2.5rem;
	width: 2.5rem;
}

.feature__card-title {
	font-size: 1.125rem;
	line-height: 2.0555555556;
	width: calc(100% - 2.5rem);
}

.feature__text {
	font-size: 1rem;
	line-height: 2;
	margin-top: 1.4375rem;
}

.fv {
	background: transparent url(../images/sasusutawindow/fv-bg_sp.webp) no-repeat top center/contain;
}

.fv__inner {
	padding-bottom: 8%;
	padding-top: 22%;
}

.fv__inner.inner {
	padding-left: 0;
	padding-right: 0;
}

.fv__subtitle {
	padding-left: 20px;
	padding-right: 20px;
	width: 78.5714285714%;
}

.fv__title {
	margin-top: 0.1875rem;
}

.fv__bottom {
	margin-top: 0;
	padding: 1.75rem 0rem;
}

.fv__bottom::before {
	background-image: url(../images/sasusutawindow/fv-bottom-bg_sp.webp);
	width: 100%;
}

.fv__bottom-title {
	font-size: 1.5rem;
	line-height: 1.5416666667;
}

.fv__txt {
	font-size: 1rem;
	line-height: 1.9375;
	margin-top: 0.875rem;
}

.contact {
	padding: 1.875rem 0;
}

.contact__inner.inner {
	max-width: 25rem;
}

.contact__btn {
	font-size: 1.125rem;
	letter-spacing: 0em;
	line-height: 1.3888888889;
	padding: 0.8125rem 1.25rem 0.75rem 2.0625rem;
	text-align: left;
}

.contact__btn::before {
	height: 0.8125rem;
	right: 1.8125rem;
	width: 0.8125rem;
}

.contact__btn::after {
	height: 2.125rem;
	right: 1.25rem;
	width: 2.125rem;
}

.contact__txt {
	font-size: 0.8125rem;
	line-height: 1.6428571429;
	margin-top: 0.875rem;
}

.footer__top {
	padding: 1.1875rem 0 0.4375rem;
}

.footer__top > a {
	max-width: 18.75rem;
	width: 56.25%;
}

.footer__adress {
	display: none;
}

.footer__link {
	margin-top: 0.75rem;
	text-align: center;
}

.footer__link a {
	border-right: 0.0625rem solid #fff;
	font-size: 0.75rem;
	padding: 0 0.625rem;
}

.footer__bottom {
	padding: 0.1875rem 0;
}

.footer__bottom p {
	font-size: 0.75rem;
}

header {
	height: 2.5rem;
}

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

}

@media (max-width: 320px) {

html {
	font-size: 5vw;
}

}


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