@charset "utf-8";

/* @font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('/member/resource/NotoSansJP/font/NotoSansJP-Regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('/member/resource/NotoSansJP/font/NotoSansJP-Bold.woff2') format('woff2');
} */
/* latin */
@font-face {
	font-family: 'ABeeZee';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/abeezee/v14/esDR31xSG-6AGleN2tWkkA.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* フォント */
* {
	font-family: 'Noto Sans JP', sans-serif;
}

.for-sticky {
	position: relative;
}

/* ランダムバナー start ※消さなくてもOK */
.bottom-img-cover {
	/* position: fixed; */
	position: absolute;
	bottom: 0;
	background-color: #11bdbd;
	height: 42px;
	/* width: 100%; */
	/* margin-left: -12px; */
	/* width: 100vw;
    margin-left: -30px; */
	/* transform: scaleX(1.0175); */
	/* width: calc(100vw - calc(100vw - 100%) + 24px); */
	width: calc(100vw - calc(100vw - 100%) + 12px);
	left: -12px;
}

.bottom-img-cover-white {
	/* position: fixed; */
	position: absolute;
	bottom: 42px;
	background-color: white;
	height: 32px;
	/* width: 100%; */
	/* margin-left: -12px; */
	/* width: 780px; */
	/* left: 50%; */
	/* transform: translateX(-50%); */
	/* width: 100vw;
    margin-left: -30px; */
	/* transform: scaleX(1.0175); */
	/* width: calc(100vw - calc(100vw - 100%) + 24px); */
	width: calc(100vw - calc(100vw - 100%) + 12px);
	left: -12px;
}

.bottom-img {
	/* position: fixed; */
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
	.pc-bottom-img, .bottom-img-cover, .bottom-img-cover-white {
		display: none;
	}

	.sp-bottom-img {
		max-width: 50%;
	}
}

@media only screen and (min-width: 768px) {
	.pc-bottom-img {
		width: 780px;
	}

	.sp-bottom-img {
		display: none;
	}
}

/* @media only screen and (min-width: 768px) and (max-width: 999px){
    .pc-bottom-img{
        display: block;
        width: 100%;
        max-width: 780px;
    }
    .sp-bottom-img{
        display: none;
    }
} */
.bottom-right-img {
	/* position: fixed; */
	position: absolute;
	bottom: 90px;
	right: 20px;
	/* transform: translateX(-50%); */
}

.bottom-right-img-delete {
	/* position: fixed; */
	position: absolute;
	bottom: 320px;
	right: 20px;
	/* background-color: #11bdbd; */
	/* opacity: 0.6; */
	width: 20px;
	height: 20px;
	transition: all 0.3s;
	background-color: RGB(77, 77, 77);
}

.bottom-right-img-delete::before {
	position: absolute;
	/* position: relative; */
	content: "×";
	background-color: (77, 77, 77);
	color: white;
	width: 20px;
	height: 20px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	line-height: 1.25;
}

.bottom-right-img-delete:hover::before {
	content: "×";
	color: #11bdbd;
}

@media only screen and (max-width: 767px) {
	.bottom-right-img, .bottom-right-img-delete {
		display: none;
	}
}

.bottom-img:hover,
.bottom-right-img:hover {
	opacity: 0.6;
	cursor: pointer;
}

.bottom-right-img-delete:hover {
	cursor: pointer;
}

/* @media only screen and (max-width: 999px){
    .bottom-img-cover.img-login{
        bottom: 84px;
    }
    .bottom-img-cover-white.img-login{
        bottom: 126px;
    }
    .bottom-img.img-login{
        bottom: 84px;
    }
    .bottom-right-img.img-login{
        bottom: 174px;
    }
    .bottom-right-img-delete.img-login{
        bottom: 404px;
    }
} */
.sticky-div {
	position: -webkit-sticky;
	position: sticky;
	width: 100%;
	bottom: 0;
	height: 80px;
}

@media only screen and (max-width: 999px) {
	.sticky-div.sticky-login {
		bottom: 84px;
	}
}

@media only screen and (max-width: 767px) {
	.sp-bottom-img {
		position: relative;
	}

	.sticky-div {
		height: auto;
	}
}

.gotop {
	display: block;
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	background: #11bdbd;
	border: 1px solid #fff;
	padding-top: 30px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 75%;
	text-decoration: none;
	color: #fff;
	position: fixed;
	border-radius: 50%;
	right: 3%;
	bottom: 5%;
}

.gotop::before {
	content: "";
	display: block;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 25%;
	height: 25%;
	top: 25%;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	transform: rotate(-45deg);
}

.gotop:hover {
	opacity: 0.6;
}

@media only screen and (max-width: 999px) {
	.gotop {
		bottom: 15%;
	}
}

@media screen and (max-width: 999px) {
	a.gotop-nonLogin {
		bottom: 36px;
	}
}

.pc, .sp {
	display: none;
}

@media screen and (min-width: 1000px) {
	.pc {
		display: block;
	}
}

@media screen and (max-width: 999px) {
	.sp {
		display: block;
	}
}

/* a {
    color: #11bdbd;
    text-decoration: none;
    cursor: pointer;
} */
.m-heading {
	position: relative;
	color: #4d4d4d;
}

@media screen and (max-width: 999px) {
	.m-heading {
		font-size: 20px;
		line-height: 2;
		letter-spacing: 0em;
		font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
		font-weight: bold;
		transform: translateY(-5px);
	}
}

@media screen and (min-width: 1000px) {
	.m-heading {
		transform: translateY(-1px);
		font-size: 24px;
		letter-spacing: 0.02em;
		font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro W6', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック',
			'MS PGothic', sans-serif;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.m-heading {
		font-weight: bold;
	}
}

@supports (-ms-ime-align: auto) {
	.m-heading {
		font-weight: bold;
	}
}

@media screen and (max-width: 999px) {
	.m-heading:not(.m-heading--no-border) {
		padding-bottom: 5px;
	}
}

@media screen and (min-width: 1000px) {
	.m-heading:not(.m-heading--no-border) {
		padding-bottom: 16px;
	}
}

.m-heading:not(.m-heading--no-border):before {
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 2;
	width: 24px;
	height: 3px;
	content: '';
	background: #faf45d;
}

.m-heading:not(.m-heading--no-border):after {
	position: absolute;
	right: 0;
	bottom: -2px;
	left: 27px;
	z-index: 1;
	height: 6px;
	content: '';
	background: -moz-radial-gradient(circle, #87dddd 30%, white 30%);
	background: -webkit-radial-gradient(circle, #87dddd 30%, white 30%);
	background: radial-gradient(circle, #87dddd 30%, white 30%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#87DDDD", endColorstr="#ffffff", GradientType=1);
	background-repeat: repeat;
	background-size: 6px 6px;
}

@media screen and (min-width: 1000px) {
	.o-section-big-title {
		display: flex;
	}
}

.o-section-big-title__left {
	border-bottom: 3px solid #faf45d;
}

@media screen and (min-width: 1000px) {
	.o-section-big-title__left {
		flex: 1 0 70%;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 999px) {
	.o-section-big-title__left {
		padding-bottom: 18px;
	}
}

.o-section-big-title__left span {
	display: inline-block;
	font-size: 16px;
	color: #666;
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro W6', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック',
		'MS PGothic', sans-serif;
}

@media screen and (min-width: 1000px) {
	.o-section-big-title__left span {
		margin-top: 5px;
		line-height: 24px;
	}
}

.o-section-big-title__right {
	font-size: 14px;
	line-height: 22px;
	color: #4d4d4d;
	border-bottom: 3px solid #e6e6e6;
}

@media screen and (min-width: 1000px) {
	.o-section-big-title__right {
		padding-top: 11px;
		padding-bottom: 26px;
		margin-left: 8px;
	}
}

@media screen and (max-width: 999px) {
	.o-section-big-title__right {
		padding: 26px 15px;
	}
}

.o-section-big-title__heading {
	font-family: 'ABeeZee', 'Noto Sans JP', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
	color: #11bdbd;
}

@media screen and (min-width: 1000px) {
	.o-section-big-title__heading {
		font-size: 52px;
		font-weight: normal;
	}
}

@media screen and (max-width: 999px) {
	.o-section-big-title__heading {
		font-size: 31px;
		font-weight: normal;
		line-height: 1.1;
	}
}

@media screen and (max-width: 999px) {
	.t-main__big-title {
		margin-top: 32px;
	}
}

@media screen and (min-width: 1000px) {
	.t-main__section-62 {
		margin-top: 62px;
	}
}

/* スマホサイズの時だけ、最初は見えないようにしておく */

.c-txt-ttl.c-txt-ttl--column {
  margin-top: 0 !important;
}
.c-txt-ttl.c-txt-ttl--column .c-txt-ttl__outer .c-txt-ttl__inner {
  padding-top: 7px !important;
}

.append .group-relation .append-seminar h3 {
  font-size: 1.6rem !important;
}
[data-whatinput=keyboard] .append .group-relation .append-seminar .link-internal:focus {
  text-decoration: underline;
}
.append .group-relation .append-column h3 {
  font-size: 1.6rem !important;
}
[data-whatinput=keyboard] .append .group-relation .append-column .append-column-list a:focus {
  text-decoration: underline;
}

.sticky-div {
  position: fixed !important;
  z-index: 10 !important;
}
.sticky-div.stop {
  position: absolute !important;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .l-wrap {
    display: block !important;
  }
  .l-content .l-content__inner.l-content__inner--col2 {
    display: block !important;
  }
}
@media screen and (max-width: 999px) {
	.l-content__inner {
		padding-inline: 20px !important;
	}

  .l-content__nav {
    visibility: hidden !important;
    /* 透明にする */
    opacity: 0 !important;
    transition: opacity 0.2s ease-in;
    /* ふわっと表示させるためのアニメーション */
  }
  .l-content__nav.is-visible {
    visibility: visible !important;
    opacity: 1 !important;
  }
}
@media print, screen and (min-width: 1000px) {
  .append .group-relation .append-seminar h3 {
    font-size: 1.9rem !important;
  }
  .append .group-relation .append-seminar .link-internal:hover {
    text-decoration: underline;
  }
  .append .group-relation .append-column h3 {
    font-size: 1.9rem !important;
  }
  .append .group-relation .append-column .append-column-list a:hover {
    text-decoration: underline;
  }
}