@charset "utf-8";

:root {
	--pcp: / 1440 * 100%;
	--pcv: / 1440 * 100vw;
	
	--spp: / 375 * 100%;
	--spv: / 375 * 100vw;
}

/* -------------------------------------------------
	font
------------------------------------------------- */

@font-face {
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
	font-style: normal;
	src: url('../font/NotoSansCJKjp-hinted_subset_woff/NotoSansCJKjp-Regular_sub.woff') format('woff');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-weight: 700;
	font-style: normal;
	src: url('../font/NotoSansCJKjp-hinted_subset_woff/NotoSansCJKjp-Bold_sub.woff') format('woff');
}

/* -------------------------------------------------
	reset
------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	vertical-align: top;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
	color: #33312E;
	background: #F2F1EF;
}

.bg-gray {
	background: #F2F1EF;
	position: relative;
}

p, h1, h2, h3, h4, th, td, li, dt, dd, figcaption, input, select, textarea {
	font-weight: 400;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}

iframe {
	border: none;
}

a {
	color: #33312E;
	text-decoration: none;
}
a:hover {
	
}

ul, ol {
	list-style-type: none;
}

main {
	display: block;
}

@media print, screen and (min-width:768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

@media screen and (max-width:767px) {
	
}

/* -------------------------------------------------
	box
------------------------------------------------- */

.box1000 {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.box1200 {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width:767px) {
	.box1000,
	.box1200 {
		width: auto;
	}
	.box-sp {
		width: calc(343 var(--spp));
		margin: 0 auto;
		position: relative;
	}
}

/* -------------------------------------------------
	#fv
------------------------------------------------- */

#fv {
	position: sticky;
	top: 0;
	z-index: 2;
}
#fv img {
	width: 100%;
}

#fv .nissay-logo {
	width: 220px;
	height: 80px;
	padding: 16px 0 0 32px;
	border-radius: 0 0 36px 0;
	background: #fff;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
}
#fv .nissay-logo img {
	width: 148px;
}

#fv .btn {
	width: calc(589 var(--pcp));
	display: block;
	position: absolute;
	z-index: 2;
	left: 50%;
	top: calc(508 var(--pcv));
	transform: translateX(-50%);
}

@media screen and (max-width:767px) {
	#fv {
		width: 100%;
		overflow: hidden;
	}
	#fv .nissay-logo {
		width: calc(150 var(--spv));
		height: calc(54 var(--spv));
		padding: calc(11 var(--spv)) 0 0 calc(22 var(--spv));
		border-radius: 0 0 calc(24 var(--spv)) 0;
		background: transparent;
	}
	#fv .nissay-logo img {
		width: calc(100 var(--spv));
	}
	#fv .btn {
		width: 114%;
		top: calc(322 var(--spv));
		transform: translateX(-50%);
	}
}

/* -------------------------------------------------
	.h-type1
------------------------------------------------- */

.h-type1 {
	text-align: center;
	font-size: 40px;
	font-weight: 700;
}
.h-type1.white {
	color: #FFFFFF;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width:767px) {
	.h-type1 {
		font-size: calc(24 var(--spv));
	}
	.h-type1.sp-lh {
		line-height: calc(35 / 24);
	}
}

/* -------------------------------------------------
	.lead-type1
------------------------------------------------- */

.lead-type1 {
	margin-top: 1.1em;
	text-align: center;
	font-size: 24px;
	line-height: calc(35 / 24);
}
.lead-type1.white {
	color: #FFFFFF;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width:767px) {
	.lead-type1 {
		margin-top: 1.1em;
		font-size: calc(20 var(--spv));
		line-height: calc(29 / 20);
	}
}

/* -------------------------------------------------
	.sticky-group1
------------------------------------------------- */

.sticky-group1 {
	position: relative;
	z-index: 4;
}

/* -------------------------------------------------
	#about
------------------------------------------------- */

#about {
	width: 100%;
	margin-top: calc(-101 var(--pcv));
	padding: 20px 0 41px;
	text-align: center;
	background: #F2F1EF;
	border-radius: calc(100 var(--pcv)) calc(100 var(--pcv)) 0 0;
	overflow: hidden;
}
#about a {
	color: #FF591B;
	text-decoration: underline;
}

#about .headline {
	font-size: 40px;
	font-weight: 700;
}

#about .lead {
	margin-top: 5px;
	font-size: 24px;
	font-weight: 700;
}
#about .lead * {
	vertical-align: baseline;
	white-space: nowrap;
	display: inline-block;
	letter-spacing: 0.025em;
	line-height: 1.3;
}
#about .lead strong {
	font-size: 36px;
	color: #FF591B;
}
#about .lead .in-text1 {
	padding: 0 0.3em;
}

#about .box1 {
	width: 96%;
	max-width: 1000px;
	padding: 32px 10px 22px;
	margin: 25px auto 0;
	background: #F8F8F7;
	border-radius: 10px;
	box-shadow: 3px 3px 6px 0 #D7D3CF inset;
}
#about .box1 .text1 {
	font-size: 24px;
	font-weight: 700;
}
#about .box1 .text2 {
	margin-top: 0.8em;
	font-size: 16px;
	line-height: calc(24 / 16);
}

#about .text3 {
	margin-top: 1.5em;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.025em;
}
#about .text3 * {
	vertical-align: baseline;
	white-space: nowrap;
	display: inline-block;
	line-height: 1.3;
}
#about .text3 .logo {
	width: 400px;
	margin: 0 8px;
	vertical-align: -16px;
}

#about .merits span {
	display: block;
	color: #fff;
	font-weight: 700;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
}
#about .merits .m-text1 {
	font-size: 28px;
	line-height: calc(39 / 28);
}
#about .merits .m-text2 {
	font-size: 36px;
	line-height: calc(39 / 36);
}
#about .merits .m-text3 {
	font-size: 24px;
	line-height: calc(39 / 24);
}
#about .merits li:last-child .m-text3 {
	font-size: 28px;
	line-height: calc(39 / 28);
}

#about .text4 {
	font-size: 24px;
	line-height: calc(35 / 24);
}
#about .text4 .kome {
	font-size: 0.6em;
}
#about .note {
	margin-top: 1.5em;
	font-size: 12px;
}

@media print, screen and (min-width:768px) {
	#about a:hover {
		opacity: 0.6;
	}
	
	#about .headline .logo {
		width: 788px;
		vertical-align: -50px;
		margin-right: -23px;
	}
	
	#about .lead .in-text2 {
		padding-left: 0.3em;
	}
	
	#about .merits {
		width: 96%;
		max-width: 1292px;
		height: 252px;
		margin: -10px auto 0;
		display: flex;
		align-items: center;
		background: url("../img/fig_about_01.png") no-repeat center top / 1292px auto;
	}
	#about .merits li {
		width: 50%;
		text-align: left;
	}
	#about .merits li .m-texts {
		padding-left: 120px;
		text-align: center;
	}
}

@media print, screen and (min-width:768px) and (max-width:1330px) {
	#about .merits {
		height: calc(252 / 1330 * 100vw);
		background-size: calc(1292 / 1330 * 100vw) auto;
	}
	#about .merits li .m-texts {
		padding-left: calc(120 / 1330 * 100vw);
	}
	#about .merits .m-text1 {
		font-size: calc(28 / 1330 * 100vw);
	}
	#about .merits .m-text2 {
		font-size: calc(36 / 1330 * 100vw);
	}
	#about .merits .m-text3 {
		font-size: calc(24 / 1330 * 100vw);
	}
}

@media screen and (max-width:767px) {
	#about {
		margin-top: calc(-58 var(--spv));
		padding: calc(4 var(--spv)) 0 calc(40 var(--spv));
		border-radius: calc(36 var(--spv)) calc(36 var(--spv)) 0 0;
	}
	
	#about .headline {
		font-size: calc(24 var(--spv));
	}
	#about .headline .logo {
		width: 112%;
		max-width: none;
		margin-left: 50%;
		transform: translateX(-50%);
		display: block;
	}

	#about .lead {
		margin-top: 6vw;
		font-size: calc(20 var(--spv));
	}
	#about .lead * {
		line-height: calc(42 / 28);
	}
	#about .lead strong {
		font-size: calc(28 var(--spv));
	}
	
	#about .box1 {
		width: 100%;
		padding: calc(24 var(--spv)) calc(16 var(--spv)) calc(20 var(--spv));
		margin: calc(20 var(--spv)) auto 0;
		border-radius: calc(10 var(--spv));
	}
	#about .box1 .text1 {
		font-size: calc(20 var(--spv));
		line-height: calc(29 / 20);
	}
	#about .box1 .text2 {
		margin-top: 0.6em;
		font-size: calc(16 var(--spv));
	}

	#about .text3 {
		margin-top: 1.3em;
		font-size: calc(24 var(--spv));
	}
	#about .text3 * {
		line-height: 1;
	}
	#about .text3 .logo {
		width: calc(294 var(--spv));
		margin: calc(14 var(--spv)) auto;
		display: block;
		vertical-align: 0;
	}
	
	#about .merits {
		height: calc(635 var(--spv));
		margin: -4vw 0 0;
		background: url("../img/fig_about_01_sp.png") no-repeat center top / 116% auto;
	}
	#about .merits li:first-child {
		padding-top: calc(172 var(--spv));
	}
	#about .merits li:last-child {
		padding-top: calc(212 var(--spv));
	}
	#about .merits .m-text1 {
		font-size: calc(24 var(--spv));
	}
	#about .merits .m-text2 {
		font-size: calc(28 var(--spv));
	}
	#about .merits .m-text3 {
		font-size: calc(20 var(--spv));
	}
	#about .merits li:last-child .m-text3 {
		font-size: 24px;
	}
	
	#about .text4 {
		margin-top: -0.8em;
		font-size: calc(20 var(--spv));
		line-height: calc(29 / 20);
		white-space: nowrap;
	}
	#about .note {
		margin-top: 1.5em;
		font-size: calc(12 var(--spv));
	}
}

/* -------------------------------------------------
	#case
------------------------------------------------- */

#case {
	width: 100%;
	padding: 26px 0 40px;
	background: #FF9447;
	position: relative;
	overflow: hidden;
}
#case::before,
#case::after {
	width: 100%;
	height: 8px;
	content: "";
	display: block;
	position: absolute;
	left: 0;
}
#case::before {
	top: 0;
	background: linear-gradient(180deg, #da7b2f 0%, #FF9447 100%);
}
#case::after {
	bottom: 0;
	background: linear-gradient(180deg, #FF9447 0%, #ffb178 100%);
}

#case .headline1 {
	font-size: 40px;
	line-height: 1.3;
	color: #fff;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
	font-weight: 700;
	text-align: center;
}
#case .headline1 .logo {
	width: 385px;
	margin-left: -15px;
	display: inline-block;
	vertical-align: -26px;
}
#case .headline1 .h-in-text {
	vertical-align: baseline;
	white-space: nowrap;
}

#case .lead-type1 {
	margin-top: 0.3em;
}

#case .case-slider .item {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}
#case .case-slider .item p {
	position: absolute;
	z-index: 2;
}
#case .case-slider .item .text1 {
	font-size: 32px;
	line-height: calc(46 / 32);
	left: 32px;
	top: 24px;
	font-weight: 700;
}
#case .case-slider .item .text2 {
	width: 200px;
	font-size: 20px;
	line-height: calc(29 / 20);
	right: 32px;
	bottom: 32px;
}

#case .slick-list {
	overflow: visible;
}

#case .slick-dots {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	gap: 0 20px;
}
#case .slick-dots li {
	width: 14px;
	height: 14px;
	background: #D97A2E;
	border-radius: 50%;
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.3) inset;
	overflow: hidden;
}
#case .slick-dots li.slick-active {
	background: #FFFFFF;
}
#case .slick-dots li button {
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

#case .slick-arrow {
	width: 10000px;
	height: 300px;
	color: transparent;
	background: transparent;
	border: none;
	position: absolute;
	top: 0;
	z-index: 10;
}
#case .slick-arrow.slick-prev {
	right: calc(50% + 400px);
}
#case .slick-arrow.slick-next {
	left: calc(50% + 400px);
}

@media print, screen and (min-width:768px) {
	#case .slide-wrap {
		width: 96%;
		max-width: 832px;
		margin: 40px auto 0;
	}
}

@media print, screen and (min-width:768px) and (max-width:940px) {
	#case .slide-wrap {
		width: 80%;
	}
	#case .case-slider .item {
		width: calc(800 / 832 * 100%);
	}
	
	#case .slick-arrow {
		height: calc(270 / 940 * 100vw);
	}
	#case .slick-arrow.slick-prev {
		right: calc(50% + 38vw);
	}
	#case .slick-arrow.slick-next {
		left: calc(50% + 38vw);
	}
}

@media screen and (max-width:767px) {
	#case {
		padding: calc(20 var(--spv)) 0 calc(24 var(--spv));
	}
	
	#case .headline1 {
		font-size: calc(24 var(--spv));
		line-height: 1;
	}
	#case .headline1 .logo {
		width: 110%;
		max-width: none;
		margin-left: 50%;
		transform: translateX(-50%);
		display: block;
		vertical-align: 0;
	}
	
	#case .lead-type1 {
		margin-top: 1.3em;
		font-size: calc(16 var(--spv));
		line-height: calc(24 / 16);
	}
	#case .slide-wrap {
		width: 100%;
		margin: calc(24 var(--spv)) auto 0;
	}
	#case .case-slider .item {
		width: calc(343 var(--spv));
		margin: 0 auto;
	}
	#case .case-slider .item .text1 {
		font-size: calc(32 var(--spv));
		left: calc(32 var(--spv));
		top: calc(24 var(--spv));
	}
	#case .case-slider .item .text2 {
		width: calc(280 var(--spv));
		font-size: calc(20 var(--spv));;
		line-height: calc(29 / 20);
		right: auto;
		bottom: auto;
		left: calc(32 var(--spv));
		top: calc(134 var(--spv));
	}

	#case .slick-dots {
		margin-top: calc(24 var(--spv));
		gap: 0 calc(20 var(--spv));
	}
	#case .slick-dots li {
		width: calc(14 var(--spv));
		height: calc(14 var(--spv));
	}
	
	#case .slick-arrow {
		width: 500px;
		height: calc(470 var(--spv));
	}
	#case .slick-arrow.slick-prev {
		right: calc(50% + 39vw);
	}
	#case .slick-arrow.slick-next {
		left: calc(50% + 39vw);
	}
}

/* -------------------------------------------------
	#join
------------------------------------------------- */

#join {
	width: 100%;
	padding: 40px 0 0;
	overflow: hidden;
	background: #F2F1EF;
}

#join .h-type1 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 16px;
}
#join .h-type1 .free {
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	background: #FF9447;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
	box-shadow:
		-2px -2px 3px 0 rgba(0,0,0,0.16) inset,
		2px 2px 6px 0 rgba(0,0,0,0.2);
	border-radius: 50%;
}

#join .btn1 {
	margin-top: -22px;
	text-align: center;
	position: relative;
	z-index: 4;
}
#join .btn1 a {
	width: 489px;
	display: inline-block;
}

@media screen and (max-width:767px) {
	#join .h-type1 {
		gap: 0 calc(10 var(--spv));
	}
	#join .h-type1 .free {
		width: calc(40 var(--spv));
		height: calc(40 var(--spv));
		font-size: calc(16 var(--spv));
	}

	#join .btn1 {
		margin-top: -3vw;
	}
	#join .btn1 a {
		width: 112%;
		display: block;
		margin-left: 50%;
		transform: translateX(-50%);
	}
}

/* -------------------------------------------------
	#join > .steps
------------------------------------------------- */

#join .steps {
	text-align: center;
	position: relative;
	z-index: 2;
}
#join .steps .step {
	position: relative;
}
#join .steps .step#step2::before {
	width: 40px;
	height: 30px;
	background: url("../img/arrow_01.png") no-repeat 0 0 / contain;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}

#join .steps .step .headline {
	padding-top: 112px;
	color: #fff;
	font-weight: 700;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.16);
}
#join .steps .step .headline .label {
	display: block;
	font-size: 24px;
}
#join .steps .step .headline .title {
	margin-top: 18px;
	display: block;
	font-size: 32px;
}
#join .steps .step button {
	background: transparent;
}
#join .steps .step .texts .text1 {
	font-size: 24px;
	line-height: calc(35 / 24);
	font-weight: 700;
}
#join .steps .step .texts .text2 {
	margin-top: 0.3em;
	font-size: 16px;
}

#join .steps .step button {
	border: none;
	cursor: pointer;
	transition: opacity 0.4s ease-out;
}
#join .steps .step button::after {
	content: "";
	display: block;
	background: url("../img/play.png") no-repeat center center / contain;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: transform 0.4s ease-out;
}

#join .steps .step .fig {
	position: absolute;
}

@media print, screen and (min-width:768px) {
	#join .steps .step {
		height: 642px;
		background: url("../img/bg_join_01.png") no-repeat center top / 1110px auto;
	}
	#join .steps .step#step1 {
		margin-top: -58px;
	}
	#join .steps .step#step2 {
		margin-top: -21px;
	}
	
	#join .steps .step .texts {
		margin-top: 43px;
		transform: translateX(-270px);
	}
	
	#join .steps .step button {
		width: 480px;
		position: absolute;
		left: calc(50% - 60px);
		top: 61.5%;
		transform: translateY(-50%);
	}
	#join .steps .step button::after {
		width: 62px;
		height: 62px;
	}
	#join .steps .step button:hover {
		opacity: 0.8;
	}
	#join .steps .step button:hover::after {
		transform: translate(-50%,-50%) scale(1.1);
	}
	
	#join .steps .step .fig {
		width: 400px;
		left: calc(50% - 200px - 270px);
		bottom: 55px;
	}
}

@media print, screen and (min-width:768px) and (max-width:1060px) {
	#join .steps .step {
		height: calc(642 / 1060 * 100vw);
		background-size: auto 100%;
	}
	
	#join .steps .step .headline {
		padding-top: calc(112 / 1060 * 100vw);
	}
	#join .steps .step .headline .label {
		font-size: calc(24 / 1060 * 100vw);
	}
	#join .steps .step .headline .title {
		margin-top: calc(18 / 1060 * 100vw);
		font-size: calc(32 / 1060 * 100vw);
	}

	
	#join .steps .step .texts {
		margin-top: calc(43 / 1060 * 100vw);
		transform: translateX( calc(-270 / 1060 * 100vw) );
	}
	#join .steps .step .texts .text1 {
		font-size: calc(24 / 1060 * 100vw);
	}
	#join .steps .step .texts .text2 {
		font-size: calc(16 / 1060 * 100vw);
	}
	
	#join .steps .step button {
		width: calc(480 / 1060 * 100vw);
		left: calc(50% - (60 / 1060 * 100vw));
	}
	
	#join .steps .step .fig {
		width: calc(400 / 1060 * 100vw);
		left: calc(50% - (200 / 1060 * 100vw) - (270 / 1060 * 100vw));
		bottom: calc(55 / 1060 * 100vw);
	}
}

@media screen and (max-width:767px) {
	#join .steps .step {
		height: calc(821 var(--spv));
		background: url("../img/bg_join_01_sp.png") no-repeat center top / auto 100%;
	}
	#join .steps .step#step1 {
		margin-top: -14.6vw;
	}
	#join .steps .step#step2 {
		margin-top: -7.4vw;
	}
	#join .steps .step#step2::before {
		width: calc(40 var(--spv));
		height: calc(30 var(--spv));
	}

	#join .steps .step .headline {
		padding-top: 29.4vw;
		color: #fff;
		font-weight: 700;
		text-shadow: 2px 2px 6px rgba(0,0,0,0.16);
	}
	#join .steps .step .headline .label {
		font-size: calc(24 var(--spv));
	}
	#join .steps .step .headline .title {
		margin-top: 0.65em;
		font-size: calc(24 var(--spv));
		line-height: calc(35 / 24);
	}
	
	#join .steps .step .texts {
		margin-top: calc(38 var(--spv));
	}
	#join .steps .step .texts .text1 {
		font-size: calc(24 var(--spv));
	}
	#join .steps .step .texts .text2 {
		font-size: calc(16 var(--spv));
	}
	
	#join .steps .step button {
		width: calc(311 var(--spp));
		margin: calc(27 var(--spp)) auto 0;
		display: block;
		position: relative;
	}
	#join .steps .step button::after {
		width: calc(60 var(--spv));
		height: calc(60 var(--spv));
	}
	
	#join .steps .step .fig {
		width: calc(326 var(--spp));
		left: 50%;
		bottom: 14.7vw;
		transform: translateX(-50%);
	}
}

/* -------------------------------------------------
	#join > .limit
------------------------------------------------- */

#join .limit {
	margin-top: 20px;
}
#join .limit .white-box {
	background: #F8F8F7;
	border-radius: 10px;
	box-shadow: 3px 3px 6px 0 #D7D3CF inset;
	position: relative;
}
#join .limit .white-box-inner {
	margin: 0 auto;
	padding: 40px 0;
}
#join .limit .notice {
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	background: #FF9447;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
	box-shadow: -2px -2px 3px 0 rgba(0, 0, 0, 0.16) inset, 2px 2px 6px 0 rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	position: absolute;
	left: -30px;
	top: -30px;
}

#join .limit .pre-text {
	font-size: 24px;
	line-height: 1.3;
	font-weight: 700;
}
#join .limit .title {
	margin-top: 0.2em;
	font-size: 24px;
}
#join .limit .title .day {
	margin: 0 0.3em;
	font-size: 24px;
	display: inline-block;
	font-weight: 700;
	vertical-align: baseline;
}
#join .limit .title .day .num {
	font-size: 40px;
	color: #FF9447;
	vertical-align: baseline;
}

#join .limit .acc-trigger {
	width: 400px;
	height: 87px;
	box-shadow: -2px -2px 3px 0 rgba(0,0,0,0.16) inset;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
	background: #FF9447;
	border-radius: 10px;
	border: none;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: 700;
	cursor: pointer;
	position: relative;
	transition: opacity 0.2s ease-out;
}
#join .limit .acc-trigger::after {
	width: 30px;
	height: 26px;
	content: "";
	display: block;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	background: url("../img/arrow_04.png") no-repeat 0 0 / contain;
}
#join .limit .acc-trigger.on::after {
	background-image: url("../img/arrow_03.png");
}

#join .limit .acc-target {
	display: none;
}

#join .limit .col2 .pc-right .box {
	background: #fff;
	border-radius: 10px;
	box-shadow: 3px 3px 6px 0 #D7D3CF inset;
	position: relative;
}
#join .limit .col2 .pc-right .box {
	padding: 20px 10px 18px;
	text-align: center;
}
#join .limit .col2 .pc-right .box::after {
	width: 13px;
	height: 17px;
	content: "";
	display: block;
	position: absolute;
	left: -29px;
	top: 50%;
	transform: translate(-50%,-50%);
	background: url("../img/arrow_02.png") no-repeat 0 0 / contain;
}
#join .limit .col2 .box .sub-title {
	font-size: 20px;
	line-height: calc(29 / 20);
	font-weight: 700;
	text-align: center;
}
#join .limit .col2 .pc-left .box .sub-title {
	margin-bottom: 27px;
}
#join .limit .col2 .box .case + .case {
	margin-top: 24px;
}
#join .limit .col2 .box .case .case-title {
	font-size: 16px;
	line-height: calc(21 / 16);
	font-weight: 700;
	text-align: center;
	background: #E6F1D9;
	border: solid 2px #86BD45;
	border-radius: 5px;
}

#join .limit .col2 .pc-left .box .desc {
	font-size: 14px;
	line-height: calc(20 / 14);
}
#join .limit .col2 .pc-right .box .desc {
	font-size: 16px;
	line-height: calc(30 / 16);
}

#join .limit .col2 .box .desc.lv2 {
	margin-left: 15px;
}
#join .limit .col2 .box .desc.lv3 {
	margin-left: 30px;
}
#join .limit .col2 .box .desc .strong {
	padding: 0.2em 0.5em 0.1em;
	background: #87BC45;
	display: inline-block;
	font-weight: 700;
	color: #fff;
}
#join .limit .col2 .pc-left .box .desc .strong {
	border-radius: 13px;
}
#join .limit .col2 .pc-right .box .desc .strong {
	border-radius: 15px;
	margin: 10px 0 7px;
}

#join .limit .col2 .box .case .desc + .desc {
	margin-top: 6px;
}
#join .limit .col2 .box .case .desc.lv2 .strong,
#join .limit .col2 .box .case .desc.lv3 .strong {
	margin-left: 5px;
}

@media print, screen and (min-width:768px) {
	#join .limit .title-col2 {
		margin: 0 58px 0 86px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#join .limit .title-box {
		padding-right: 15px;
	}
	
	#join .limit .acc-trigger:hover {
		opacity: 0.7;
	}
	
	#join .limit .col2 {
		margin: 0 58px 0 62px;
		padding-top: 24px;
		display: flex;
		justify-content: space-between;
	}
	#join .limit .col2 .pc-left {
		width: 620px;
		padding: 20px 0 24px;
		background: #fff url("../img/fig_step_03.png") no-repeat 24px bottom / 156px auto;
		border-radius: 10px;
		box-shadow: 3px 3px 6px 0 #D7D3CF inset;
	}
	
	#join .limit .col2 .pc-left .box .case {
		margin-left: 194px;
		display: flex;
		gap: 0 16px;
	}
	#join .limit .col2 .pc-left .box .case .case-title {
		width: 100px;
		height: 85px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#join .limit .col2 .pc-right {
		width: calc(100% - 680px);
	}
	#join .limit .col2 .pc-right .box + .box {
		margin-top: 24px;
	}
}

@media print, screen and (min-width:768px) and (max-width:1075px) {
	#join .limit .col2 {
		margin: 0 15px;
	}
}

@media print, screen and (min-width:768px) and (max-width:980px) {
	#join .limit .col2 .pc-left {
		width: 470px;
		padding-right: 10px;
	}
	#join .limit .col2 .pc-left .case .texts {
		width: calc(100% - 116px);
	}
	#join .limit .col2 .pc-right {
		width: calc(100% - 530px);
	}
}

@media screen and (max-width:767px) {
	#join .limit {
		margin-top: 9vw;
	}
	#join .limit .white-box {
		
	}
	#join .limit .white-box-inner {
		width: calc(311 / 343 * 100%);
		padding: calc(64 var(--spv)) 0 calc(24 var(--spv));
	}
	#join .limit .notice {
		width: calc(100 var(--spv));
		height: calc(100 var(--spv));
		font-size: calc(24 var(--spv));
		left: 50%;
		top: 0;
		transform: translate(-50%,-50%);
	}

	#join .limit .pre-text {
		font-size: calc(20 var(--spv));
		line-height: calc(29 / 20);
		text-align: center;
	}

	#join .limit .title {
		margin-top: 0.7em;
		font-size: calc(20 var(--spv));
		line-height: calc(34 var(--spv));
		text-align: center;
	}
	#join .limit .title .day {
		font-size: calc(24 var(--spv));
	}
	#join .limit .title .day .num {
		font-size: calc(40 var(--spv));
	}

	#join .limit .acc-trigger {
		width: 100%;
		height: calc(64 var(--spv));
		margin-top: calc(22 var(--spv));
		padding: 0 0 0 1.6em;
		font-size: calc(24 var(--spv));
		line-height: calc(24 / 16);
		justify-content: flex-start;
	}
	#join .limit .acc-trigger::after {
		width: calc(30 var(--spv));
		height: calc(26 var(--spv));
		right: calc(8 var(--spv));
	}
	
	#join .limit .col2 {
		padding-top: calc(24 var(--spv));
	}
	
	#join .limit .col2 .pc-left {
		background: #fff url(../img/fig_step_03.png) no-repeat center bottom / calc(156 var(--spv)) auto;
		border-radius: 10px;
		box-shadow: 3px 3px 6px 0 #D7D3CF inset;
	}
	
	#join .limit .col2 .pc-left .box {
		width: calc(288 / 311 * 100%);
		margin: 0 auto;
		padding: calc(18 var(--spv)) 0 calc(260 var(--spv));
		background-size: calc(156 var(--spv)) auto;
		background-position: center bottom;
	}
	#join .limit .col2 .pc-right .box {
		margin: calc(24 var(--spv)) 0 0 calc(25 / 311 * 100%);
		padding: calc(27 var(--spv)) 0 calc(25 var(--spv)) ;
	}
	#join .limit .col2 .pc-right .box::after {
		width: calc(13 var(--spv));
		height: calc(17 var(--spv));
		left: calc(-26 var(--spv));
		transform: translate(0,-50%);
	}
	#join .limit .col2 .box .sub-title {
		margin-bottom: 0.9em;
		font-size: calc(20 var(--spv));
		line-height: calc(26 / 20);
	}
	#join .limit .col2 .pc-right .box .sub-title {
		margin-bottom: 0.5em;
	}
	#join .limit .col2 .box .case + .case {
		margin-top: calc(24 var(--spv));
	}
	#join .limit .col2 .box .case .case-title {
		height: calc(30 var(--spv));
		margin-bottom: calc(16 var(--spv));
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: calc(16 var(--spv));
		line-height: 1;
	}

	#join .limit .col2 .pc-left .box .desc {
		font-size: calc(14 var(--spv));
	}
	#join .limit .col2 .pc-right .box .desc {
		font-size: calc(16 var(--spv));
		line-height: 1.5;
	}

	#join .limit .col2 .box .desc.lv2 {
		margin-left: calc(15 var(--spv));
	}
	#join .limit .col2 .box .desc.lv3 {
		margin-left: calc(24 var(--spv));
	}
	#join .limit .col2 .pc-left .box .desc .strong {
		border-radius: calc(12 var(--spv));
	}
	#join .limit .col2 .pc-right .box .desc .strong {
		margin: 0 0 0.3em 0;
		border-radius:  calc(12 var(--spv));
	}

	#join .limit .col2 .box .case .desc + .desc {
		margin-top: 0.4em;
	}
	#join .limit .col2 .box .case .desc.lv2 .strong,
	#join .limit .col2 .box .case .desc.lv3 .strong {
		margin-left: 0.2em;
	}
}

/* -------------------------------------------------
	#regist
------------------------------------------------- */

#regist {
	background: #F2F1EF;
}

@media print, screen and (min-width:768px) {
	#regist {
		padding: 50px 0 170px;
	}
	
	#regist .buttons {
		margin-top: -3px;
		display: flex;
		justify-content: center;
	}
	#regist .buttons a {
		display: inline-block;
	}
	#regist .buttons a.dl {
		width: 489px;
		transform: translateX(23px);
	}
	#regist .buttons a.login {
		width: 589px;
		transform: translateX(-23px);
	}
}

@media screen and (max-width:767px) {
	#regist {
		width: 100%;
		padding: calc(40 var(--spv)) 0 30vw;
		overflow: hidden;
		text-align: center;
	}

	#regist .buttons {
		margin-top: -1vw;
	}
	#regist .buttons a {
		width: 116%;
		display: block;
		margin-left: 50%;
		transform: translateX(-50%);
	}
	#regist .buttons a.dl {
		width: 112%;
	}
	#regist .buttons a.login {
		margin-top: -12vw;
	}
}

/* -------------------------------------------------
	youtubeモーダル
------------------------------------------------- */

#modal-base,
#modal-cont {
	display: none;
}

#modal-base {
	width: 100%;
	height: 100vh;
	background: #000;
	opacity: 0.7;
	z-index: 100;
	position: fixed;
	left: 0;
	top: 0;
}

#modal-cont {
	max-width: 96%;
	width: 900px;
	z-index: 110;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
#modal-cont .mov-cont iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
}

#modal-close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: -70px;
	cursor: pointer;
	background: transparent;
	border: none;
}
#modal-close::before,
#modal-close::after {
	content: "";
	display: block;
	background: #fff;
	width: 130%;
	height: 1px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#modal-close::before {
	transform: translate(-50%,-50%) rotate(45deg);
}
#modal-close::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

@media print, screen and (min-width:768px) {
	
}

@media screen and (max-width:767px) {
	
}

/* -------------------------------------------------
	#faq
------------------------------------------------- */

#faq {
	padding: 50px 0 80px;
	background: #FF9447;
	border-radius: 100px;
}
#faq .white-box {
	background: #F8F8F7;
	border-radius: 10px;
	box-shadow: 3px 3px 6px 0 #D7D3CF inset;
}
#faq dl {
	margin-top: 33px;
	padding: 40px;
}
#faq dl dt,
#faq dl dd {
	padding-left: 48px;
	font-size: 16px;
	font-weight: 700;
	line-height: calc(24 / 16);
}
#faq dl dt {
	padding-top: 9px;
	color: #2478A8;
	position: relative;
}
#faq dl dd + dt {
	margin-top: 25px;
}
#faq dl dt .label {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
	color: #33312E;
	position: absolute;
	left: 0;
	top: 0;
	background: #FFCC00;
	border-radius: 50%;
}
#faq dl dd {
	margin-top: 0.5em;
}
#faq dl dd a {
	color: #FF591B;
	text-decoration: underline;
}

@media print, screen and (min-width:768px) {
	#faq dl dd a:hover {
		opacity: 0.6;
	}
}

@media screen and (max-width:767px) {
	#faq {
		padding: calc(38 var(--spv)) 0 calc(45 var(--spv));
		border-radius: calc(36 var(--spv));
	}
	#faq .white-box {
		
	}
	#faq dl {
		margin-top: calc(28 var(--spv));
		padding: calc(24 var(--spv));
	}
	#faq dl dt,
	#faq dl dd {
		padding-left: calc(48 var(--spv));
		font-size: calc(16 var(--spv));
	}
	#faq dl dt {
		padding-top: calc(9 var(--spv));
	}
	#faq dl dd + dt {
		margin-top: calc(25 var(--spv));
	}
	#faq dl dt .label {
		width: calc(40 var(--spv));
		height: calc(40 var(--spv));
		font-size: calc(20 var(--spv));
	}
}

/* -------------------------------------------------
	.bottom-note
------------------------------------------------- */

.bottom-note {
	padding-top: 1.8em;
	text-align: center;
	font-size: 16px;
	background: #F2F1EF;
}
.bottom-note a {
	color: #FF591B;
	text-decoration: underline;
	display: inline-block;
}
.bottom-note a::after {
	margin-left: 3px;
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("../img/ico_01.svg") no-repeat 0 0 / 100% auto;
	vertical-align: -2px;
}

@media print, screen and (min-width:768px) {
	.bottom-note a:hover {
		opacity: 0.6;
	}
}

@media screen and (max-width:767px) {
	.bottom-note {
		padding-top: 1.8em;
		font-size: calc(16 var(--spv));
		line-height: calc(24 / 16);
	}
	.bottom-note a::after {
		width: calc(16 var(--spv));
		height: calc(16 var(--spv));
	}
}

/* -------------------------------------------------
	.sticky-group2
------------------------------------------------- */

.sticky-group2 {
	position: sticky;
}

/* -------------------------------------------------
	フロートボタン
------------------------------------------------- */

.fix-btn {
	text-align: right;
	position: fixed;
	z-index: 50;
	right: 0;
	bottom: 0;
}
#fix-btn1 {
	width: 483px;
}
#fix-btn2 {
	width: 583px;
	display: none;
}
.fix-btn a {
	display: block;
}

@media screen and (max-width:767px) {
	.fix-btn {
		width: 100%;
	}
	#fix-btn1 {
		width: 100%;
	}
	#fix-btn2 {
		width: 100%;
	}
	.fix-btn img {
		transform: scale(1.14);
	}
}

/* -------------------------------------------------
	
------------------------------------------------- */

@media print, screen and (min-width:768px) {
	
}

@media screen and (max-width:767px) {
	
}

/* -------------------------------------------------
	footer
------------------------------------------------- */

@media print, screen and (min-width:768px) {
	footer .col2 {
		padding: 40px 40px 40px 32px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	footer .logo {
		width: 148px;
	}
	footer .copyright {
		font-size: 12px;
		line-height: calc(18 / 12);
		text-align: right;
	}
}

@media screen and (max-width:767px) {
	footer .col2 {
		padding: calc(40 var(--spv)) 0 calc(28 var(--spv));
		text-align: center;
	}
	footer .logo {
		width: calc(148 var(--spv));
	}
	footer .copyright {
		margin-top: calc(14 var(--spv));
		font-size: calc(12 var(--spv));
		line-height: calc(18 / 12);
	}
}

/* -------------------------------------------------
	responsive
------------------------------------------------- */

@media print, screen and (min-width:768px) {
	.pc-none {
		display: none !important;
	}
}

@media screen and (max-width:767px) {
	.sp-none {
		display: none !important;
	}
}

/* -------------------------------------------------
	print
------------------------------------------------- */

@media print {
	body {
		width: 980px !important;
	}
}
