@charset "UTF-8";
.c_container .scroll-in {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c_container .appeared {
	opacity: 1;
	transform: translate(0, 0);
	transition-delay: 0.3s;
}

.c_container .sec-introduction__line .panel.scroll-in, .c_container .sec-introduction__banner .panel.scroll-in {
	display: block;
	opacity: 0;
	transform: scale(0.2);
	transition: transform 0.3s cubic-bezier(0.22, 1.3, 0.8, 1), opacity 0.3s cubic-bezier(0.22, 1.3, 0.8, 1);
}

.c_container .sec-introduction__line .panel.appeared, .c_container .sec-introduction__banner .panel.appeared {
	opacity: 1;
	transform: scale(1);
	transition-delay: 0s;
}

.c_container {
	background-color: #FFF302;
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
}

@media only screen and (min-width: 751px) {
	.c_container {
		min-width: 1000px;
	}
}

@media only screen and (max-width: 750px) {
	.c_container {
		min-width: 100%;
	}
}

.c_inner {
	margin: 0 auto;
}

@media only screen and (min-width: 751px) {
	.c_inner {
		width: 960px;
	}
}

@media only screen and (max-width: 750px) {
	.c_inner {
		width: 100%;
		padding: 0 5.33333vw;
	}
}

.c_text {
	font-weight: bold;
}

@media only screen and (min-width: 751px) {
	.c_text {
		font-size: 20px;
		line-height: 2.3;
	}
}

@media only screen and (max-width: 750px) {
	.c_text {
		font-size: 4.26667vw;
		line-height: 2;
	}
}

.c_text_pink {
	color: #FC4900;
	background-color: #ffffff;
}

@media only screen and (min-width: 751px) {
	.c_text_pink {
		font-size: 26px;
	}
}

@media only screen and (max-width: 750px) {
	.c_text_pink {
		font-size: 5.33333vw;
	}
}

.c_sec_point_head {
	text-align: center;
}

.c_sec_point_head_img {
	display: inline-block;
}

@media only screen and (min-width: 751px) {
	.c_sec_point_head_img {
		width: 180px;
		margin: 0 auto 40px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_point_head_img {
		width: 25.33333vw;
		margin: 0 auto 8vw;
	}
}

.c_sec_point_title {
	color: #ffffff;
	line-height: 1.5;
	font-weight: bold;
}

@media only screen and (min-width: 751px) {
	.c_sec_point_title {
		font-size: 34px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_point_title {
		font-size: 5.33333vw;
	}
}

.c_sec_point_title-bg {
	display: inline-block;
}

@media only screen and (min-width: 751px) {
	.c_sec_point_title-bg {
		background-color: #000000;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 10px;
		padding: 3px 14px;
		margin-top: 20px;
	}
}

.c_sec_point_title-bg:first-of-type {
	margin-top: 0;
}

@media only screen and (max-width: 750px) {
	.c_sec_point_title-bg_sp {
		display: inline-block;
		background-color: #000000;
		border-top-right-radius: 2.66667vw;
		border-bottom-left-radius: 2.66667vw;
		padding: 0.8vw 2.66667vw;
		margin-top: 2.13333vw;
	}
}

@media only screen and (min-width: 751px) {
	.c_sec_point_title .text-lg {
		font-size: 42px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_point_title .text-lg {
		font-size: 6.93333vw;
	}
}

.c_sec_point_title sup {
	vertical-align: super;
}

@media only screen and (min-width: 751px) {
	.c_sec_point_title sup {
		font-size: 20px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_point_title sup {
		font-size: 3.2vw;
	}
}

.c_sec_point_title sub {
	font-size: 20px;
}

.c_fv_picture {
	display: block;
	width: 100%;
}

.c_fv_picture img {
	width: 100%;
}

.c_sec_01 {
	background-repeat: no-repeat;
}

@media only screen and (min-width: 751px) {
	.c_sec_01 {
		background-image: url(../../images/cjou/sec01_bg.png);
		padding-top: 50px;
		padding-bottom: 275px;
		background-position: center 170px;
		background-size: 1800px 482px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_01 {
		background-image: url(../../images/cjou/sec01_bg_sp.png);
		padding-top: 6.66667vw;
		padding-bottom: 34.66667vw;
		background-position: center 53.33333vw;
		background-size: 120%;
	}
}

.c_sec_01_inner {
	margin: 0 auto;
}

@media only screen and (min-width: 751px) {
	.c_sec_01_inner {
		width: 865px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_01_inner {
		width: 100%;
	}
}

.c_sec_01_text-red {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
	color: #900001;
}

@media only screen and (max-width: 750px) {
	.c_sec_01_text-red {
		font-size: 5.33333vw;
		margin-bottom: 6.66667vw;
	}
}

.c_sec_01_title {
	color: #ffffff;
	line-height: 1.5;
	text-align: center;
}

@media only screen and (min-width: 751px) {
	.c_sec_01_title {
		background-color: #000000;
		font-size: 28px;
		font-weight: bold;
		padding: 2px 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 10px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_01_title_sp {
		display: inline-block;
		font-size: 5.33333vw;
		background-color: #000000;
		border-top-right-radius: 2.66667vw;
		border-bottom-left-radius: 2.66667vw;
		padding: 0.8vw 2.66667vw;
		margin-bottom: 3.73333vw;
	}
}

.c_sec_01_picture {
	display: block;
	width: 100%;
}

@media only screen and (min-width: 751px) {
	.c_sec_01_picture {
		padding: 60px 73.5px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_01_picture {
		padding: 8vw 13.33333vw 0 8vw;
	}
}

.c_sec_01_picture img {
	width: 100%;
}

.c_sec_01 .c_text {
	text-align: center;
}

@media only screen and (max-width: 750px) {
	.c_sec_01 .c_text {
		padding: 9.33333vw 9.33333vw 0;
	}
}

.c_sec_02 {
	background-color: #ffffff;
	position: relative;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 751px) {
	.c_sec_02 {
		background-image: url(../../images/cjou/sec02_bg.png);
		padding-top: 114px;
		padding-bottom: 324px;
		background-size: 1543px 597px;
		background-position: center 0;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_02 {
		background-image: url(../../images/cjou/sec02_bg_sp.png);
		padding-top: 8vw;
		padding-bottom: 34.66667vw;
		background-size: 120%;
		background-position: center 8vw;
	}
}

.c_sec_02::before {
	position: absolute;
	content: "";
	width: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	left: 0;
}

@media only screen and (min-width: 751px) {
	.c_sec_02::before {
		background-image: url(../../images/cjou/sec_head_bg-white.png);
		background-position: center bottom;
		height: 10.42vw;
		top: -10.3vw;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_02::before {
		background-image: url(../../images/cjou/sec_head_bg-white_sp.png);
		height: 13.33333vw;
		top: -13.33333vw;
	}
}

.c_sec_02_wrap {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 750px) {
	.c_sec_02_wrap {
		flex-direction: column;
	}
}

.c_sec_02_wrap img {
	width: 100%;
}

.c_sec_02_sub {
	font-weight: 700;
}

@media only screen and (min-width: 751px) {
	.c_sec_02_sub {
		font-size: 16px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_02_sub {
		font-size: 3.2vw;
	}
}

.c_sec_02_text {
	font-weight: 700;
}

@media only screen and (min-width: 751px) {
	.c_sec_02_text {
		font-size: 18px;
		line-height: 2.3;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_02_text {
		font-size: 3.73333vw;
		line-height: 2;
	}
}

.c_sec_02_text_pink {
	color: #FC4900;
	position: relative;
}

@media only screen and (min-width: 751px) {
	.c_sec_02_text_pink {
		font-size: 30px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_02_text_pink {
		font-size: 4.8vw;
	}
}

.c_sec_02_text_pink::before {
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
}

@media only screen and (min-width: 751px) {
	.c_sec_02_text_pink::before {
		background-image: radial-gradient(circle, #000 2px, transparent 2px);
		background-repeat: repeat;
		background-size: 10px 10px;
		height: 8px;
		bottom: -4px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_02_text_pink::before {
		background-image: radial-gradient(circle, #000 0.4vw, transparent 0.4vw);
		background-size: 2.13333vw 2.13333vw;
		height: 2.13333vw;
		background-repeat: repeat;
		bottom: -1.6vw;
	}
}

@media only screen and (min-width: 751px) {
	.c_sec_02 img.c_sec_02_logo {
		margin-top: 25px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_02 img.c_sec_02_logo {
		display: block;
		width: 72vw;
		text-align: center;
		margin: 5.33333vw auto 0;
	}
}

.c_sec_02_left {
	width: 44%;
	text-align: center;
}

@media only screen and (max-width: 750px) {
	.c_sec_02_left {
		width: 100%;
	}
}

.c_sec_02_right {
	width: 53.5%;
}

@media only screen and (max-width: 750px) {
	.c_sec_02_right {
		width: 100%;
	}
}

.c_sec_02 img.c_sec_02_img {
	margin-top: 34px;
}

@media only screen and (max-width: 750px) {
	.c_sec_02 img.c_sec_02_img {
		width: 80vw;
		margin-left: 2.66667vw;
	}
}

.c_sec_03 {
	position: relative;
	z-index: 3;
}

@media only screen and (min-width: 751px) {
	.c_sec_03 {
		padding-bottom: 270px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_03 {
		padding-top: 8vw;
		padding-bottom: 34.66667vw;
	}
}

.c_sec_03::after {
	position: absolute;
	width: 100%;
	content: "";
	background-repeat: no-repeat;
	background-position: center 0;
}

@media only screen and (min-width: 751px) {
	.c_sec_03::after {
		background-image: url(../../images/cjou/sec03_bg.png);
		top: -32px;
		height: 1164px;
		background-size: 1800px 1164px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_03::after {
		background-image: url(../../images/cjou/sec03_bg_sp.png);
		top: 16vw;
		height: 266.13333vw;
		background-size: 125%;
	}
}

.c_sec_03::before {
	position: absolute;
	content: "";
	width: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	left: 0;
	z-index: -1;
}

@media only screen and (min-width: 751px) {
	.c_sec_03::before {
		background-image: url(../../images/cjou/sec_head_bg-yellow.png);
		background-position: center bottom;
		height: 10.42vw;
		top: -10.3vw;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_03::before {
		background-image: url(../../images/cjou/sec_head_bg-yellow_sp.png);
		height: 13.33333vw;
		top: -13.33333vw;
	}
}

.c_sec_03_sub {
	text-align: center;
}

@media only screen and (min-width: 751px) {
	.c_sec_03_sub {
		margin-top: 60px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_03_sub {
		margin-top: 9.33333vw;
	}
}

.c_sec_03_flex {
	display: flex;
	justify-content: space-between;
}

@media only screen and (min-width: 751px) {
	.c_sec_03_flex {
		margin-top: 80px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_03_flex {
		margin-top: 8vw;
		flex-direction: column;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_03_left .c_text {
		text-align: center;
	}
}

@media only screen and (min-width: 751px) {
	.c_sec_03_right {
		width: 57%;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_03_right {
		width: 100%;
	}
}

.c_sec_03_text {
	line-height: 1.42;
}

.c_sec_03_text-sm {
	line-height: 1.4;
}

@media only screen and (min-width: 751px) {
	.c_sec_03_text-sm {
		font-size: 12px;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_03_text-sm {
		font-size: 3.2vw;
		margin-top: 2.66667vw;
	}
}

@media only screen and (min-width: 751px) {
	.c_sec_03_text {
		margin-top: 30px;
		font-size: 16px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_03_text {
		font-size: 3.73333vw;
		margin-top: 4vw;
	}
}

.c_sec_03_img {
	width: 100%;
}

@media only screen and (max-width: 750px) {
	.c_sec_03_img {
		margin-top: 6.66667vw;
	}
}

.c_sec_04 {
	background-color: #ffffff;
	padding-bottom: 280px;
	position: relative;
	z-index: 2;
}

@media only screen and (max-width: 750px) {
	.c_sec_04 {
		padding-top: 8vw;
		padding-bottom: 34.66667vw;
	}
}

.c_sec_04::after {
	position: absolute;
	width: 100%;
	content: "";
	background-repeat: no-repeat;
	background-position: center 0;
}

@media only screen and (min-width: 751px) {
	.c_sec_04::after {
		height: 855px;
		background-image: url(../../images/cjou/sec04_bg.png);
		background-size: 1756px 855px;
		top: -62px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_04::after {
		height: 159.46667vw;
		background-image: url(../../images/cjou/sec04_bg_sp.png);
		background-size: 127%;
		top: 8vw;
	}
}

.c_sec_04::before {
	position: absolute;
	content: "";
	width: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	left: 0;
	z-index: -1;
}

@media only screen and (min-width: 751px) {
	.c_sec_04::before {
		background-image: url(../../images/cjou/sec_head_bg-white.png);
		background-position: center bottom;
		height: 10.42vw;
		top: -10.3vw;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_04::before {
		background-image: url(../../images/cjou/sec_head_bg-white_sp.png);
		height: 13.33333vw;
		top: -13.33333vw;
	}
}

.c_sec_04_inner {
	margin: 0 auto;
}

@media only screen and (min-width: 751px) {
	.c_sec_04_inner {
		width: 780px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_04_inner {
		width: 100%;
		padding: 0 14.66667vw;
	}
}

.c_sec_04_icon {
	position: relative;
}

.c_sec_04_icon::before {
	position: absolute;
	content: "";
	background-image: url(../../images/cjou/sec04_icon.png);
	background-size: 100%;
}

@media only screen and (min-width: 751px) {
	.c_sec_04_icon::before {
		width: 106px;
		height: 123px;
		top: -40px;
		left: 35px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_04_icon::before {
		width: 20.26667vw;
		height: 23.46667vw;
		top: -20.26667vw;
		left: -5.86667vw;
	}
}

.c_sec_04 .c_text_pink {
	background-color: #FFF302;
}

@media only screen and (min-width: 751px) {
	.c_sec_04_right {
		text-align: right;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_04_right {
		margin-top: 5.33333vw;
	}
}

@media only screen and (min-width: 751px) {
	.c_sec_04_text {
		margin-top: 60px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_04_text {
		margin-top: 10.66667vw;
		text-align: center;
	}
}

@media only screen and (min-width: 751px) {
	.c_sec_04_text sub {
		font-size: 13px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_04_text sub {
		font-size: 3.2vw;
	}
}

.c_sec_04_text-sm {
	line-height: 1.4;
	text-align: left;
}

@media only screen and (min-width: 751px) {
	.c_sec_04_text-sm {
		margin-left: auto;
		font-size: 12px;
		width: 240px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_04_text-sm {
		width: 64vw;
		font-size: 3.2vw;
	}
}

.c_sec_05 {
	position: relative;
	z-index: 2;
}

@media only screen and (max-width: 750px) {
	.c_sec_05 {
		padding-top: 8vw;
	}
}

.c_sec_05::after {
	position: absolute;
	width: 100%;
	content: "";
	background-repeat: no-repeat;
	background-position: center 0;
}

@media only screen and (min-width: 751px) {
	.c_sec_05::after {
		background-image: url(../../images/cjou/sec05_bg.png);
		background-size: 1604px 898px;
		height: 898px;
		top: -90px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_05::after {
		background-image: url(../../images/cjou/sec05_bg_sp.png);
		background-size: 118%;
		height: 138.4vw;
		top: 42.66667vw;
	}
}

.c_sec_05_inner {
	padding-bottom: 270px;
	text-align: center;
}

@media only screen and (max-width: 750px) {
	.c_sec_05_inner {
		padding-bottom: 34.66667vw;
	}
}

.c_sec_05_bg::before {
	position: absolute;
	content: "";
	width: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	left: 0;
}

@media only screen and (min-width: 751px) {
	.c_sec_05_bg::before {
		background-image: url(../../images/cjou/sec_head_bg-yellow.png);
		height: 10.42vw;
		bottom: -0.3vw;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_05_bg::before {
		background-image: url(../../images/cjou/sec_head_bg-yellow_sp.png);
		height: 13.33333vw;
		bottom: 0;
	}
}

@media only screen and (min-width: 751px) {
	.c_sec_05_text {
		margin-top: 60px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_05_text {
		margin-top: 10.66667vw;
	}
}

@media only screen and (min-width: 751px) {
	.c_sec_05_img {
		width: 290px;
		margin-top: 60px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_05_img {
		width: 55.2vw;
		margin-top: 10.66667vw;
	}
}

.c_sec_06 {
	background-color: #ffffff;
	padding-bottom: 270px;
	position: relative;
	z-index: 0;
}

@media only screen and (max-width: 750px) {
	.c_sec_06 {
		padding-top: 8vw;
		padding-bottom: 34.66667vw;
	}
}

.c_sec_06::after {
	position: absolute;
	width: 100%;
	content: "";
	background-repeat: no-repeat;
	background-position: center 0;
	z-index: -1;
}

@media only screen and (min-width: 751px) {
	.c_sec_06::after {
		background-image: url(../../images/cjou/sec06_bg.png);
		background-size: 1630px 1171px;
		height: 1171px;
		top: -110px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_06::after {
		background-image: url(../../images/cjou/sec06_bg_sp.png);
		background-size: 130%;
		height: 466.66667vw;
		top: 0;
	}
}

.c_sec_06::before {
	position: absolute;
	content: "";
	width: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	left: 0;
	z-index: -1;
}

@media only screen and (min-width: 751px) {
	.c_sec_06::before {
		background-image: url(../../images/cjou/sec_head_bg-white.png);
		background-position: center bottom;
		height: 10.42vw;
		top: -10.3vw;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_06::before {
		background-image: url(../../images/cjou/sec_head_bg-white_sp.png);
		height: 13.33333vw;
		top: -13.33333vw;
	}
}

.c_sec_06_content {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 750px) {
	.c_sec_06_content {
		flex-direction: column;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_06_wrap {
		display: flex;
		justify-content: space-between;
	}
}

.c_sec_06_img {
	width: 100%;
	display: block;
}

.c_sec_06_img-01 {
	margin-bottom: 50px;
}

@media only screen and (min-width: 751px) {
	.c_sec_06_img-01 {
		width: 96%;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_06_img-01 {
		width: 77.33333vw;
		margin: 0 auto 8vw;
	}
}

.c_sec_06_img-02 {
	margin-bottom: 30px;
}

@media only screen and (max-width: 750px) {
	.c_sec_06_img-02 {
		width: 48%;
		margin-bottom: 0;
	}
}

.c_sec_06_img-03 {
	margin-bottom: 42px;
}

@media only screen and (max-width: 750px) {
	.c_sec_06_img-03 {
		width: 48%;
		margin-bottom: 0;
	}
}

.c_sec_06_img-04 {
	display: block;
}

@media only screen and (min-width: 751px) {
	.c_sec_06_img-04 {
		margin-top: 16px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_06_img-04 {
		margin-top: 2.66667vw;
	}
}

.c_sec_06_img-pdf {
	width: 19px;
	margin-right: 8px;
	display: inline-block;
}

.c_sec_06_left {
	width: 40.6%;
}

@media only screen and (max-width: 750px) {
	.c_sec_06_left {
		width: 100%;
	}
}

@media only screen and (min-width: 751px) {
	.c_sec_06_left_box {
		display: flex;
		align-items: center;
		gap: 20px;
		padding: 30px;
		border-top-right-radius: 20px;
		border-bottom-left-radius: 20px;
		background-color: #F8F8F8;
		box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_06_left_box {
		padding: 5.33333vw;
		border-top-right-radius: 5.33333vw;
		border-bottom-left-radius: 5.33333vw;
		background-color: #F8F8F8;
		box-shadow: 0.8vw 0.8vw 0 rgba(0, 0, 0, 0.16);
		margin-top: 8vw;
	}
}

.c_sec_06_left_img {
	width: 100px;
	height: auto;
}

@media only screen and (max-width: 750px) {
	.c_sec_06_left_img {
		text-align: center;
		display: block;
		margin: 0 auto;
		width: 26.66667vw;
	}
}

.c_sec_06_left_text {
	line-height: 1.28;
}

@media only screen and (min-width: 751px) {
	.c_sec_06_left_text {
		font-size: 14px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_06_left_text {
		font-size: 3.46667vw;
		margin-top: 3.73333vw;
	}
}

.c_sec_06_right {
	background-color: #F8F8F8;
}

@media only screen and (min-width: 751px) {
	.c_sec_06_right {
		width: 54%;
		padding: 40px;
		border-top-right-radius: 20px;
		border-bottom-left-radius: 20px;
		box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_06_right {
		width: 100%;
		margin-top: 8vw;
		padding: 5.33333vw;
		border-top-right-radius: 5.33333vw;
		border-bottom-left-radius: 5.33333vw;
		box-shadow: 0.8vw 0.8vw 0 rgba(0, 0, 0, 0.16);
	}
}

@media only screen and (min-width: 751px) {
	.c_sec_06_right_wrap {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_06_right_wrap {
		margin-bottom: 6.93333vw;
	}
}

.c_sec_06_right_wrap:last-of-type {
	margin-bottom: 0;
}

.c_sec_06_right_head {
	font-weight: bold;
	line-height: 1.85;
}

@media only screen and (min-width: 751px) {
	.c_sec_06_right_head {
		font-size: 16px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_06_right_head {
		font-size: 3.73333vw;
	}
}

.c_sec_06_right_head-sm {
	font-weight: 500;
}

@media only screen and (min-width: 751px) {
	.c_sec_06_right_head-sm {
		font-size: 12px;
		margin-left: 12px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_06_right_head-sm {
		display: block;
		font-size: 2.93333vw;
	}
}

.c_sec_06_right_text {
	line-height: 1.57;
}

@media only screen and (min-width: 751px) {
	.c_sec_06_right_text {
		font-size: 14px;
		margin-top: 16px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_06_right_text {
		font-size: 3.46667vw;
		margin-top: 2.66667vw;
	}
}

.c_sec_06_link {
	display: flex;
	align-items: center;
}

@media only screen and (min-width: 751px) {
	.c_sec_06_link {
		font-size: 14px;
		margin-top: 16px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_06_link {
		font-size: 3.46667vw;
		margin-top: 2.66667vw;
	}
}

.c_sec_07 {
	padding-top: 90px;
	padding-bottom: 120px;
	position: relative;
	z-index: 0;
}

@media only screen and (max-width: 750px) {
	.c_sec_07 {
		padding-top: 8vw;
		padding-bottom: 21.33333vw;
	}
}

.c_sec_07::after {
	position: absolute;
	width: 100%;
	content: "";
	background-repeat: no-repeat;
	background-position: center 0;
	z-index: -1;
}

@media only screen and (min-width: 751px) {
	.c_sec_07::after {
		background-image: url(../../images/cjou/sec07_bg.png);
		background-size: 1640px 810px;
		height: 810px;
		top: 0;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_07::after {
		background-image: url(../../images/cjou/sec07_bg_sp.png);
		background-size: 117%;
		height: 207.73333vw;
		top: 0;
	}
}

.c_sec_07_bg::before {
	position: absolute;
	content: "";
	width: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	left: 0;
	z-index: -1;
}

@media only screen and (min-width: 751px) {
	.c_sec_07_bg::before {
		background-image: url(../../images/cjou/sec_head_bg-yellow.png);
		height: 10.42vw;
		bottom: -0.3vw;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_07_bg::before {
		background-image: url(../../images/cjou/sec_head_bg-yellow_sp.png);
		height: 13.33333vw;
		bottom: 0;
	}
}

.c_sec_07_box {
	background-color: #ffffff;
}

@media only screen and (min-width: 751px) {
	.c_sec_07_box {
		border-top-right-radius: 20px;
		border-bottom-left-radius: 20px;
		box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
		padding: 40px 75px 60px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_07_box {
		border-top-right-radius: 5.33333vw;
		border-bottom-left-radius: 5.33333vw;
		box-shadow: 0.8vw 0.8vw 0 rgba(0, 0, 0, 0.16);
		padding: 8vw 5.33333vw;
	}
}

.c_sec_07_icon {
	position: relative;
}

.c_sec_07_icon::before {
	position: absolute;
	content: "";
	background-image: url(../../images/cjou/sec07_icon.png);
	background-size: 100%;
}

@media only screen and (min-width: 751px) {
	.c_sec_07_icon::before {
		width: 152px;
		height: 140px;
		top: -70px;
		right: 0;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_07_icon::before {
		width: 20.26667vw;
		height: 18.66667vw;
		top: -6.66667vw;
		right: -3.33333vw;
	}
}

.c_sec_07_head {
	text-align: center;
}

.c_sec_07_title {
	display: inline-block;
	color: #ffffff;
	line-height: 1.5;
	font-weight: bold;
	background-color: #000000;
}

@media only screen and (min-width: 751px) {
	.c_sec_07_title {
		font-size: 28px;
		padding: 3px 14px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 10px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_07_title {
		font-size: 5.33333vw;
		padding: 0.8vw 2.66667vw;
		border-top-right-radius: 2.66667vw;
		border-bottom-left-radius: 2.66667vw;
	}
}

.c_sec_07_video01 {
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 750px) {
	.c_sec_07_video01 {
		flex-direction: column;
	}
}

.c_sec_07_video01_text {
	text-align: center;
	font-weight: bold;
	line-height: 1;
}

@media only screen and (min-width: 751px) {
	.c_sec_07_video01_text {
		font-size: 20px;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_07_video01_text {
		font-size: 4.26667vw;
		margin-top: 2.66667vw;
	}
}

.c_sec_07_btn {
	text-align: center;
}

@media only screen and (min-width: 751px) {
	.c_sec_07_btn {
		margin-top: 80px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_07_btn {
		margin-top: 11.46667vw;
		margin-bottom: 21.33333vw;
	}
}

.c_sec_07_btn a {
	margin: 0 auto;
}

.c_sec_07 a.panel {
	text-decoration: none;
	position: relative;
	top: 0px;
	transition-property: top, transform !important;
	will-change: top, transform;
}

@media only screen and (min-width: 751px) {
	.c_sec_07 a.panel:hover {
		top: -8px;
	}
}

.c_sec_07 .round-btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 1000px;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	background-color: #E85D1F;
	border: 2px solid #E85D1F;
	transition-property: background-color, border, color;
	transition-duration: 0.2s;
	will-change: background-color, border, color;
}

@media only screen and (min-width: 751px) {
	.c_sec_07 .round-btn {
		font-size: 16px;
		width: 300px;
		height: 50px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_07 .round-btn {
		font-size: 3.46667vw;
		width: 62.66667vw;
		height: 12vw;
	}
}

.c_sec_07 .round-btn::after {
	content: '';
	position: absolute;
	display: block;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
	transition-property: border-color;
	transition-duration: 0.2s;
	will-change: border-color;
}

@media only screen and (min-width: 751px) {
	.c_sec_07 .round-btn::after {
		width: 6px;
		height: 6px;
		right: 30px;
		top: 50%;
		margin-left: 20px;
		margin-top: -4px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_07 .round-btn::after {
		width: 0.8vw;
		height: 0.8vw;
		right: 5.33333vw;
		top: 50%;
		margin-top: -0.53333vw;
		margin-left: 6.66667vw;
	}
}

.c_sec_07 .round-btn:not(.no-change):hover {
	color: #E85D1F;
	border-color: #E85D1F;
	background-color: #fff;
}

.c_sec_07 .round-btn:not(.no-change):hover::after {
	border-color: #E85D1F;
}

@media only screen and (min-width: 751px) {
	.c_sec_07 .sec-introduction__banner-wrap {
		display: flex;
		justify-content: space-between;
		margin-top: 120px;
	}
}

@media only screen and (min-width: 751px) {
	.c_sec_07 .sec-introduction__line {
		flex: 0 0 300px;
	}
}

.c_sec_07 .sec-introduction__line .line-modal-btn {
	display: block;
}

@media only screen and (max-width: 750px) {
	.c_sec_07 .sec-introduction__line .line-modal-btn {
		width: 86.66667vw;
		margin: auto;
	}
}

.c_sec_07 .sec-introduction__line .line-modal-btn img {
	width: 100%;
}

.c_sec_07 .sec-introduction__banner img {
	display: block;
}

@media only screen and (min-width: 751px) {
	.c_sec_07 .sec-introduction__banner img {
		flex: 0 0 300px;
		width: 300px;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_07 .sec-introduction__banner img {
		width: 86.66667vw;
		margin: 5.33333vw auto auto;
	}
}

.c_sec_07 .sec-introduction__copy img {
	position: relative;
	z-index: 5;
}

@media only screen and (min-width: 751px) {
	.c_sec_07 .sec-introduction__copy img {
		margin: 100px auto;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_07 .sec-introduction__copy img {
		margin: 14.66667vw auto auto;
		width: 100%;
	}
}

@media only screen and (min-width: 751px) {
	.c_sec_07 .sec-introduction__package {
		position: relative;
		overflow: visible;
	}
}

@media only screen and (max-width: 750px) {
	.c_sec_07 .sec-introduction__package {
		background-image: url("/d/images/firstneo/bg-introduction-sp.png");
		background-size: 100%;
		background-repeat: no-repeat;
		padding: 16vw 0 20vw;
	}
}

@media only screen and (min-width: 751px) {
	.c_sec_07 .sec-introduction__package::before {
		content: url("/d/images/firstneo/bg-introduction.png");
		display: block;
		position: absolute;
		top: -332px;
		left: 50%;
		margin-left: -1280px;
		z-index: -1;
	}
}

.c_sec_07 .sec-introduction__package picture img {
	display: block;
	margin: auto;
}

@media only screen and (max-width: 750px) {
	.c_sec_07 .sec-introduction__package picture img {
		width: 76.4vw;
	}
}

.movie-window {
	display: block;
	position: relative;
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url("/d/images/cjou/movie-thumb--cjou.jpg");
}

@media only screen and (min-width: 751px) {
	.movie-window {
		width: 380px;
		height: 214px;
		margin: 40px auto 0;
	}
}

@media only screen and (max-width: 750px) {
	.movie-window {
		width: 80vw;
		height: 44.93333vw;
		margin: 4vw auto 0;
	}
}

.movie-window::before {
	content: '';
	position: absolute;
	display: block;
	background-image: url("/d/images/common/btn-play--white.svg");
	background-position: center;
	background-size: contain;
	transform: scale(1);
	transition-property: transform;
	transition-duration: 0.2s;
	will-change: transform;
	z-index: 5;
}

@media only screen and (min-width: 751px) {
	.movie-window::before {
		width: 60px;
		height: 60px;
		right: 10px;
		bottom: 10px;
	}
}

@media only screen and (max-width: 750px) {
	.movie-window::before {
		width: 10.66667vw;
		height: 10.66667vw;
		right: 2.66667vw;
		bottom: 2.66667vw;
	}
}

.movie-window--black-icon::before {
	background-image: url("/d/images/common/btn-play--black.svg");
}

.movie-window--new::after {
	content: '';
	position: absolute;
	display: block;
	background-image: url("/d/images/common/icon-new.svg");
	background-position: top;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 5;
}

@media only screen and (min-width: 751px) {
	.movie-window--new::after {
		width: 80px;
		height: 80px;
		top: 0;
		left: 0;
	}
}

@media only screen and (max-width: 750px) {
	.movie-window--new::after {
		width: 14.93333vw;
		height: 14.93333vw;
		top: 0;
		left: 0;
	}
}

.movie-window:hover::before {
	transform: scale(1.2);
}
