@charset "UTF-8";
@font-face {
	font-family: "Genjyuu";
	src: url("../fonts/GenJyuuGothic-Bold.eot");
	src: url("../fonts/GenJyuuGothic-Bold.woff") format("woff"), url("../fonts/GenJyuuGothic-Bold.woff2") format("woff2");
}
html {
	font-size: 100%;
}
@media (max-width: 1250px) {
	html {
		font-size: 1.28vw;
	}
}
@media (min-width: 376px) and (max-width: 767px) {
	html {
		font-size: 100%;
	}
}
@media (max-width: 375px) {
	html {
		font-size: 4.2666666667vw;
	}
}

.header {
	position: absolute;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 4vw;
	background: url(../img/header-top.png) no-repeat center top/cover;
	z-index: 10;
}

.header__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-right: 121px;
	background: #ffffff 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1607843137);
	box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1607843137);
	border-radius: 0px 0px 20px 20px;
	padding-top: 4vw;
	padding-bottom: 1.4375rem;
	z-index: 5;
}
@media screen and (max-width: 1200px) {
	.header__menu {
		margin-right: 78px;
	}
}
@media screen and (max-width: 767px) {
	.header__menu {
		padding-bottom: 0.25rem;
	}
}

.header__logo {
	width: 15.2777777778vw;
	margin-left: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
	.header__logo {
		width: 8.375rem;
		margin-right: 0.625rem;
	}
}

.header__nav {
	margin-left: auto;
	margin-right: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
	.header__nav {
		display: none;
	}
}

.header__navsp {
	display: none;
}
@media screen and (max-width: 767px) {
	.header__navsp {
		display: block;
		padding-right: 1.625rem;
	}
}

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

@media screen and (max-width: 767px) {
	.header__nav__list.--sns {
		width: 1.25rem;
	}
}

@media screen and (max-width: 767px) {
	.header__nav__list + .header__nav__list {
		margin-left: 0.5rem;
	}
}

.header__nav__list:not(:last-child) {
	position: relative;
}
.header__nav__list:not(:last-child)::before {
	position: absolute;
	content: "";
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 2px;
	height: 75%;
	border-left: 1px dashed #b5b8d8;
}
@media screen and (max-width: 767px) {
	.header__nav__list:not(:last-child)::before {
		content: none;
	}
}

.header__nav__list a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-right: 1.3888888889vw;
	padding-left: 1.3888888889vw;
}
@media screen and (max-width: 1200px) {
	.header__nav__list a {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}
@media screen and (max-width: 767px) {
	.header__nav__list a {
		padding-left: 0;
		padding-right: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.header__nav__img {
	height: 2.4305555556vw;
}
.header__nav__img img {
	-o-object-fit: contain;
	object-fit: contain;
}
@media screen and (max-width: 767px) {
	.header__nav__img {
		height: 1.4375rem;
	}
}

.header__nav__ja {
	font-size: 1.1111111111vw;
	font-weight: 700;
	color: #5d63a3;
	margin-top: 3px;
	line-height: 1.43;
}
@media screen and (max-width: 767px) {
	.header__nav__ja {
		font-size: 0.75rem;
	}
}

.header__nav__en {
	color: #db4c2d;
	margin-top: 1px;
	font-size: 0.8333333333vw;
	font-weight: 700;
	line-height: 1.16;
}
@media screen and (max-width: 767px) {
	.header__nav__en {
		font-size: 0.625rem;
	}
}

.humburger-menu {
	width: 120px;
	height: 120px;
	-webkit-clip-path: circle(100% at 100% 0);
	clip-path: circle(100% at 100% 0);
	background: #fff;
	z-index: 25;
	position: fixed;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media screen and (max-width: 1200px) {
	.humburger-menu {
		width: 75px;
		height: 75px;
	}
}
.js-humburger.is-open.humburger-menu {
	background: #5d63a3;
}

.open-btn {
	padding: 0;
	padding-bottom: 34px;
	padding-left: 20px;
	position: relative;
	border: none;
	outline: none;
	font: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
}
.open-btn::before {
	position: absolute;
	content: "MENU";
	font-size: 12px;
	font-weight: 700;
	color: #db4c2d;
	bottom: 7px;
	left: 22px;
	text-align: center;
}
@media screen and (max-width: 1200px) {
	.open-btn::before {
		font-size: 10px;
	}
}

.js-humburger.is-open .open-btn::before {
	color: #fff;
	content: "CLOSE";
}

.open-btn__bar {
	position: relative;
	height: 22px;
	width: 40px;
}

.bar {
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 3px;
	background-color: #5d63a3;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	border-radius: 30px;
}
@media screen and (max-width: 1200px) {
	.bar {
		width: 28px;
	}
}

.bar:first-child {
	top: 0;
	left: 0;
}

.bar:nth-child(2) {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}

.bar:last-child {
	bottom: 0;
	left: 0;
	width: 30px;
}
@media screen and (max-width: 1200px) {
	.bar:last-child {
		width: 20px;
	}
}

.js-humburger.is-open .bar {
	background-color: #fff;
}

.js-humburger.is-open .bar:first-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 10px;
}

.js-humburger.is-open .bar:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.js-humburger.is-open .bar:last-child {
	opacity: 0;
}

.drawer-bg {
	background: #000;
	opacity: 0.8;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: none;
	z-index: 20;
}

.js-drawer-bg.is-open.drawer-bg {
	display: block;
}

.drawer-contents {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 97vw;
	width: 1260px;
	max-height: 95vh;
	overflow-y: scroll;
	padding: 0;
	margin: 0;
	background-color: #edf6fc;
	z-index: 23;
	border-radius: 20px;
	padding-top: 5.8125rem;
	padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
	.drawer-contents {
		padding-top: 4.6875rem;
		padding-bottom: 2.5rem;
	}
}

.js-drawer.is-open.drawer-contents {
	display: block;
}
.floating1.js-floating1.is-open{
	display:none;
}
.drawer-inner {
	max-width: 1260px;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	margin-inline: auto;
	position: relative;
}
@media screen and (max-width: 767px) {
	.drawer-inner {
		margin-left: 0.625rem;
		margin-right: 0.625rem;
	}
}

.drawer__logo {
	text-align: center;
}
.drawer__logo a {
	display: inline-block;
	width: 18.125rem;
}
@media screen and (max-width: 767px) {
	.drawer__logo {
		display: none;
	}
}

.drawer__menu {
	margin-top: 1.5rem;
	padding-bottom: 12.25rem;
}
@media screen and (max-width: 767px) {
	.header .drawer__menu {
		padding-bottom: 0;
	}
}

.drawer-menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.drawer-menu__list {
		display: block;
		border-radius: 10px;
		background: #fff;
		padding: 1.25rem 1.25rem 2.125rem;
	}
}

.drawer-menu__block {
	border-radius: 10px;
	background: #fff;
	padding: 1.875rem 1.25rem ;
}
@media screen and (max-width: 767px) {
	.drawer-menu__block {
		border-radius: 0;
		background: transparent;
		position: relative;
		padding: 0;
	}
}

.drawer-menu__block + .drawer-menu__block {
	margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
	.drawer-menu__block + .drawer-menu__block {
		margin-top: 0;
	}
}

.drawer-menu__item .drawer-menu__ttl {
	display: block;
	color: #5d63a3;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
	padding-bottom: 0.625rem;
	border-bottom: 3px dotted #5d63a3;
}
@media screen and (max-width: 767px) {
	.drawer-menu__item .drawer-menu__ttl {
		padding-top: 0.625rem;
	}
}

.drawer-menu__item + .drawer-menu__item {
	margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
	.drawer-menu__item + .drawer-menu__item {
		margin-left: 0;
	}
}

.drawer-menu__subbtn {
	display: none;
}
@media screen and (max-width: 767px) {
	.drawer-menu__subbtn {
		display: block;
		position: absolute;
		right: 8px;
		top: 7px;
		width: 30px;
		height: 30px;
		background: none;
		border: none;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.drawer-menu__subbtn::before {
		position: absolute;
		content: "";
		width: 9px;
		height: 6px;
		background: url(../img/drawer-arrow.png) no-repeat center center/contain;
		top: 50%;
		right: 50%;
		-webkit-transform: translate(50%, -50%);
		transform: translate(50%, -50%);
	}
}

.drawer-menu__sublist:nth-of-type(2)  ul{
	margin-top: 0.6875rem;
	flex-wrap:wrap;
}
.drawer-menu__sublist:nth-of-type(2)  ul li{
	width:50%;
}

@media screen and (max-width: 767px) {
	.drawer-menu__sublist {
		display: none;
		-webkit-transition: all ease 0.3s;
		transition: all ease 0.3s;
	}
}

.drawer-menu__subbtn.is-open + .drawer-menu__sublist {
	display: block;
}

.drawer-menu__subitem a {
	font-weight: 700;
	font-size: 0.875rem;
	padding-left: 14px;
	line-height: 2;
	display: block;
	position: relative;
}
.drawer-menu__subitem a::before {
	position: absolute;
	content: "・";
	top: 1em;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 0.875rem;
}

.drawer__menu2 {
	position: absolute;
	right: 6.875rem;
	bottom: 4.1875rem;
}
@media screen and (max-width: 767px) {
	.drawer__menu2 {
		position: static;
		margin-top: 1.875rem;
	}
}

.drawer-menu2__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	row-gap: 1.25rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.drawer-menu2__list {
		grid-template-columns: 1fr;
		row-gap: 2.1875rem;
	}
}

.drawer-menu2__list li {
	padding: 0px 0.3125rem 0.3125rem 0px;
}
.drawer-menu2__list a {
	border-radius: 10px;
	width: 15.5625rem;
	height: 5.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
	.drawer-menu2__list a {
		aspect-ratio: 315/100;
		width: 100%;
		height: auto;
	}
}

.drawer-menu2__list li .ttl {
	text-align: center;
}
.drawer-menu2__list li .ttl span {
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	border-radius: 5px;
	height: 32px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
}

.drawer-menu2__list li:nth-child(1) a {
	background: url(../img/menu01-sp.png) no-repeat center center/cover;
	-webkit-box-shadow: #f0b9ce 5px 5px;
	box-shadow: #f0b9ce 5px 5px;
}
.drawer-menu2__list li:nth-child(1) a p span {
	background: #f0b9ce;
}

.drawer-menu2__list li:nth-child(2) a {
	-webkit-box-shadow: #c5e264 5px 5px;
	box-shadow: #c5e264 5px 5px;
	background: url(../img/menu04-sp.png) no-repeat center center/cover;
}
.drawer-menu2__list li:nth-child(2) a p span {
	background: #c5e264;
}

.drawer-menu2__list li:nth-child(3) a {
	background: url(../img/menu06-sp.png) no-repeat center center/cover;
	-webkit-box-shadow: #a1cde0 5px 5px;
	box-shadow: #a1cde0 5px 5px;
}
.drawer-menu2__list li:nth-child(3) a p span {
	background: #a1cde0;
}

.drawer-menu2__list li:nth-child(4) a ,
.drawer-menu2__list li:nth-child(5) a{
	background: url(../img/menu9-sp.png) no-repeat center center/cover;
	-webkit-box-shadow: #ffc400 5px 5px;
	box-shadow: #ffc400 5px 5px;
}
.drawer-menu2__list li:nth-child(5) a{
	background: url(../img/menu90-sp.png) no-repeat center center/cover;
}

.drawer-menu2__list li:nth-child(4) a p span ,
.drawer-menu2__list li:nth-child(5) a p span {
	background: #ffc400;
}

.drawer__menu3 {
	position: absolute;
	left: 1.875rem;
	bottom: 0;
	display: grid;
}
@media screen and (max-width: 767px) {
	.drawer__menu3 {
		position: static;
	}
}

.drawer-menu3__menu {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
	.drawer-menu3__menu {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-top: 1.875rem;
	}
}

.drawer-menu3__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 767px) {
	.drawer-menu3__list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.drawer-menu3__list li {
	color: #5d63a3;
	font-size: 0.875rem;
}

.drawer-menu3__list li + li {
	margin-left: 1.875rem;
	padding-left: 1.875rem;
	position: relative;
}
.drawer-menu3__list li + li::before {
	position: absolute;
	content: "|";
	font-size: 0.875rem;
	color: #5d63a3;
	left: 0;
}

.drawer-menu3__list a {
	text-decoration: underline;
}
.drawer-menu3__sns {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
@media screen and (max-width: 767px) {
	.drawer-menu3__sns {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 1.875rem;
	}
}

.drawer-menu3__snslist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 767px) {
	.drawer-menu3__snslist {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.drawer-menu3__snslist li {
	padding-top: 3.75rem;
}

.drawer-menu3__snslist li:nth-child(2) {
	position: relative;
}
.drawer-menu3__snslist li:nth-child(2)::before {
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 3.125rem;
	height: 3.125rem;
	background: url(../img/sns-text.png) no-repeat center center/contain;
}

.drawer-menu3__snslist li + li {
	margin-left: 1.25rem;
}

.drawer-menu3__snslist a {
	width: 1.6875rem;
}
.floating1 {
	position: fixed;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 25;
}
@media screen and (max-width: 767px) {
	.floating1 {
		top: 17.625rem;
		right: 5px;
		-webkit-transform: none;
		transform: none;
	}
}

.floating1 .box {
	background: #5d63a3;
	border-radius: 10px;
	border: 3px solid #fff;
	position: relative;
}
@media screen and (max-width: 767px) {
	.floating1 .box {
		border-radius: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		min-width: 6.25rem;
		min-height: 6.25rem;
	}
}

.floating1 .img {
	position: absolute;
	top: -2.5rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 3.6875rem;
	height: 3.875rem;
}
@media screen and (max-width: 767px) {
	.floating1 .img {
		top: -0.8125rem;
		width: 2.375rem;
		height: 2.5rem;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.floating1 .text {
	font-weight: 700;
	color: #fff;
	font-size: 1.5rem;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding: 1.9375rem 1.75rem 1.1875rem;
	line-height: 1.125;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
	.floating1 .text {
		font-size: 0.875rem;
		padding: 1.25rem 0.625rem 0.625rem;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		text-align: center;
		letter-spacing: 0.05em;
		line-height: 1.285;
	}
}

.floating2 {
	position: fixed;
	z-index: 25;
	top: 72%;
	right: 0;
}
@media screen and (max-width: 767px) {
	.floating2 {
		display: none;
	}
}

.floating2__snslist {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 0.625rem;
	background: #fff;
	border-radius: 5px 0 0 5px;
	padding: 2.25rem 1rem 1.625rem;
	position: relative;
}
.floating2__snslist::before {
	position: absolute;
	content: "";
	top: -1.625rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 2.9375rem;
	height: 3.1875rem;
	background: url(../img/sns-text.png) no-repeat center center/contain;
}

.floating2__snslist li {
	width: 1.6875rem;
	height: 1.6875rem;
}

/* アコーディオン */
.header__nav__list {
	position: relative;
}

@media screen and (min-width: 768px) {
	.l-header__sublist__ttl {
		font-size: 14px;
		line-height: 2.1428571429;
		letter-spacing: 0em;
		font-weight: 700;
		text-indent: 1em;
		text-align: start;
		display:inline;
	}
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
	.l-header__sublist__ttl {
		font-size: 0.9722222222vw;
	}
}
@media screen and (max-width: 767px) {
	.l-header__sublist__ttl {
		font-size: 1rem;
		line-height: 1.1875;
		letter-spacing: 0.1em;
		font-weight: 700;
	}
}

@media screen and (min-width: 768px) {
	.l-header__sublist__list {
		padding-bottom: 30px;
		padding-left: 1em;
	}
}
.l-header__sublist__list li a {
	display: inline;
	align-items: start;
	color: #5D63A3;
	padding: 0;
	position:relative;


}
.l-header__sublist__list li a::before {
	position: absolute;
	content: "・";
	top: 50%;
	left: -1em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 0.875rem;
}


@media screen and (min-width: 768px) {
	.l-header__sublist__list li a {
		font-size: 14px;
		line-height: 2.1428571429;
		letter-spacing: 0em;
		font-weight: 700;
	}
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
	.l-header__sublist__list li a {
		font-size: 0.9722222222vw;
	}
}
@media screen and (max-width: 767px) {
	.l-header__sublist__list li a {
		font-size: 1rem;
		line-height: 1.1875;
		letter-spacing: 0.1em;
		font-weight: 700;
	}
}

.sublist-open {
	position: absolute;
	width: 3.7333333333vw;
	height: 3.7333333333vw;
	right: 0;
	top: 4.2666666667vw;
}


/* 追加*/
@media screen and (min-width: 768px) {
	.drawer-menu__list:nth-of-type(2){
		border-radius: 10px;
		width:290px;
	}
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
	.drawer-menu__list:nth-of-type(2){
		width: 20.1388888889vw;
	}
}
@media screen and (min-width: 768px) {
	.drawer-menu__item:nth-of-type(2) ul{
		display: flex;
		flex-wrap: wrap;
	}
}
@media screen and (min-width: 768px) {
	.drawer-menu__item:nth-of-type(2) ul li{
		width:50%;
		white-space: nowrap;
	}
}
@media screen and (min-width: 768px) {
	.drawer-menu__item:nth-of-type(2) {
		width:290px;
	}
}

.header__nav__list {
	position: relative;
}



.l-header__sublist__ttl {
	text-align: start;
}
@media screen and (min-width: 768px) {
	.l-header__sublist__ttl {
		font-size: 0.875rem;
		line-height: 2.1428571429;
		letter-spacing: 0em;
		font-weight: 700;
	}
}
@media screen and (max-width: 767px) {
	.l-header__sublist__ttl {
		font-size:1rem;
		line-height: 1.1875;
		letter-spacing: 0.1em;
		font-weight: 700;
	}
}

@media screen and (min-width: 768px) {
	.l-header__sublist__list {
		padding-bottom: 1.875rem;
	}
}
.l-header__sublist__list li a {
	display: inline;
	align-items: start;
	color: #5D63A3;
	padding: 0;
}
@media screen and (min-width: 768px) {
	.l-header__sublist__list li a {
		font-size: 0.875rem;
		line-height: 2.1428571429;
		letter-spacing: 0em;
		font-weight: 700;
	}
}
@media screen and (max-width: 767px) {
	.l-header__sublist__list li a {
		font-size:1rem;
		line-height: 1.1875;
		letter-spacing: 0.1em;
		font-weight: 700;
	}
}

.sublist-open {
	position: absolute;
	width: 3.7333333333vw;
	height: 3.7333333333vw;
	right: 0;
	top: 4.2666666667vw;
}

.l-header__nav__sublist {
	transition: all 0.3s;
	white-space: nowrap;
	position: absolute;
	z-index: -1;
	opacity: 0;
	pointer-events: none;
	left: 50%;
	transform: translateX(-50%);
	background-color: #EDF6FC;
}
@media screen and (min-width: 768px) {
	.l-header__nav__sublist {
		top: 100%;
		padding: 1.875rem 2.1875rem 0px 2.1875rem;
		border-radius: 20px;
	}
}
.header__nav__list > a:hover + .l-header__nav__sublist {
	z-index: 2;
	opacity: 1;
	pointer-events: all;
}

.l-header__nav__sublist:hover {
	z-index: 2;
	opacity: 1;
	pointer-events: all;
}

@media screen and (min-width: 768px) {
	a:hover {
		opacity: 0.7;
	}
}
a:hover {
	list-style: inside;
}

.drawer-menu__subitem a::before {
	position: absolute;
	content: "・";
	top: 1em;
	left: -1em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 0.875rem;
	text-indent: 1em;
}
