@charset "utf-8";

/* ----------------------------------------------------
 全端末共通
---------------------------------------------------- */

/* common reset ==== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, ection, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
a:focus {
	outline: none;
}
a {
	-webkit-tap-highlight-color: transparent;
}
main {
	display: block;
	color: #000;
	background: #ececec;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* common ==== */
@-ms-viewport {
	width: auto;
}
html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: auto !important;
	font-size: 62.5%;
	-ms-overflow-style: scrollbar;
}
body {
	color: #333333;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: .05em;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "M+ 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	font-feature-settings: "palt";
}
button, input, select, textarea, option {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
input[type="text"]:focus, button {
	outline: 0;
}
/* ----------------------------------------------------
メディアクエリ設定 All
---------------------------------------------------- */
/*
header
------------------------------------- */
header {
	overflow: hidden;
	z-index: 1000;
	width: 100%;
	background: #08141f;
}
.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: .3s;
	transform: translateY(-100%);
	opacity: 0;
}
.is-show {
	transform: translateY(0);
	opacity: 1;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
}
.nav-search .drawer-dropdown-menu {
	font-size: 0;
}

/*
content
------------------------------------- */
.is-show + main {
	padding-top: 60px;
}
.page-mv {
	position: relative;
	height: 256px;
	background: url(/static/upload/info.wingarc.com/seminar/28708/shared/user2022/img/bg_title.jpg) center center / cover no-repeat;
}
.page-mv .w-logo {
	position: absolute;
	top: 20px;
	right: 35px;
	width: 113px;
}
.page-mv .w-logo a {
	display: block;
}
.page-mv .inner {
	width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	position: absolute;
	display: flex;
	align-items: center;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.page-mv .u-logo {
	width: 453px;
	margin-bottom: 20px;
}
.page-mv h1 {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
}
.page-mv h1 span {
	font-size: 1.6rem;
	letter-spacing: 0.15em;
	padding-left: 4px;
	font-family: 'Poppins';
}
.page-mv .tit-data {
	margin-left: 145px;
	display: flex;
	margin-top: 30px;
}
.page-mv .tit-data dl + dl {
	margin-left: 30px;
}
.page-mv .tit-data dt {
	background: #fff;
	border-radius: 60px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 1.3rem;
	padding: 0 22px;
	margin-bottom: 15px;
}
.page-mv .tit-data dd {
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	text-align: center;
	padding-bottom: 7px;
	border-bottom: 3px solid #fff;
}
.page-mv .tit-data dd span {
	font-weight: 500;
	font-size: 4.3rem;
	letter-spacing: -0.02em;
	display: inline-block;
	margin-right: 5px;
	font-family: 'Poppins';
}

/*タイトル周り*/
.r-tit01 span {
	display: inline-flex;
	height: 35px;
	justify-content: center;
	align-items: center;
	background: linear-gradient(to right, #ed862c 0%, #e62260 50%, #7c48d3 100%);
	font-size: 2.3rem;
	color: #fff;
	font-weight: 500;
	padding: 0 10px;
}
.b-tit01 {
	font-size: 2.5rem;
	font-weight: bold;
	padding: 0 0 15px 7px;
	border-bottom: 4px solid #ed862c;
	border-image: linear-gradient(to right, #ed862c 0%, #e62260 50%, #7c48d3 100%);
	border-image-slice: 1;
	margin-bottom: 40px;
}

/*ボタン*/
.btn button, .btn a {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 83px;
	font-size: 1.8rem;
	color: #fff;
	border-radius: 3px;
	background: #000;
	position: relative;
	cursor: pointer;
	text-decoration: none;
}
.btn button::before,
.btn a::before {
	content: "";
	position: absolute;
	display: block;
	width: 22px;
	height: 15px;
	top: 0;
	bottom: 0;
	right: 24px;
	margin: auto;
	background: url(/static/upload/info.wingarc.com/seminar/28708/shared/user2022/img/ico_arrow.svg) center center / contain no-repeat;
}
.r-btn button, .r-btn a {
	background: linear-gradient(110deg, #ed862c 0%, #e62260 50%, #522c91 100%);
}
.r-btn02 a {
	background: linear-gradient(to right, #ed862c 0%, #e62260 50%, #7c48d3 100%);
}
/*
footer
------------------------------------- */
footer {
	color: #fff;
	background: #17171a;
}
.f-topborder {
	height: 50px;

	background: linear-gradient(135deg, #3d1478 0%, #3a7485 100%);
}
.f-top__share dt {
	color: #7b7b7c;
	font-size: 1.2rem;
}
.f-top__share ul {
	display: flex;
}
.f-top__share li {
	width: 50px;
}
.f-top__share li:not(:first-child) {
	margin-left: 20px;
}
.f-top__share-hashutag dd a {
	font-size: 3.4rem;
	text-decoration: underline;
	color: #fff;
	transition: .3s;
	font-family: 'Poppins';
}
.f-top__share-hashutag dd a:hover {
	opacity: .5;
}
.f-top__contact dt {
	font-size: 4.0rem;
	font-weight: bold;
	font-family: 'Poppins';
}
.f-top__contact dd {
	margin-top: 30px;
	font-size: 1.4rem;
	line-height: 2.14;
}
.f-top__contact dd a {
	text-decoration: underline;
	color: #fff;
	transition: .3s;
}
.f-bot {
	border-top: solid 1px #3a3a3c;
}
.copy {
	color: #8b8b8c;
	font-size: 10px;
	font-size: 1.0rem;
}
/*All END*/


/* ----------------------------------------------------
メディアクエリ設定 (PC) 769px～
---------------------------------------------------- */
@media screen and (min-width: 769px) {
	.sp-only {
		display: none !important;
	}
	body {
		min-width: 1240px;
	}

	/*
	header
	------------------------------------- */
	header, .clone-nav {
		min-width: 1240px;
	}
	.head-inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		min-width: 1240px;
		margin: 0 auto;
		padding: 0 30px 0 20px;
		height: 60px;
	}
	header .logo {
		width: 160px;
	}
	.nav-sp,
	.drawer-hamburger {
		display: none;
	}
	.drawer-nav {
		background: none;
		width: calc(100% - 160px);
		height: auto;
		position: inherit;
		overflow: visible;
	}
	.drawer-nav a {
		text-decoration: none;
		display: block;
		color: #fff;
	}
	.drawer-menu {
		display: flex;
		justify-content: space-between;
		margin-left: 90px;
	}
	.gnavi {
		display: flex;
		align-items: center;
	}

	.gnavi > li a {
		padding-bottom: 8px;
		display: block;
		position: relative;
	}
	.gnavi > li a::before {
		content: "";
		position: absolute;
		bottom: 0;
		width: 0;
		height: 1px;
		background: #fff;
		display: block;
	}
	.gnavi > li + li {
		margin-left: 45px;
	}
	.gnavi li.active a::before {
		width: 100%;
	}

	.subnavi {
		display: flex;
	}
	.subnavi > li a {
		font-size: 1.2rem;
		text-align: center;
		width: 120px;
		height: 30px;
		padding-bottom: 2px;
		display: flex;
		justify-content: center;
		align-items: center;

	}
	.nav-mypage a {
		border: 1px solid #fff;
		margin-right: 7px;
	}
	.nav-entry a {
		background: linear-gradient(120deg, #ecf86c 20%, #3ade97 100%);
		color: #000;
	}


	/*
	footer
	------------------------------------- */
	footer {
		min-width: 1240px;
	}
	.f-topborder {
		min-width: 1240px;
	}
	.f-inner {
		margin: 0 auto;
		padding: 0 20px;
		width: 1240px;
	}
	.f-top .f-inner {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		padding-top: 85px;
		padding-bottom: 75px;
	}
	.f-top__share {

		display: flex;
		padding: 15px 30px 0 0;
	}
	.f-top__share dd {
		margin-top: 45px;
	}
	.f-top__share li a {
		transition: .3s;
	}
	.f-top__share-hashutag {
		margin-left: 85px;
	}
	.f-bot .f-inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.f-bot .f-logo {
		width: 120px;
	}
	/*tablet PC END*/
}

/* ----------------------------------------------------
hover
---------------------------------------------------- */
@media (hover: hover) {
	.gnavi > li a::before,
	.subnavi > li a,
	.page-mv a,
	footer a,
	.btn button,
	.btn a {
		transition: .3s;
	}
	.gnavi > li a:hover::before {
		width: 100%;
	}
	.subnavi > li a:hover,
	.page-mv a:hover,
	footer a:hover,
	.btn button:hover,
	.btn a:hover {
		opacity: 0.7;
	}
}

/* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～768px
---------------------------------------------------- */
@media screen and (max-width: 768px) {
	.pc-only {
		display: none;
	}

	/*
	header
	------------------------------------- */
	header {
		position: relative;
		height: 53px;
	}
	header .logo {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: calc(100% - 50px);
		height: 53px;
	}
	header .logo p {
		padding-left: 10px;
		width: 31.25%;
	}
	header .logo img {
		width: 100%;
		max-width: 100px;
	}
	.nav-sp {
		display: flex;
		justify-content: flex-end;
		align-items: stretch;
		flex: 1;
		margin-left: 5%;
	}
	.nav-sp li {
		width: 48%;
		max-width: 150px;
		display: flex;
	}
	.nav-sp li span {
		font-size: 3vw;
	}
	.nav-mypage-sp a,
	.nav-entry-sp a {
		width: 100%;
		display: flex;
		justify-content: center;
		color: #fff;
		text-decoration: none;
		max-width: 150px;
		text-align: center;
		padding: 6px 0;
	}
	.nav-mypage-sp a {
		border: 1px solid #fff;
		margin-right: 5px;
	}
	.nav-entry-sp a {
		background: linear-gradient(120deg, #ecf86c 20%, #3ade97 100%);
		color: #000;
	}
	.drawer-hamburger {
		position: absolute;
		width: 25px;
		height: 28px;
		padding: 0;
		font-size: 0;
		z-index: 10000;
		top: 8px;
		right: 13px !important;
	}
	.drawer-hamburger-icon, .drawer-hamburger-icon::after,
	.drawer-hamburger-icon::before {
		background: #fff;
		width: 100%;
		height: 1px;
	}

	.drawer--right.drawer-open .drawer-hamburger {
		position: fixed;
		right: 0;
		top: 10px;
		z-index: 99999;
	}
	.drawer-open .is-show {
		transform: none;
	}
	.drawer--right .drawer-nav {
		right: -100%;
	}
	.drawer-nav {
		width: 100%;
		background: #17171a;
		z-index: 9999;
	}
	.drawer-menu {
		padding: 8vw 10vw;
		height: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	.drawer-nav a {
		color: #fff;
		text-decoration: none;
		display: block;
		line-height: 1.5;
	}
	.gnavi {
		padding-top: 23vw;
		width: 100%;
		background: url(/static/upload/info.wingarc.com/seminar/28708/shared/user2022/img/logo_updata_w.svg) center top / 68.75% auto no-repeat;
	}
	.gnavi li + li {
		margin-top: 7vw;
	}
	.gnavi li a {
		display: block;
		font-size: 5vw;
		color: #fff;
		background: url(/static/upload/info.wingarc.com/seminar/28708/shared/user2022/img/ico_arrow.svg) right center / 5vw auto no-repeat;

	}
	.subnavi {
		margin-top: 10vw;
	}
	.subnavi > li {
		margin-top: 5vw;
	}
	.subnavi > li a {
		display: block;
		padding: 5vw;
		text-align: center;
		font-size: 4.5vw;
	}
	.nav-mypage a {
		border: 1px solid #fff;
	}
	.nav-entry a {
		background: linear-gradient(120deg, #ecf86c 20%, #3ade97 100%);
		color: #000;
	}
	.subnavi > li a span {
		display: block;
		background: url(/static/upload/info.wingarc.com/seminar/28708/shared/user2022/img/ico_arrow.svg) right center / 4vw auto no-repeat;
	}
	.subnavi > .nav-entry a span {
		background-image: url(/static/upload/info.wingarc.com/seminar/28708/shared/user2022/img/ico_arrow_blk.svg);
	}

	/*
  content
  ------------------------------------- */
	.is-show + main {
		padding-top: 53px;
	}
	.page-mv {
		height: 0;
		padding-top: 84.375%;
		background-image: url(/static/upload/info.wingarc.com/seminar/28708/shared/user2022/img/bg_title_sp.jpg);
	}
	.page-mv .w-logo {
		width: 21.875%;
		top: 3.15vw;
		right: 3.6%;
	}
	.page-mv .inner {
		width: 100%;
		display: block;
		padding: 15% 6.25% 0;
	}
	.page-mv .u-logo {
		width: 100%;
		margin-bottom: 5%;
	}
	.page-mv h1 {
		font-size: 4.7vw;
	}
	.page-mv h1 span {
		font-size: 4.1vw;
	}
	.page-mv .tit-data {
		margin: 10% 0 0 0;
	}
	.page-mv .tit-data dl + dl {
		margin-left: 6.25%;
	}
	.page-mv .tit-data dt {
		padding: 3vw;
		font-size: 3.5vw;
		margin-bottom: 4vw;
	}
	.page-mv .tit-data dd {
		font-size: 3.15vw;
		padding-bottom: 3vw;
	}
	.page-mv .tit-data dd span {
		font-size: 10.25vw;
		margin-right: 1.5vw;
	}


	/*タイトル周り*/
	.r-tit01 span {
		height: 6.5vw;
		font-size: 4.1vw;
		padding: 0 2vw;
	}

	.b-tit01 {
		font-size: 4.7vw;
		padding: 0 0 2.5% 1.5%;
		margin-bottom: 6.2%;
	}

	/*ボタン*/
	.btn button, .btn a {
		font-size: 4.1vw;
		height: 14.4vw;
	}
	.btn button::before, .btn a::before {
		width: 5%;
		right: 6%;
	}
	/*
	footer
	------------------------------------- */
	.f-inner {
		padding: 0 6.25%;
	}
	.f-top .f-inner {
		padding: 12.5% 6.25% 10%;
	}
	.f-top__share dt {
		font-size: 3.85vw;
	}
	.f-top__share dd {
		margin-top: 6%;
	}
	.f-top__share li {
		width: 15.5vw;
	}
	.f-top__share li:not(:first-child) {
		margin-left: 7%;
	}
	.f-top__share-hashutag {
		margin-top: 13%;
	}
	.f-top__share-hashutag dd a {
		font-size: 5.4vw;
	}
	.f-top__contact {
		margin-top: 13.2%;
	}
	.f-top__contact dt {
		font-size: 7.3vw;
	}
	.f-top__contact dd {
		line-height: 2;
		font-size: 3.85vw;
		margin-top: 4%;
	}

	.f-bot .f-inner {
		padding-top: 8%;
		padding-bottom: 10%;
	}
	.f-logo {
		width: 48%;
	}
	.f-logo img {
		max-width: none;
		width: 100%;
	}
	.copy {
		margin-top: 6%;
		font-size: 3.15vw;
	}
	/*smartPhone END*/
}

@media screen and (min-width: 450px) and (max-width: 768px) {
	.nav-timetable-sp a,
	.nav-entry-sp a {
		font-size: 1.6vw;
	}
}