body {
	color: #212121;
	font-family: "";
}

.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=checkbox],
input[type=radio] {
	display: none;
}

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

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

.card__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: auto;
	max-width: 352px;
	max-width: 22rem;
	width: 100%;
}

.card__item {
	background-color: #fff;
	border-radius: 1.25rem;
	-webkit-box-shadow: 0.1875rem 0.1875rem 0.625rem #ECEFF6;
	box-shadow: 0.1875rem 0.1875rem 0.625rem #ECEFF6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 20.1px;
	margin-bottom: 1.25625rem;
	max-width: 160px;
	max-width: 10rem;
	overflow: hidden;
	padding-bottom: 16.9px;
	padding-bottom: 1.05625rem;
	width: 100%;
}

.card__item:not(:nth-child(2n+1)) {
	margin-left: 15px;
	margin-left: 0.9375rem;
}

.card__content {
	border-bottom: 1px solid #1B3185;
	border-bottom: 0.0625rem solid #1B3185;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0 10px;
	margin: 0 0.625rem;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
	padding-bottom: 16.9px;
	padding-bottom: 1.05625rem;
}

.card__img {
	margin-bottom: 10.15px;
	margin-bottom: 0.634375rem;
	padding-top: 65.88%;
	position: relative;
	width: 100%;
}

.card__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.card__title {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.46;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	padding: 0 10px;
	padding: 0 0.625rem;
}

.card__cate {
	border-bottom: 1px solid #1B3185;
	border-bottom: 0.0625rem solid #1B3185;
	color: #B2B2B2;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	margin: 0 10px;
	margin: 0 0.625rem;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
	padding-bottom: 19.5px;
	padding-bottom: 1.21875rem;
	text-align: center;
}

.card__box {
	margin-top: auto;
}

.card__btn {
	border: 1px solid #11308A;
	border-radius: 20px;
	border-radius: 20px;
	color: #11308A;
	display: block;
	font-size: 10px;
	font-size: 0.625rem;
	letter-spacing: 0.04em;
	line-height: 1;
	margin: auto;
	max-width: 132px;
	max-width: 8.25rem;
	padding: 11.25px 0;
	padding: 0.703125rem 0;
	position: relative;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
}

.card__btn::after {
	border-right: 1px solid #11308A;
	border-right: 0.0625rem solid #11308A; /* くの字を山なりに見た時、右側の太さと色 */
	border-top: 1px solid #11308A;
	border-top: 0.0625rem solid #11308A; /* くの字を山なりに見た時、左側の太さと色 */
	bottom: 0;
	content: "";
	height: 7px;
	height: 0.4375rem; /* くの字を山なりに見た時、右側の長さ */
	margin: auto;
	position: absolute;
	right: 15px;
	right: 0.9375rem;
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg); /* くの字の向き */
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 7px;
	width: 0.4375rem; /* くの字を山なりに見た時、左側の長さ */
}

.card__btn:hover {
	background-color: #1B3185;
	color: #fff;
	opacity: 1;
}

.card__btn:hover::after {
	border-right: 1px solid #fff;
	border-right: 0.0625rem solid #fff;
	border-top: 1px solid #fff;
	border-top: 0.0625rem solid #fff;
}

.category-icon {
	margin-bottom: 18px;
	max-width: 75px;
	max-width: 4.6875rem;
	width: 100%;
}

.category-icon__img {
	color: #fff;
	display: block;
	height: 56.87px;
	height: 3.554375rem;
	margin: auto;
	margin-bottom: 5.66px;
	margin-bottom: 0.35375rem;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 56.87px;
	width: 3.554375rem;
}

.category-icon__img:hover {
	color: #11308A;
	opacity: 1;
}

.category-icon__img:hover path {
	fill: #fff;
}

.category-icon__img:hover .icon-check {
	fill: #fff;
}

svg {
	fill: currentColor;
	height: 100%;
	width: 100%;
}

svg path {
	fill: #3F3F3F;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

svg .icon-check {
	fill: #3F3F3F;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.category-icon__img svg {
	height: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
}

.category-ico__name {
	color: #212121;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-align: center;
}

.category-ico__name02 {
	color: #212121;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-align: center;
}

.header {
	background: #F4F4F4;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 10px;
	padding-right: 0.625rem;
}

.header__logo {
	height: 45px;
	height: 2.8125rem;
	width: 101.5px;
	width: 6.34375rem;
	z-index: 888;
}

.header__logo img {
	width: 100%;
}

.pc-header__nav {
	height: inherit;
}

/*=======================================
# ハンバーガーメニューボタン
=======================================*/

.drawer__btn {
	z-index: 9999;
}

.drawer__btn span {
	background-color: #333333;
	display: block;
	height: 2px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 26px;
	width: 1.625rem;
}

.drawer__btn span:nth-child(1) {
	top: 0;
}

.drawer__btn span:nth-child(2) {
	margin: 4px 0;
}

.drawer__btn span:nth-child(3) {
	top: 0;
}

.drawer__btn.is-open span:nth-child(1) {
	top: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.drawer__btn.is-open span:nth-child(2) {
	opacity: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.drawer__btn.is-open span:nth-child(3) {
	top: -7px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sp-nav {
	background-color: #fff;
	height: 100vh;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
	width: 100%;
	z-index: 100;
}

.sp-nav.is-open {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.sp-nav__items {
	margin-bottom: 60px;
	margin-bottom: 3.75rem;
	overflow: scroll;
	padding: 0 20px;
	padding: 0 1.25rem;
	padding-top: 82px;
	padding-top: 5.125rem;
}

.sp-nav__item a {
	border-bottom: 1px solid #D0D0D0;
	border-bottom: 0.0625rem solid #D0D0D0;
	display: block;
	font-size: 14.5px;
	font-size: 0.90625rem;
	letter-spacing: 0.04em;
	padding: 20px 0;
	padding: 1.25rem 0;
	position: relative;
	width: 100%;
}

.sp-nav__item a::after {
	border-right: 1.5px solid #D0D0D0;
	border-right: 0.09375rem solid #D0D0D0; /* くの字を山なりに見た時、右側の太さと色 */
	border-top: 1.5px solid #D0D0D0;
	border-top: 0.09375rem solid #D0D0D0; /* くの字を山なりに見た時、左側の太さと色 */
	bottom: 0;
	content: "";
	height: 7.5px;
	height: 0.46875rem; /* くの字を山なりに見た時、右側の長さ */
	margin: auto;
	position: absolute;
	right: 18px;
	right: 1.125rem;
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg); /* くの字の向き */
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 7.5px;
	width: 0.46875rem; /* くの字を山なりに見た時、左側の長さ */
}

.sns__items {
	-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: auto;
	margin-bottom: 35px;
	margin-bottom: 2.1875rem;
	max-width: 165px;
	max-width: 10.3125rem;
	width: 100%;
}

.drawer__click {
	background-color: #fff;
	border: 1px solid #11308A;
	border-radius: 20px;
	border-radius: 40px;
	color: #11308A;
	display: block;
	font-size: 13.5px;
	font-size: 0.84375rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1;
	margin: auto;
	max-width: 293px;
	max-width: 18.3125rem;
	padding: 19.75px 0;
	padding: 1.234375rem 0;
	position: relative;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
}

.nav__click {
	background-color: #fff;
	border: 1px solid #11308A;
	border-radius: 40px;
	color: #11308A;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1;
	max-width: 176px;
	max-width: 11rem;
	padding: 15px 0;
	padding: 0.9375rem 0;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
}

.drawer__click::after {
	border-right: 1.5px solid #11308A;
	border-right: 0.09375rem solid #11308A; /* くの字を山なりに見た時、右側の太さと色 */
	border-top: 1.5px solid #11308A;
	border-top: 0.09375rem solid #11308A; /* くの字を山なりに見た時、左側の太さと色 */
	bottom: 0;
	content: "";
	height: 7.5px;
	height: 0.46875rem; /* くの字を山なりに見た時、右側の長さ */
	margin: auto;
	position: absolute;
	right: 41px;
	right: 2.5625rem;
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg); /* くの字の向き */
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 7.5px;
	width: 0.46875rem; /* くの字を山なりに見た時、左側の長さ */
}

.drawer__click:hover {
	background-color: #1B3185;
	color: #fff;
	opacity: 1;
}

.drawer__click:hover::after {
	border-right: 1px solid #fff;
	border-right: 0.0625rem solid #fff;
	border-top: 1px solid #fff;
	border-top: 0.0625rem solid #fff;
}

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

/*=======================================
# セクション slider
=======================================*/

.slider__inner {
	margin-top: 45px;
	margin-top: 2.8125rem;
	padding: 30px 20px 5px 20px;
	padding: 1.875rem 1.25rem 0.3125rem 1.25rem;
}

/* スライダー画像の大きさを調整 */

.slider__item {
	border-radius: 5%;
	height: 211px;
	height: 13.1875rem;
	margin: 0 10px;
	margin: 0 0.625rem;
	max-width: 335px;
	max-width: 20.9375rem;
	width: 100%;
}

.slider__item img {
	-o-object-fit: cover;
	border-radius: 5%;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* スライダー画像の大きさを調整 */

.thumbnail__item {
	border-radius: 5%;
	height: 211px;
	height: 13.1875rem;
	margin: 0 10px;
	margin: 0 0.625rem;
	max-width: 335px;
	max-width: 20.9375rem;
	width: 100%;
}

.thumbnail__item img {
	-o-object-fit: cover;
	border-radius: 5%;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.thumbnail {
	margin: auto;
	max-width: 1200px;
	max-width: 75rem;
	width: 100%;
}

/* スライダーの矢印を画像に変更 */

/* 左右矢印の共有設定(y軸とか) */

.slide-arrow {
	bottom: 0;
	height: 0;
	margin: auto;
	position: absolute;
	top: -13px;
	top: -0.8125rem;
	width: 0;
	z-index: 10;
}

/* 左側の矢印の画像、位置(x軸)を調整 */

.prev-arrow {
	background-color: transparent;
	background-image: url(/assets/images/arrow.svg);
	background-size: cover;
	border: none;
	height: 35px;
	height: 2.1875rem;
	left: -5%;
	width: 35px;
	width: 2.1875rem;
	z-index: 10;
}

/* 右側の矢印の画像、位置(x軸)を調整 */

.next-arrow {
	background-color: transparent;
	background-image: url(/assets/images/next.svg);
	background-size: cover;
	border: none;
	height: 35px;
	height: 2.1875rem;
	right: -5%;
	width: 35px;
	width: 2.1875rem;
	z-index: 10;
}

/* ページ下のドットの変更 */

.slide-dots {
	margin: 0;
	padding: 0;
	text-align: center;
}

.slide-dots li {
	display: inline-block;
	margin: 0 7px;
	margin: 0 0.4375rem;
}

.slide-dots li button {
	position: relative;
	text-indent: -9999px;
}

/* ドットの全体の大きさ、色の変更、高さ調整 */

.slide-dots li button::before {
	background-color: #fff;
	border: 1px solid #707070;
	border: 0.0625rem solid #707070;
	border-radius: 50%;
	content: "";
	cursor: pointer;
	height: 12.5px;
	height: 0.78125rem;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 15px;
	top: 0.9375rem;
	width: 12.5px;
	width: 0.78125rem;
}

/* 選択されたスライダーのドットの色の変更 */

.slide-dots li.slick-active button::before {
	background-color: #11308A;
}

/* デフォルトのボタンを消す */

button {
	background: none;
	border: none;
	outline: none;
	padding: 0 7px;
}

/*=======================================
# セクション category
=======================================*/

.category__title {
	color: #11308A;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
	text-align: center;
}

.category {
	background-color: #F0F0F0;
}

.category__inner {
	padding-bottom: 8.4px;
	padding-bottom: 0.525rem;
	padding-top: 20px;
	padding-top: 1.25rem;
}

.category__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: auto;
	max-width: 300px;
	max-width: 18.75rem;
	width: 100%;
}

/*=======================================
# セクション group01
=======================================*/

.top-group01 {
	max-width: 600px;
	max-width: 37.5rem;
	padding: 0 20px;
	padding: 0 1.25rem;
	position: relative;
}

.top-group01::after {
	background-image: url(/assets/images/top-back.png);
	background-position: center center;
	background-size: cover;
	content: "";
	height: 460px;
	height: 28.75rem;
	left: 0;
	position: absolute;
	top: 182px;
	top: 11.375rem;
	width: 354px;
	width: 22.125rem;
	z-index: -1;
}

.top-group01__inner {
	border-bottom: 1px solid #707070;
	border-bottom: 0.0625rem solid #707070;
	margin: auto;
	max-width: 1200px;
	max-width: 75rem;
	padding-bottom: 56.5px;
	padding-bottom: 3.53125rem;
	padding-top: 51.6px;
	padding-top: 3.225rem;
	width: 100%;
}

.top-subtitle--cover {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.top-subtitle--bottom01 {
	margin-bottom: 19.35px;
	margin-bottom: 1.209375rem;
}

.top-subtitle__icon {
	height: 14.94;
	margin-right: 6.1px;
	margin-right: 0.38125rem;
	width: 16.96px;
	width: 1.06rem;
}

.top-subtitle__icon img {
	height: 100%;
	width: 100%;
}

.top-subtitle__text {
	color: #6A85D5;
	font-size: 14.5px;
	font-size: 0.90625rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	letter-spacing: 0.04em;
}

.top__title {
	color: #11308A;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 700;
}

.top__title--group01 {
	line-height: 1.545;
	margin-bottom: 30.5px;
	margin-bottom: 1.90625rem;
}

.top-group01__text {
	font-weight: 14px;
	font-weight: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 2.07;
}

/*=======================================
# セクション group02
=======================================*/

.group02__inner {
	padding: 0 20px;
	padding: 0 1.25rem;
	padding-bottom: 55.95px;
	padding-bottom: 3.496875rem;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.top-subtitle--bottom02 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 16.55px;
	margin-bottom: 1.034375rem;
}

.top__title--group02 {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	text-align: center;
}

.top-group02__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.top-group02__item:not(:last-child) {
	margin-bottom: 41px;
	margin-bottom: 2.5625rem;
}

.top-group02__left {
	margin-right: 14.95px;
	margin-right: 0.934375rem;
	max-width: 91.68px;
	max-width: 5.73rem;
	width: 100%;
}

.top-group02__left img {
	height: auto;
	width: 100%;
}

.top-grop02__right {
	max-width: 228.5px;
	max-width: 14.28125rem;
	width: 100%;
}

.top-group02__title {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-bottom: 17.5px;
	margin-bottom: 1.09375rem;
}

.top-group02__title--height {
	line-height: 1.533;
}

.top-group02__text {
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.06em;
	line-height: 1.923;
}

.top-line--position {
	position: relative;
}

.top-line--position::after {
	background-color: #11308A;
	content: "";
	height: 320px;
	height: 20rem;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1px;
	width: 0.0625rem;
	z-index: -1;
}

/*=======================================
# セクション group03
=======================================*/

.top-group03 {
	background-color: #F7F7F7;
	background-position: center center;
	background-size: cover;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.top-group03__inner {
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
	padding-top: 51.5px;
	padding-top: 3.21875rem;
}

.top-subtitle--bottom03 {
	margin-bottom: 18.5px;
	margin-bottom: 1.15625rem;
}

.top__title--group03 {
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
}

.group03__item {
	max-width: 355px;
	max-width: 22.1875rem;
	width: 100%;
}

.group03__item img {
	height: 100%;
	width: 100%;
}

/*=======================================
# セクション group04
=======================================*/

.top-group04__inner {
	padding-top: 68.85px;
	padding-top: 4.303125rem;
}

.top__title--group04 {
	margin-bottom: 25px;
	margin-bottom: 1.5625rem;
	text-align: center;
}

.top-subtitle--bottom04 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 15.1px;
	margin-bottom: 0.94375rem;
}

.scroll__cover {
	background-color: #fff;
	border: 1px solid #D1D1D1;
	border: 0.0625rem solid #D1D1D1;
	border-radius: 1.25rem;
	margin: auto;
	max-width: 335px;
	max-width: 20.9375rem;
	overflow-x: scroll;
	padding: 20px 0 46.7px 40px;
	padding: 1.25rem 0 2.91875rem 2.5rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.top-group04__items::-webkit-scrollbar-thumb {
	background: #6A85D5; /* ツマミの色 */
}

.scroll__cove::-webkit-scrollbar {
	height: 14px;
	height: 0.875rem; /* スクロールバーの高さ */
}

.top-group04__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-bottom {
	margin-bottom: 17px;
	margin-bottom: 1.0625rem;
}

.category-ver2__item {
	color: #F7F7F7;
	display: block;
	height: 67px;
	height: 4.1875rem;
	width: 75px;
	width: 4.6875rem;
}

.category-ver2__item:hover {
	color: #11308A;
	opacity: 1;
}

.category-ver2__item:hover path {
	fill: #fff;
}

.category-ver2__item:hover .icon-check {
	fill: #fff;
}

.top-group04__item {
	max-width: 75px;
	max-width: 4.6875rem;
	width: 100%;
}

.top-group04__item:not(:nth-child(6n+1)) {
	margin-left: 30px;
	margin-left: 1.875rem;
}

.category-ver2__item svg {
	fill: currentColor;
	height: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
}

.category-ver2__item svg path {
	fill: #3F3F3F;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.category-ver2__item svg .icon-check {
	fill: #3F3F3F;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

/*=======================================
# section new
=======================================*/

.wan-hi {
	overflow: hidden;
}

.new {
	background: #ECEFF6;
	border-top-left-radius: 25%;
	border-top-right-radius: 25%;
	margin-left: -100px;
	margin-right: -100px;
	margin-top: -120px;
	padding-left: 100px;
	padding-right: 100px;
}

.new__inner {
	margin: auto;
	max-width: 600px;
	max-width: 37.5rem;
	padding: 0 20px;
	padding: 0 1.25rem;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
	padding-top: 170px;
	padding-top: 10.625rem;
}

.top__title--new {
	margin-bottom: 25px;
	margin-bottom: 1.5625rem;
	text-align: center;
}

.top-subtitle--new {
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	text-align: center;
}

/*=======================================
# セクション pickup
=======================================*/

.pickup {
	background-color: #ECEFF6;
}

.pickup__inner {
	padding: 0 20px;
	padding: 0 1.25rem;
	padding-bottom: 50.1px;
	padding-bottom: 3.13125rem;
}

.picup__title {
	text-align: center;
}

.top-subtitle--pickup {
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.top__title--pickup {
	margin-bottom: 25px;
	margin-bottom: 1.5625rem;
}

/*=======================================
# セクション project
=======================================*/

.project {
	background-color: #ECEFF6;
}

.project__inner {
	padding: 0 20px;
	padding: 0 1.25rem;
	padding-bottom: 125.6px;
	padding-bottom: 7.85rem;
}

.card__items--bottom {
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
}

.card__btn-02 {
	background-color: #fff;
	border: 1px solid #11308A;
	border-radius: 20px;
	border-radius: 40px;
	color: #11308A;
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1;
	margin: auto;
	max-width: 240px;
	max-width: 15rem;
	padding: 17.3px 0;
	padding: 1.08125rem 0;
	position: relative;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
}

.card__btn-02::after {
	border-right: 1.5px solid #11308A;
	border-right: 0.09375rem solid #11308A; /* くの字を山なりに見た時、右側の太さと色 */
	border-top: 1.5px solid #11308A;
	border-top: 0.09375rem solid #11308A; /* くの字を山なりに見た時、左側の太さと色 */
	bottom: 0;
	content: "";
	height: 7.5px;
	height: 0.46875rem; /* くの字を山なりに見た時、右側の長さ */
	margin: auto;
	position: absolute;
	right: 18px;
	right: 1.125rem;
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg); /* くの字の向き */
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 7.5px;
	width: 0.46875rem; /* くの字を山なりに見た時、左側の長さ */
}

.card__btn-02:hover {
	background-color: #1B3185;
	color: #fff;
	opacity: 1;
}

.card__btn-02:hover::after {
	border-right: 1px solid #fff;
	border-right: 0.0625rem solid #fff;
	border-top: 1px solid #fff;
	border-top: 0.0625rem solid #fff;
}

/*=======================================
# セクション qa
=======================================*/

.qa {
	padding: 0 20px;
	padding: 0 1.25rem;
}

.qa__inner {
	padding-top: 50px;
	padding-top: 3.125rem;
}

.top__title--qa {
	margin-bottom: 25px;
	margin-bottom: 1.5625rem;
	text-align: center;
}

.qa-items {
	margin: auto;
	max-width: 612px;
	max-width: 38.25rem;
}

.qa-item {
	background-color: white;
	border-radius: 4px;
	max-width: 100%;
}

.qa-item:not(:last-child) {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.qa-item-q {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #FAFAFA;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 36px 0;
	padding: 2.25rem 0;
	padding-left: 55.4px;
	padding-left: 3.4625rem;
	position: relative;
}

.qa-item-q::before {
	background: #6A85D5;
	content: "";
	display: block;
	height: 2px;
	height: 0.125rem;
	letter-spacing: normal;
	position: absolute;
	right: 15px;
	right: 0.9375rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 15px;
	width: 0.9375rem;
}

.qa-item-q::after {
	background: #6A85D5;
	content: "";
	display: block;
	height: 2px;
	height: 0.125rem;
	position: absolute;
	right: 15px;
	right: 0.9375rem;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	width: 15px;
	width: 0.9375rem;
}

.qa-item-q.is-active-q::after {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.qa-q {
	height: 25.5px;
	height: 1.59375rem;
	width: 29px;
	width: 1.8125rem;
}

.qa-q img {
	height: 100%;
	width: 100%;
}

.qa-a {
	height: 26px;
	height: 1.625rem;
	width: 24px;
	width: 1.5rem;
}

.qa-a img {
	height: 100%;
	width: 100%;
}

.qa-title {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.035em;
	line-height: 1.607;
	padding-right: 31.6px;
	padding-right: 1.975rem;
	position: relative;
}

.qa-title::before {
	background-image: url(/assets/images/qa-q.png);
	background-position: center center;
	background-size: cover;
	content: "";
	height: 25.5px;
	height: 1.59375rem;
	left: -33px;
	left: -2.0625rem;
	position: absolute;
	top: -rem(3);
	top: -rem(3);
	width: 29px;
	width: 1.8125rem;
}

.qa-item-a {
	display: none;
	padding-top: 16.5px 0 21.25px 45.5px;
	padding-top: 1.03125rem 0 1.328125rem 2.84375rem;
	position: relative;
}

.qa-item-a::before {
	background-image: url(/assets/images/qa-a.svg);
	background-position: center center;
	background-size: cover;
	content: "";
	height: 26px;
	height: 1.625rem;
	left: 23px;
	left: 1.4375rem;
	position: absolute;
	top: 22.4px;
	top: 1.4rem;
	width: 24px;
	width: 1.5rem;
}

.qa-title-a {
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.03em;
	line-height: 2.15;
	padding: 25.35px 0 31.9px 55.4px;
	padding: 1.584375rem 0 1.99375rem 3.4625rem;
	padding-right: 31.6px;
	padding-right: 1.975rem;
}

/*=======================================
# セクション top-group05
=======================================*/

.top-group05__inner {
	padding: 0 20px;
	padding: 0 1.25rem;
	padding-bottom: 99.25px;
	padding-bottom: 6.203125rem;
	position: relative;
}

.top-subtitle--bottom05 {
	margin-bottom: 20.9px;
	margin-bottom: 1.30625rem;
}

.top__title--group05 {
	margin-bottom: 24.7px;
	margin-bottom: 1.54375rem;
}

.top-group05__pic {
	margin-bottom: 25px;
	margin-bottom: 1.5625rem;
	max-width: 335px;
	max-width: 20.9375rem;
	width: 100%;
}

.top-group05__pic img {
	height: auto;
	width: 100%;
}

.top-group05__text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 2.07;
}

/*=======================================
# footer
=======================================*/

.footer {
	background-color: #3F3F3F;
}

.footer__inner {
	padding: 0 20px;
	padding: 0 1.25rem;
	padding-bottom: 43.9px;
	padding-bottom: 2.74375rem;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.footer__icon {
	margin-bottom: 29.6px;
	margin-bottom: 1.85rem;
	max-width: 162.5px;
	max-width: 10.15625rem;
	width: 100%;
}

.footer__icon img {
	height: auto;
}

.footer__tel {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 11.4px;
	margin-bottom: 0.7125rem;
}

.tell__icon {
	height: 16px;
	height: 1rem;
	margin-right: 5px;
	margin-right: 0.3125rem;
	width: 12.3px;
	width: 0.76875rem;
}

.tell__icon img {
	height: 100%;
	width: 100%;
}

.tell__number {
	color: #FFF;
	font-size: 21px;
	font-size: 1.3125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.address__icon {
	color: #fff;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
}

.address__text {
	color: #fff;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
}

.footer__address {
	margin-bottom: 38.95px;
	margin-bottom: 2.434375rem;
}

.footer__list {
	margin-bottom: 38px;
	margin-bottom: 2.375rem;
}

.footer__item {
	display: block;
	width: 230px;
	width: 14.375rem;
}

.footer__item:not(:last-child) {
	margin-bottom: 23.4px;
	margin-bottom: 1.4625rem;
}

.footer__item-cover {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__item-icon {
	height: 13.55px;
	height: 0.846875rem;
	margin-right: 8px;
	margin-right: 0.5rem;
	width: 13.55px;
	width: 0.846875rem;
}

.footer__item-icon img {
	height: 100%;
	width: 100%;
}

.footer__item-text {
	color: #fff;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.04em;
}

.copy {
	background-color: #fff;
	font-size: 10px;
	font-size: 0.625rem;
	padding: 15px 0;
	padding: 0.9375rem 0;
	text-align: center;
}

.margin-policy {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.policy__item {
	color: #fff;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.04em;
}

/*=======================================
# to-top
=======================================*/

.pagetop {
	bottom: 30px;
	bottom: 1.875rem;
	cursor: pointer;
	height: 54px;
	height: 3.375rem;
	position: fixed;
	right: 30px;
	right: 1.875rem;
	width: 52px;
	width: 3.25rem;
	z-index: 99999;
}

.pagetop img {
	height: 100%;
	width: 100%;
}

/*=======================================
# エントリーアイコン
=======================================*/

.entry-icon {
	height: 116px;
	height: 7.25rem;
	position: fixed;
	right: 1%;
	top: 60%;
	width: 116px;
	width: 7.25rem;
	z-index: 10;
}

.entry-icon img {
	height: 100%;
	width: 100%;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 0.8333333333vw;
}

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

a:hover {
	opacity: 0.8;
}

.card__items {
	max-width: 75rem;
}

.card__item {
	margin-bottom: 2.50625rem;
	max-width: 23.125rem;
	padding-bottom: 2.0625rem;
}

.card__item:not(:nth-child(2n+1)) {
	margin-left: 0;
}

.card__title {
	font-size: 1.375rem;
	letter-spacing: 0.04em;
	padding: 0 1.875rem;
}

.card__cate {
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	margin: 0 1.875rem;
	margin-bottom: 1.875rem;
}

.card__btn {
	font-size: 0.875rem;
	max-width: 12.8125rem;
	padding: 0.9375rem 0;
}

.category-icon {
	max-width: 7.375rem;
}

.category-icon__img {
	height: 5.77375rem;
	width: 5.77375rem;
}

.category-ico__name {
	font-size: 0.9375rem;
}

.category-ico__name02 {
	font-size: 1.0625rem;
}

.header {
	padding: 1.4375rem 0;
}

.header__inner {
	display: block;
	padding-right: 1.5625rem;
}

.header__logo {
	height: 9.0625rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 15.9375rem;
}

.pc-nav__items {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.875rem;
	font-weight: 700;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	letter-spacing: 0.08em;
	width: 100%;
}

.pc-nav__item a {
	font-size: 0.875rem;
	margin-right: 2.25rem;
	padding: 0.75rem 0;
	position: relative;
}

.pc-nav__item a::after {
	background: #212121;
	content: "";
	height: 0.125rem;
	left: 50%;
	position: absolute;
	top: 90%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	width: 0;
}

.pc-nav__item a:hover::after {
	width: 100%;
}

.sns-item {
	display: block;
	height: 2.8125rem;
	width: 2.8125rem;
}

.sns-item img {
	height: 100%;
	width: 100%;
}

.sns-item:not(:last-child) {
	margin-right: 0.625rem;
}

.sns-space {
	margin-right: 1.25rem !important;
}

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

.slider__inner {
	margin-top: 9.0625rem;
	padding-bottom: 3.0625rem;
	padding-top: 0;
}

.slider__items {
	margin-bottom: 1.25rem;
}

.slider__item {
	height: 33.75rem;
	margin: 0 0.3125rem;
	max-width: 75rem;
	opacity: 0.5; /*透過50%*/
	-webkit-transform: scale(0.8);
	transform: scale(0.8); /*左右の画像のサイズを80%に*/
	-webkit-transition: all 0.5s;
	transition: all 0.5s; /*拡大や透過のアニメーションを0.5秒で行う*/
	width: 100%;
}

.slider__item.slick-center {
	opacity: 1; /*透過なし*/
	-webkit-transform: scale(1);
	transform: scale(1); /*中央の画像のサイズだけ等倍に*/
}

.thumbnail__item {
	height: 7.5rem;
	margin: 0 0.625rem;
	max-width: 13.75rem;
	width: 100%;
}

.slide-arrow {
	top: 0rem;
}

.prev-arrow {
	height: 4.375rem;
	left: 18%;
	width: 4.375rem;
	z-index: 2;
}

.next-arrow {
	height: 4.375rem;
	right: 18%;
	width: 4.375rem;
	z-index: 2;
}

.category__items {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: auto;
	max-width: 88.875rem;
	width: 100%;
}

.top-group01 {
	max-width: none;
	max-width: initial;
}

.top-group01::after {
	background-image: url(/assets/images/top-back.png);
	height: 72.625rem;
	top: -8.75rem;
	width: 55.9375rem;
}

.top-group01__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 8.1875rem;
	padding-top: 8.9375rem;
}

.top-subtitle--cover {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.top-group01__flex {
	margin-top: -0.625rem;
	max-width: 35rem;
	width: 100%;
}

.top-subtitle--bottom01 {
	margin-bottom: 0;
	margin-right: 12.9125rem;
	margin-top: 0.4375rem;
}

.top-subtitle__icon {
	height: 1.25rem;
	margin-top: 0.375rem;
	width: 1.4375rem;
}

.top-subtitle__text {
	font-size: 1.375rem;
}

.top__title {
	font-size: 3.125rem;
	letter-spacing: 0.02em;
	line-height: 1.68;
}

.top-group01__text {
	font-size: 1rem;
	letter-spacing: 0.06em;
}

.group02__inner {
	margin: auto;
	max-width: 75rem;
	padding-bottom: 8.75rem;
	padding-top: 6.1875rem;
	width: 100%;
}

.top-group02__left {
	margin-right: 3.75rem;
	max-width: 13.0625rem;
	width: 100%;
}

.top-grop02__right {
	max-width: none;
	max-width: initial;
}

.top-group02__title {
	font-size: 1.75rem;
	letter-spacing: 0.08em;
}

.top-group02__text {
	font-size: 1.25rem;
	letter-spacing: 0.06em;
}

.top-group03 {
	background-image: url(/assets/images/pc-group03-back.png);
	padding-left: 0;
}

.top-group03__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-bottom: 9.1875rem;
	padding-top: 10.3125rem;
}

.group03__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 8.5625rem;
}

.top-subtitle--bottom03 {
	-webkit-box-pack: initial;
	-ms-flex-pack: initial;
	justify-content: initial;
	margin-right: 8.1875rem;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.top__title--group03 {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.group03__items {
	width: 76.4375rem;
}

.group03__item img {
	width: 100%;
}

.scroll__cover {
	max-width: 75rem;
	padding: 2.75rem 5rem;
}

.top-group04__items {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.top-group04__item {
	max-width: 9.375rem;
	width: 100%;
}

.category-ver2__item {
	height: 8.375rem;
	width: 9.375rem;
}

.new {
	background: #ECEFF6;
	border-top-left-radius: 30%;
	border-top-right-radius: 30%;
	margin-left: -100px;
	margin-right: -100px;
	margin-top: -190px;
	padding-left: 100px;
	padding-right: 100px;
}

.new__inner {
	max-width: 75rem;
	padding-left: 0;
	padding-right: 0;
	padding-top: 19.25rem;
}

.project__inner {
	padding-bottom: 11.875rem;
}

.card__btn-02 {
	font-size: 0.875rem;
	max-width: 18.625rem;
	padding: 1.5rem 0;
}

.qa {
	padding-bottom: 4.6875rem;
}

.qa__inner {
	padding-bottom: 11.1875rem;
	padding-top: 9.6875rem;
}

.qa-items {
	max-width: 75rem;
}

.qa-item:not(:last-child) {
	margin-bottom: 1.625rem;
}

.qa-item-q {
	padding-left: 5.75rem;
}

.qa-item-q::before {
	width: 1.8125rem;
}

.qa-item-q::after {
	width: 1.8125rem;
}

.qa-title {
	font-size: 1.125rem;
	letter-spacing: 0.07em;
}

.qa-title::before {
	height: 2.1875rem;
	left: -3.5rem;
	width: 2.4375rem;
}

.qa-item-a::before {
	height: 2.1875rem;
	left: 2.875rem;
	top: 2.5rem;
	width: 2rem;
}

.qa-title-a {
	font-size: 1rem;
	letter-spacing: 0.08em;
	padding: 2rem 4.25rem 2.625rem 5.75rem;
}

.top-group05 {
	margin-bottom: 7.5625rem;
}

.top-group05__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	padding-bottom: 7.3125rem;
}

.top-group05__inner::before {
	background-color: #F7F7F7;
	bottom: 0;
	content: "";
	height: 24.3125rem;
	position: absolute;
	right: 0;
	width: 105.5625rem;
	z-index: -1;
}

.top-group05__inner::after {
	background-image: url(/assets/images/message.svg);
	background-position: center center;
	background-size: cover;
	bottom: -2.9375rem;
	content: "";
	height: 12.6875rem;
	position: absolute;
	right: 2.5rem;
	width: 57.1875rem;
}

.top-group05__text {
	font-size: 1.125rem;
	letter-spacing: 0.06em;
	max-width: 30.5rem;
	width: 100%;
}

.footer__inner {
	margin: auto;
	max-width: 89.5625rem;
	padding-bottom: 6.375rem;
	padding-top: 5.375rem;
	width: 100%;
}

.footer__icon {
	margin-bottom: 6.875rem;
	max-width: 15.625rem;
}

.footer__cover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__tel {
	margin-bottom: 0.8125rem;
}

.tell__icon {
	height: 1.0625rem;
	width: 0.89375rem;
}

.tell__number {
	font-size: 1.625rem;
	letter-spacing: 0.1em;
}

.address__icon {
	font-size: 0.875rem;
	letter-spacing: 0.04em;
}

.address__text {
	font-size: 0.875rem;
	letter-spacing: 0.04em;
}

.footer__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 7rem;
	max-width: 39rem;
	width: 100%;
}

.footer__item:not(:last-child) {
	margin-bottom: 10px;
}

.footer__item {
	padding: 0.625rem 0;
	width: 10.625rem;
}

.copy {
	font-size: 0.75rem;
}

.pc-representative__img {
	margin-right: 10rem;
	max-width: 66.9375rem;
	width: 100%;
}

.pc-representative__img img {
	height: auto;
	width: 100%;
}

.footer__policy-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.margin-policy {
	margin-bottom: 0;
	margin-right: 2.5625rem;
}

.policy__item {
	font-size: 0.875rem;
	letter-spacing: 0.08em;
	padding: 0.3125rem 0;
}

.width-reset {
	width: 6.625rem;
}

.pagetop {
	height: 5.3rem;
	width: 5.0625rem;
}

.entry-icon {
	height: 12.6875rem;
	width: 12.6875rem;
}

}

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

.category__items {
	max-width: 101.375rem;
}

}

@media (min-width: 1920px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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