@charset "UTF-8";
/**/
/**/
/* ==================================================
Page Cont
================================================== */
img {
	ximage-rendering: -webkit-optimize-contrast;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
#ktsCont {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #19479B;
	font-size: 16px;
	line-height: 1.6em;
	background-color: #FFFFFF;
	word-break: break-all;
}
@media screen and (max-width: 750px) {
	#ktsCont {
		font-size: 3.73831vw;
	}
}
#ktsCont * {
	box-sizing: border-box;
}
#ktsCont .wrap-2 {
	max-width: 960px;
	margin: 0 auto;
}
#ktsCont .wrap-3 {
	max-width: 800px;
	margin: 0 auto;
}
@media screen and (max-width: 750px) {
	#ktsCont .wrap-3 ,
	#ktsCont .wrap-2 {
		padding-left: 12px;
		padding-right: 12px;
	}
	.u-pc {
		display: none !important;
	}
}
@media screen and (min-width: 751px) {
	.u-sp {
		display: none !important;
	}
}
/**/
/**/
/* ==================================================
Page wrap & kye visual
================================================== */
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap {
	width: 960px;
	margin: 0 auto;
	padding: 80px 0px;
	box-sizing: border-box;
}
@media screen and (max-width: 980px) {
	.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap{
		width: 100%;
		padding: 80px 15px;
	}
	.kokuyo-st-container .pagetop {
		width: 100%;
	}
	.kokuyo-st-container .pagetop a{
		margin-right: 15px;
	}
}
@media screen and (max-width: 750px) {
	body {
		min-width: inherit;
	}
	.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap,
	.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap.w810{
		width: 100%;
		padding: 25px 3.50467vw;
	}
	.kokuyo-st-container .pagetop a{
		margin-right: 0;
	}
}
#ktsCont img{
	max-width: 100%;
}
#ktsCont a{
	color: #19479B;
	text-decoration: none;
}


/*  Text underline
-----------------------------------*/
#ktsCont .text-under {
	background: url(../img/dot_yellow.gif) left bottom / auto 36% repeat-x;
}
#ktsCont .text-under-2{
	background-size: auto 14px;
}
#ktsCont .text-under-3{
	background-size: auto 60%;
}
#ktsCont .text-under.blue{
	background-image: url(../img/dot_blue.gif);
}

/* IE 10 and above */
_:-ms-lang(x), #ktsCont .text-under {
	background-position-y: bottom 5px;
}
_:-ms-lang(x), #ktsCont .text-under-2 {
	background-position-y: bottom 10px;
}


/*  Dot top
-----------------------------------*/
#ktsCont .dot-top{
	position: relative;
	font-style: normal;
}
#ktsCont .dot-top::before{
	position: absolute;
	content: '';
	background: #FFD603;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	bottom: calc( 100% + 5px);
	left: 50%;
	transform: translateX(-50%);
}
#ktsCont .dot-top.blue::before{
	background: #19479B;
	width: 4px;
	height: 4px;
	bottom: calc( 100% + 3px);
}

/*  KV
-----------------------------------*/
#ktsCont .kv {
	width: 100%;
	background: url(../img/bg_kv.png) center top / cover no-repeat;
	height: 668px;
}
#ktsCont .kv .pc{
	height: 538px;
	padding: 19px 0 0 0;
	margin-left: -12px;
}
#ktsCont .kv .kv_buttons {
	padding-bottom: 28px;
}
#ktsCont .kv .kv_buttons ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#ktsCont .kv .kv_buttons li {
	flex: 0 0 304px;
	width: 304px;
    max-width: 100%;
}
#ktsCont .kv .kv_buttons .kv_button{
	border-radius: 8px;
	padding: 8px;
	background: #fff;
	height: 100%;
}
#ktsCont .kv .kv_buttons .kv_button a {
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	color: #19479B;
	border-radius: 6px;
	border: 4px solid #FFD603;
	padding: 10px 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-decoration: none;
}
#ktsCont .kv .kv_buttons .item-1 a{
	margin-top: 2px;
}

@media screen and (max-width: 750px)
{
	#ktsCont .kv {
		background: #1eceff url(../img/bg_kv_sp.png) center top / 100% auto no-repeat;
		height: auto;
		padding-bottom: 24px;
	}
	#ktsCont .kv .wrap-2{
		padding: 0;
	}
	#ktsCont .kv .sp {
		padding: 10px 0 0;
	}
	#ktsCont .kv .kv_buttons {
		padding: 0 36px;
	}
	#ktsCont .kv .kv_buttons ul {
		flex-direction: column;
		justify-content: center;
	}
	#ktsCont .kv .kv_buttons li {
		flex: 0 0 auto;
		padding-bottom: 4px;
		width: 375px;
		margin: 0 auto;
	}
	#ktsCont .kv .kv_buttons .kv_button a {
		display: block;
		text-align: center;
	}
}

@media screen and (max-width: 480px)
{
	#ktsCont .kv .sp {
		min-height: 317px;
	}
	#ktsCont .kv .kv_buttons .kv_button a {
		font-size: 14px;
		line-height: 12px;
	}
}

/*  Section 1
-----------------------------------*/
#ktsCont .section-1 {
	background: #19479B;
	padding: 30px 0 0;
	min-height: 89px;
}
#ktsCont .section-1 .desc {
	position: relative;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	line-height: 39px;
	padding-left: 49px;
}
#ktsCont .section-1 .desc::after,
#ktsCont .section-1 .desc::before{
	content: '';
	background: url(../img/ico_line_01.svg) 0 0 no-repeat;
	display: inline-block;
	width: 44px;
	height: 44px;
	position: absolute;
	top: -2px;
}
#ktsCont .section-1 .desc::before{
	left: 6px;
}
#ktsCont .section-1 .desc::after{
	right: 6px;
	transform: rotateX(-180deg);
}
#ktsCont .section-1 .desc .text-2{
	color: #FFD603;
	position: relative;
    left: -13px;
    letter-spacing: 2px;
}
@media screen and (max-width: 750px)
{
	#ktsCont .section-1 {
		padding: 21px 0 0;
		min-height: 114px;
	}
	#ktsCont .section-1 .desc {
		font-size: 22px;
		line-height: 29px;
		padding: 0;
		text-align: center;
	}
	#ktsCont .section-1 .desc::after,
	#ktsCont .section-1 .desc::before {
		width: 22px;
		height: 22px;
		top: auto;
	    bottom: 6px;
	}
	#ktsCont .section-1 .desc::before {
		left: -5px;
	}
	#ktsCont .section-1 .desc::after {
		right: -5px;
	}
	#ktsCont .section-1 .desc span{
		display: block;
	}
	#ktsCont .section-1 .desc .text-2 {
		font-size: 24px;
		line-height: 39px;
		margin-top: 12px;
		position: static;
		letter-spacing: 0;
	}
}

/*  Section 2
-----------------------------------*/
#ktsCont .section-2 {
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
}
#ktsCont .section-2 .row-1{
	background: url(../img/sec_1_img_1.png) top 16px right 81px / 340px auto no-repeat;
	max-width: 695px;
	margin: 0 auto;
	padding: 38px 0 0;
	min-height: 314px;
	display: flex;
	justify-content: space-between;
}
#ktsCont .section-2 .row-1 .col-1{
	flex: 0 1 365px;
}
#ktsCont .section-2 .row-1 .col-2{
	flex: 0 1 120px;
	font-weight: bold;
	padding-top: 110px;
	text-align: center;
}
#ktsCont .section-2 .row-1 .p_title{
	padding-bottom: 6px;
	padding-left: 5px;
}
#ktsCont .section-2 .row-1 .p_desc{
	padding-left: 8px;
}
#ktsCont .section-2 .row-2{
	background: url(../img/bg_sec_1.png) top center / 100% auto no-repeat;
	text-align: center;
}
#ktsCont .section-2 .row-2 .p_title{
	padding: 20px 0 7px 2px;
}
#ktsCont .section-2 .row-2 .p_image{
	position: relative;
	height: 516px;
}
#ktsCont .section-2 .row-2 .p_image img{
	position: absolute;
	width: 974px;
	left: -10px;
	top: -40px;
	max-width: none;
}

@media screen and (max-width: 750px)
{
	#ktsCont .section-2 .row-1 {
		display: block;
		background: none;
		padding: 30px 0 35px;
	}
	#ktsCont .section-2 .row-1 .col-1 {
		background: url(../img/sec_1_img_1_sp.png) bottom 23px right / 209px auto no-repeat;
		padding-bottom: 69px;
		max-width: 351px;
		margin: 0 auto;
	}
	#ktsCont .section-2 .row-1 .p_title {
		max-width: 324px;
		margin: 0 auto;
		padding: 0;
	}
	#ktsCont .section-2 .row-1 .p_desc {
		padding: 14px 105px 0 13px;
	}
	#ktsCont .section-2 .row-1 .col-2 {
		font-size: 16px;
		line-height: 21px;
		padding: 0;
		white-space: nowrap;
	}
	#ktsCont .section-2 .row-2 {
		background-image: url(../img/bg_sec_1_sp.png);
	}
	#ktsCont .section-2 .row-2 .p_title {
		padding: 30px 0 14px;
	}
	#ktsCont .section-2 .row-2 .p_desc{
		padding: 0 13px;
		text-align: left;
	}
	#ktsCont .section-2 .row-2 .p_image {
		height: auto;
		top: -5px;
		padding-bottom: 37px;
	}
	#ktsCont .section-2 .row-2 .p_image img {
		position: static;
		width: 100%;
	}
}

/*  Section 3
-----------------------------------*/
#ktsCont .section-3 {
	background: url(../img/bg_sec_3.png) top center / cover no-repeat;
	padding: 32px 0 31px;
}
#ktsCont .section-3.has-desc{
	padding: 36px 0 48px;
}
#ktsCont .section-3 .desc{
	text-align: center;
	padding-bottom: 25px;
}
#ktsCont .section-3 .desc .text-1 img{
	transform: translateX(13px);
}
#ktsCont .section-3 .desc .text-2 img{
	transform: translate(-10px,5px);
}
#ktsCont .section-3 .box{
	background: #183E90;
	text-align: center;
	margin-top: 5px;
	margin-left: 5px;
	width: calc( 100% - 5px );
}
#ktsCont .section-3 .box_main {
	transform: translate(-5px,-5px);
	padding: 30px 32px 32px 32px;
	background: #fff;
	border: 2px solid #183E90;
}
#ktsCont .section-3 .box_title {
	font-size: 24px;
	font-weight: bold;
	line-height: 31px;
}

#ktsCont .section-3 .box_title span {
	display: inline-block;
	position: relative;
	padding: 0 32px;
	left: 3px;
}

#ktsCont .section-3 .box_title span::after,
#ktsCont .section-3 .box_title span::before{
	content: '';
	background: url(../img/ico_line_02.svg) 0 0 no-repeat;
	display: inline-block;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 0;
}
#ktsCont .section-3 .box_title span::before{
	left: 0;
}
#ktsCont .section-3 .box_title span::after{
	right: 0;
	transform: rotateX(-180deg);
}
#ktsCont .section-3 .box_image{
	padding: 24px 0 34px;
	font-size: 16px;
	line-height: 44px;
	font-weight: bold;
	position: relative;
	left: 3px;
}
#ktsCont .section-3 .box_image strong{
	font-size: 20px;
	margin-right: 4px;
	margin-left: 4px;
}
#ktsCont .section-3 .box_image img{
	margin-right: 10px;
}
#ktsCont .section-3 .box_image span{
	letter-spacing: 0.2px;
}
#ktsCont .section-3 .box_buttons {
	display: flex;
	justify-content: center;
	position: relative;
	left: 5px;
}
#ktsCont .section-3 .box_button {
	background: #183E90;
	width: 260px;
	height: 70px;
	border-radius: 14px;
}
#ktsCont .section-3 .box_button a{
	background: #fff;
	height: 100%;
	width: 100%;
	border: 1px solid #183E90;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(-5px, -5px);
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	color: #232F3E;
	transition: .2s;
}
#ktsCont .section-3 .box_button a:hover{
	transform: translate(0, 0);
}
#ktsCont .section-3 .box_button-1 img{
	margin-right: 8px;
}
#ktsCont .section-3 .box_button-2 {
	margin-left: 29px;
}
#ktsCont .section-3 .box_button-2 img{
	margin-right: 5px;
}
#ktsCont .section-3 .box_button-2 a{
	color: #19479B;
	background: #FFD603;
	border-color: #FFD603;
}
#ktsCont .section-3 .img_logo{
	margin-right: 3%;
}
#ktsCont .section-3 .box_button-3 img{
	margin-right: 5px;
}
#ktsCont .section-3 .box_button-3 a{
	color: #fff;
	background: #bf0000;
	border-color: #bf0000;
}

@media screen and (max-width: 750px)
{
	#ktsCont .section-3 {
		padding: 32px 0;
	}
	#ktsCont .section-3.has-desc {
		padding-top: 29px;
	}
	#ktsCont .section-3 .desc {
		padding-bottom: 20px;
	}
	#ktsCont .section-3 .desc .text-1 img {
		transform: none;
		width: 308px;
	}
	#ktsCont .section-3 .desc .text-2 img {
		transform: none;
		width: 312px;
	}
	#ktsCont .section-3 .box_main {
		padding: 22px;
		transform: translate(-4px,-4px);
	}
	#ktsCont .section-3 .box_title {
		font-size: 18px;
		line-height: 23px;
	}
	#ktsCont .section-3 .box_title span {
		padding: 0 23px;
	}
	#ktsCont .section-3 .box_title span::after,
	#ktsCont .section-3 .box_title span::before {
		width: 19px;
		height: 19px;
	}
	#ktsCont .section-3 .box_image {
		left: 0;
		padding: 20px 0;
		font-size: 14px;
		line-height: 23px;
	}
	#ktsCont .section-3 .box_image img{
		margin: 0 0 10px;
	}
	#ktsCont .section-3 .box_image span{
		display: block;
	}
	#ktsCont .section-3 .box_image strong {
		font-size: 18px;
	}
	#ktsCont .section-3 .box_buttons {
		display: block;
	}
	#ktsCont .section-3 .box_button {
		margin: 0 auto 16px;
	}
	#ktsCont .section-3 .box_button-2 {
		margin-bottom: 0;
	}
}

/*  LINE BUTTON 20241107update
-----------------------------------*/
#ktsCont .line-button dt {
	text-align: center;
}
#ktsCont .line-button dd {
	text-align: center;
	margin-top: 10px;
}
#ktsCont .line-button dd span {
	display: block;
	margin-bottom: -.6rem;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 750px) {
	#ktsCont .line-button img {
		width: 100%;
	}
}

/*  Section 4
-----------------------------------*/
#ktsCont .section-4 {
	background: url(../img/bg_sec_4_pattern.jpg) top center;
	padding: 0 0 80px;
	text-align: center;
}
#ktsCont .section-4 .row-1 {
	padding-top: 73px;
	background: #F2F2F2;
}
#ktsCont .section-4 .row-2 img{
	width: 100%;
}
#ktsCont .section-4 .sec_title {
	font-size: 32px;
	font-weight: bold;
	line-height: 48px;
	position: relative;
}
#ktsCont .section-4 .sec_title::after{
	content: '';
	background: url(../img/ico_circle_01.svg) 0 0 / 100% auto no-repeat;
	position: absolute;
	top: -38px;
	right: 18px;
	z-index: 1;
	width: 124px;
	height: 124px;
}
#ktsCont .section-4 .sec_title .line-2{
	font-size: 26px;
	line-height: 38px;
	padding-top: 5px;
}
#ktsCont .section-4 .list {
	display: flex;
	justify-content: space-between;
	padding: 33px 0 23px;
}
#ktsCont .section-4 .list li{
	flex: 0 1 304px;
	width: 304px;
	height: 190px;
	background: #fff;
	font-size: 16px;
	line-height: 28px;
	display: flex;
	justify-content: center;
	position: relative;
	border: 1px solid #19479b;
}
#ktsCont .section-4 .list li::after{
	content: '';
	background: url(../img/bg_sec_4_item_after.png) 0 0 / cover no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	right: -2px;
	bottom: -2px;
	z-index: 2;
}
#ktsCont .section-4 .list li::before{
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: 1;
	width: 100%;
	height: 100%;
	border-right: 1px solid #19479b;
	border-bottom: 1px solid #19479b;
	pointer-events: none;
}
#ktsCont .section-4 .list .item-1 {
	padding-top: 43px;
}
#ktsCont .section-4 .list .item-2 {
	padding-top: 35px
}
#ktsCont .section-4 .list .item-3 {
	padding-top: 17px
}
#ktsCont .section-4 .list li strong{
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
}
#ktsCont .section-4 .list .line-1{
	margin-bottom: 10px;
}
#ktsCont .section-4 .list .item-1 .line-1{
	margin-bottom: 4px;
	margin-left: 3px;
}
#ktsCont .section-4 .list .item-2 .line-1{
	margin-bottom: 4px;
}
#ktsCont .section-4 .list .line-2{
	margin-top: 7px;
}
#ktsCont .section-4 .list .item-3 .line-2{
	margin-bottom: -3px;
}
#ktsCont .section-4 .sec_title_img{
	padding-bottom: 45px;
	position: relative;
	left: -18px;
}
#ktsCont .section-4 .list_images {
	max-width: 800px;
	margin: 0 auto;
}

@media screen and (max-width: 750px)
{
	#ktsCont .section-4 {
		padding-bottom: 48px;
	}
	#ktsCont .section-4 .sec_title {
		font-size: 24px;
		line-height: 34px;
		max-width: 375px;
		margin: 0 auto;
	}
	#ktsCont .section-4 .sec_title .line-2 {
		font-size: 20px;
		padding-top: 10px;
	}
	#ktsCont .section-4 .sec_title::after {
		width: 60px;
		height: 60px;
		top: -52px;
	}
	#ktsCont .section-4 .list {
		padding: 18px 0;
		display: block;
	}
	#ktsCont .section-4 .row-1 .list li {
		height: auto;
		width: 375px;
		margin: 0 auto 15px;
		padding: 30px 0 27px;
	}
	#ktsCont .section-4 .row-1 .list li.item-3 {
		padding: 25px 0 19px;
	}
	#ktsCont .section-4 .sec_title_img {
		position: static;
		text-align: center;
		padding-bottom: 28px;
	}
}

@media screen and (max-width: 480px)
{
	#ktsCont .section-4 .sec_title_img {
		text-align: right;
	}
	#ktsCont .section-4 .row-1 .list li {
		width: 100%;
	}
}

@media screen and (min-width: 751px) and (max-width: 1367px)
{
	#ktsCont .section-4 .row-2 {
		background: url(../img/sec_4_arrow.png) top center / auto 150px no-repeat;
		height: 150px;
	}
	#ktsCont .section-4 .row-2 img{
		opacity: 0;
	}
}

/*  Section 5
-----------------------------------*/
#ktsCont .section-5 {
	background: #E2F9FF;
	text-align: center;
	padding: 45px 0 46px;
	font-size: 24px;
	font-weight: bold;
	line-height: 31px;
}
#ktsCont .section-5 .sec_title {
	padding-bottom: 28px;
	background: url(../img/bg_sec_5_title.svg) center bottom / 544px auto no-repeat;
}
#ktsCont .section-5 .sec_desc {
	padding-top: 9px;
}
#ktsCont .section-5 .sec_desc strong{
	font-size: 32px;
	line-height: 42px;
}

@media screen and (max-width: 750px)
{
	#ktsCont .section-5 {
		font-size: 20px;
		line-height: 26px;
		padding: 32px 0;
	}
	#ktsCont .section-5 .wrap-2 {
		padding: 0 25px;
	}
	#ktsCont .section-5 .sec_desc {
		padding-top: 8px;
		white-space: nowrap;
	}
	#ktsCont .section-5 .sec_desc strong {
		font-size: 24px;
		line-height: 34px;
	}
}

/*  Section 6
-----------------------------------*/
#ktsCont .section-6 {
	padding: 100px 0 40px;
	overflow-x: hidden;
}
#ktsCont .section-6 .row-1 {
	position: relative;
	display: flex;
	margin-bottom: 32px;
}
#ktsCont .section-6 .row-1 .col-1::before{
	content: '';
	position: absolute;
	top: 0;
	right: 50%;
	z-index: 1;
	width: 50vw;
	height: 100%;
	background: #E2F9FF;
}
#ktsCont .section-6 .row-1 .col-1{
	position: relative;
	z-index: 2;
	flex: 0 0 auto;
	width: 630px;
	max-width: 100%;
	min-height: 316px;
	padding: 56px 80px 0 164px;
	background: #E2F9FF;
	border-radius: 0 8px 8px 0;
}
#ktsCont .section-6 .number {
	position: absolute;
	top: -33px;
	left: 3px;
	z-index: 2;
	padding: 0 60px 39px 0;
}
#ktsCont .section-6 .number::after{
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	background: url(../img/ico_line_03.svg) 0 0 / 100% auto no-repeat;
	width: 50px;
	height: 50px;
}
#ktsCont .section-6 .row-1 .col-1 .col_title{
	position: relative;
	z-index: 2;
	font-size: 24px;
	font-weight: bold;
	line-height: 31px;
	padding-bottom: 15px;
}
#ktsCont .section-6 .row-1 .col-1 .col_title strong{
	font-size: 32px;
	line-height: 42px;
}
#ktsCont .section-6 .row-1 .col-1 .col_desc{
	position: relative;
	z-index: 2;
	font-size: 14px;
	line-height: 23px;
}
#ktsCont .section-6 .row-1 .col-2{
	flex: 0 0 auto;
	width: 328px;
	max-width: 100%;
	text-align: right;
}
#ktsCont .section-6 .row-1 .col-2 img{
	transform: translate(-2px,-19px);
}

#ktsCont .section-6 .row-2{
	text-align: center;
	padding: 63px 0 44px;
}
#ktsCont .section-6 .box_point{
	position: relative;
	border: 6px solid #01C8FF;
}
#ktsCont .section-6 .box_point_title{
	position: absolute;
	z-index: 1;
	top: -67px;
	left: 0;
	width: 100%;
}
#ktsCont .section-6 .box_point_title span{
	display: inline-block;
	width: 140px;
	height: 140px;
	background: #fff;
	border: 6px solid #01C8FF;
	border-radius: 50%;
	font-size: 24px;
	font-weight: bold;
	line-height: 31px;
	padding-top: 21px;
	color: #01C8FF;
}
#ktsCont .section-6 .box_point_desc{
	position: relative;
	z-index: 2;
	background: #fff;
	padding: 26px 84px 12px;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
#ktsCont .section-6 .box_point_desc p{
	padding-bottom: 5px;
	margin-bottom: 19px;
	background: url(../img/bg_sec_5_p.svg) left bottom / auto 3px no-repeat;
}
#ktsCont .section-6 .row-3 {
	padding: 7px 0 40px;
}
#ktsCont .section-6 .row-3 .row_title{
	font-size: 24px;
	font-weight: bold;
	line-height: 31px;
	text-align: center;
	position: relative;
	margin: 0 0 30px;
}
#ktsCont .section-6 .row-3 .row_title span{
	position: relative;
	z-index: 2;
	display: inline-block;
	background: #fff;
	padding: 0 15px;
}
#ktsCont .section-6 .row-3 .row_title::before{
	position: absolute;
	content: '';
	left: 0;
	bottom: 15px;
	width: 100%;
	z-index: 2;
	border-bottom: 1px solid #19479B;
}
#ktsCont .section-6 .row-3 .list {
	display: flex;
	text-align: center;
}
#ktsCont .section-6 .row-3 .list .item-1{
	flex: 1 0 306px;
	width: 306px;
}
#ktsCont .section-6 .row-3 .list .item-2{
	flex: 0 1 100%;
	width: 100%;
	align-self: center;
}
#ktsCont .section-6 .row-3 .list .item-3{
	flex: 1 0 552px;
	width: 552px;
}
#ktsCont .section-8 .row-4_title,
#ktsCont .section-6 .row-3 .list .item_title{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 74px;
	border-radius: 8px;
	background: #00C8FF;
	background: rgba(0, 200, 255, .15);
	flex-direction: column;
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
}
#ktsCont .section-6 .row-3 .list .item_title strong{
	font-size: 18px;
}
#ktsCont .section-6 .row-3 .list .item_title .line-1{
	margin-bottom: 5px;
}
#ktsCont .section-6 .row-3 .list .item_title .line-2{
	font-size: 18px;
	line-height: 23px;
}
#ktsCont .section-6 .row-3 .list .item_image{
	padding: 24px 0 17px;
}
#ktsCont .section-6 .row-3 .list .item-3 .item_image{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 17px 0 13px;
}
#ktsCont .section-6 .row-3 .list .item_desc{
	font-size: 14px;
	line-height: 27px;
	background: url(../img/bg_line.png) 0 0;
}

@media screen and (max-width: 750px)
{
	#ktsCont .section-6 {
		padding: 71px 0 0;
	}
	#ktsCont .section-6 .row-1 {
		display: block;
	}
	#ktsCont .section-6 .row-1 .col-1 {
		width: calc( 100% - 32px );
		padding: 64px 24px 35px 100px;
		margin: 0 auto;
		min-height: 1px;
	}
	#ktsCont .section-6 .number {
		top: -18px;
		padding: 0 35px 20px 0;
	}
	#ktsCont .section-6 .number img{
		width: 48px;
	}
	#ktsCont .section-6 .number::after {
		width: 32px;
		height: 32px;
	}
	#ktsCont .section-6 .row-1 .col-1 .col_title {
		font-size: 20px;
		line-height: 26px;
	}
	#ktsCont .section-6 .row-1 .col-1 .col_title strong {
		font-size: 24px;
		line-height: 34px;
	}
	#ktsCont .section-6 .row-1 .col-2 {
		width: 312px;
		margin: 24px auto 0;
	}
	#ktsCont .section-6 .row-1 .col-2 img {
		transform: none;
	}
	#ktsCont .section-6 .box_point_desc {
		line-height: 38px;
		padding: 26px 14px 12px;
	}
	#ktsCont .section-6 .box_point_desc p {
		background: url(../img/bg_sec_5_p_sp.png) 0 0 / auto 38px;
	}
	#ktsCont .section-6 .row-3 .row_title {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 26px;
	}
	#ktsCont .section-6 .row-3 .row_title::before {
		bottom: 50%;
	}
	#ktsCont .section-6 .row-3 .list {
		display: block;
	}
	#ktsCont .section-6 .wrap-2 .row-3 .list li {
		width: 100%;
	}
	#ktsCont .section-6 .row-3 {
		padding-bottom: 60px;
	}
	#ktsCont .section-6 .row-3 .list .item_title{
		height: 66px;
	}
	#ktsCont .section-6 .row-3 .list .item-2 .item_icon{
		margin: 30px auto;
		transform: rotate(90deg);
	}
	#ktsCont .section-6 .row-3 .list .item-3 .item_image {
		display: block;
	}
	#ktsCont .section-6 .row-3 .list .item-3 .item_image span {
		display: block;
	}
	#ktsCont .section-6 .row-3 .list .item-3 .item_image .img-3{
		padding-bottom: 24px;
	}
	#ktsCont .section-6 .row-3 .list .item_desc {
		margin: 0 13px;
		padding: 0 2px;
	}
}

@media screen and (max-width: 480px)
{
	#ktsCont .section-6 .row-1 .col-1 {
		padding-left: 0;
	}
}

/*  Section 7
-----------------------------------*/
#ktsCont .section-7 {
	background: #E2F9FF;
	padding: 100px 0 37px;
}
#ktsCont .section-7 .number {
	left: 77px;
	top: -32px;
	padding: 0 69px 36px 0;
}
#ktsCont .section-7 .row-1{
	flex-direction: row-reverse;
}
#ktsCont .section-7 .row-1 .col-1::before{
	right: auto;
    left: 50%;
    background: #fff;
}
#ktsCont .section-7 .row-1 .col-1 {
	background: #fff;
	border-radius: 8px 0 0 8px;
	padding: 57px 0 0 243px;
}
#ktsCont .section-7 .row-1 .col-1 .col_title {
	white-space: nowrap;
	padding-bottom: 19px;
}
#ktsCont .section-7 .row-1 .col-1 .col_title .line-1{
	transform: translateX(-15px);
}
#ktsCont .section-7 .row-1 .col-2 {
	text-align: left;
}
#ktsCont .section-7 .row-1 .col-2 img {
	transform: translate(6px,-9px);
}
#ktsCont .section-7 .box_point_desc {
	padding: 24px 66px 7px;
}
#ktsCont .section-7 .box_point_desc .line-2{
	line-height: 30px;
}
#ktsCont .section-7 .row-3 .row_title span {
	background: #e2f9ff;
}
#ktsCont .section-7 .list-2 {
	display: flex;
	justify-content: space-between;
}
#ktsCont .section-7 .list-2 .item_image,
#ktsCont .section-7 .list-2 li{
	flex: 0 0 auto;
	width: 304px;
}
#ktsCont .section-7 .list-2 li.item-2{
	flex: 0 0 auto;
	width: 632px;
}
#ktsCont .section-7 .list-2 .item_title{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #EAEAEA;
	border-radius: 8px;
	height: 74px;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 24px;
}
#ktsCont .section-7 .list-2 .item_images{
	display: flex;
	justify-content: space-between;
}
#ktsCont .section-7 .list-2 .item_desc{
	margin-top: 18px;
	font-size: 14px;
	line-height: 26px;
	background: url(../img/bg_line_white.png) 0 0 / auto 26px;
}
#ktsCont .section-7 .list-2 .item_note{
	margin-top: 5px;
	font-size: 14px;
	line-height: 23px;
}

@media screen and (max-width: 750px)
{
	#ktsCont .section-7 {
		padding: 60px 0 0;
	}
	#ktsCont .section-7 .row-1 .col-1 {
		padding: 57px 0 35px 124px;
	}
	#ktsCont .section-7 .number {
		left: 24px;
		top: -17px;
		padding: 0 35px 20px 0;
	}
	#ktsCont .section-7 .row-1 .col-2 img {
		transform: none;
	}
	#ktsCont .section-7 .box_point_desc {
		padding: 26px 14px 12px;
	}
	#ktsCont .section-7 .box_point_desc .line-2 {
		line-height: inherit;
	}
	#ktsCont .section-7 .row-3 {
		padding-bottom: 15px;
	}
	#ktsCont .section-7 .row-3 .row_title strong{
		display: inline-block;
    	margin-top: 8px;
	}
	#ktsCont .section-7 .list-2 .item_images,
	#ktsCont .section-7 .list-2 {
		display: block;
	}
	#ktsCont .section-7 .row-3 .list-2 li{
		width: 100%;
	}
	#ktsCont .section-7 .list-2 .item_image {
		width: 100%;
		padding: 0 13px 40px;
	}
	#ktsCont .section-7 .list-2 .item_image p{
		padding: 0 5px;
	}
	#ktsCont .section-7 .list-2 .item_note {
		margin-top: 10px;
	}
}

@media screen and (max-width: 480px)
{
	#ktsCont .section-7 .row-1 .col-1 {
		padding-left: 24px;
	}
}

/*  Section 8
-----------------------------------*/
#ktsCont .section-8 {
	padding-bottom: 74px;
}
#ktsCont .section-8 .row-1 .col-2 {
	align-self: center;
}
#ktsCont .section-8 .number {padding: 0 71px 35px 0;}
#ktsCont .section-8 .row-1 .col-2 img {
	transform: translate(-29px,0);
}
#ktsCont .section-8 .row-1 .col-1 .col_title .line-1{
	margin-bottom: 5px;
}
#ktsCont .section-8 .box_point_desc {
	padding: 22px 75px 12px;
}
#ktsCont .section-8 .box_point_desc .line-2 {
	line-height: 30px;
}
#ktsCont .section-8 .row-3 .list {
	justify-content: space-between;
	text-align: left;
}
#ktsCont .section-8 .row-3 .list .item {
	flex: 0 0 468px;
	width: 468px;
	max-width: 100%;
}
#ktsCont .section-8 .row-3 .list .item .item_image{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 315px;
	border: 1px solid #EAEAEA;
	margin: 24px 0 17px;
	padding: 0;
}
#ktsCont .section-8 .row-3 .list .item .item_caption {
	padding-top: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}
#ktsCont .section-8 .row-4{
	padding-top: 10px;
}
#ktsCont .section-8 .row-4_title{
	letter-spacing: 1.9px
}
#ktsCont .section-8 .manga_list{
	position: relative;
	max-height: 492px;
	overflow: hidden;
	transition: 1s;
}
#ktsCont .section-8 .manga_list::after{
	content: '';
	width: 100%;
	height: 243px;
	background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.76) 53.69%, #fff 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	transition: .2s;
}
#ktsCont .section-8 .opening .manga_list{
	max-height: 1300px;
}
#ktsCont .section-8 .opening .manga_list::after{
	display: none;
}
#ktsCont .section-8 .manga_list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 60px;
}
#ktsCont .section-8 .manga_list li{
	flex: 0 0 222px;
	width: 222px;
	height: 222px;
	max-width: 100%;
	text-align: center;
	border: 1px solid #00C8FF;
	border-radius: 8px;
	margin-top: 24px;
	position: relative;
}
#ktsCont .section-8 .manga_list li.special{
	border-width: 3px;
}
#ktsCont .section-8 .manga_list li.special::before{
	content: '';
	background: url(../img/ico_star.svg) 0 0 / 100% auto no-repeat;
	width: 46px;
	height: 50px;
	position: absolute;
	top: -18px;
	right: 0;
	z-index: 1;
}
#ktsCont .section-8 .manga_title{
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	padding: 13px 0 18px;
}
#ktsCont .section-8 .manga_image {
	display: block;
}
#ktsCont .section-8 .manga_image img{
	width: 156px;
	transition: .3s;
}
#ktsCont .section-8 .manga_list li:hover img{
	transform: scale(1.1);
}
#ktsCont .section-8 .manga_button{
	text-align: center;
}
#ktsCont .section-8 .btn-more{
	width: 304px;
	background: rgba(0, 193, 255, 0.15);
	border: 2px solid #19479B;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	padding: 12px 0;
	text-align: center;
	color: #19479B;
	display: inline-block;
	border-radius: 8px;
}
#ktsCont .section-8 .btn-more::before{
	content: '';
    width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	transform: skewX(-25deg);
	position: absolute;
	top: 0;
	left: -75%;
}
#ktsCont .section-8 .btn-more:hover::before{
    animation: move_left 1.5s ease 0s 1 normal forwards;
}
#ktsCont .section-8 .opening .btn-more{
	background: #fff;
}
#ktsCont .section-8 .btn-more span{
	display: block;
}
#ktsCont .section-8 .btn-more span::before,
#ktsCont .section-8 .btn-more span::after{
	content: '';
	width: 18px;
	height: 2px;
	background: #19479B;
	position: absolute;
	top: 28px;
	left: 15px;
}
#ktsCont .section-8 .btn-more span::after{
	transform: rotate(90deg);
	transition: .2s;
}
#ktsCont .section-8 .opening .btn-more span::after{
	opacity: 0;
}

@media screen and (max-width: 750px)
{
	#ktsCont .section-8 {
		padding-bottom: 34px;
	}
	#ktsCont .section-8 .row-1 .col-1 {
		padding: 67px 18px 35px 100px;
	}
	#ktsCont .section-8 .number {
		padding: 0 35px 20px 0;
	}
	#ktsCont .section-8 .row-1 .col-2 {
		text-align: center;
	}
	#ktsCont .section-8 .row-1 .col-2 img {
		transform: none;
		width: 182px;
	}
	#ktsCont .section-8 .box_point_desc {
		padding: 26px 14px 12px;
	}
	#ktsCont .section-8 .box_point_desc .line-2 {
		line-height: inherit;
	}
	#ktsCont .section-8 .row-3 {
		padding-bottom: 0;
	}
	#ktsCont .section-8 .row-3 .row_title strong{
		display: block;
		margin-top: 10px;
	}
	#ktsCont .section-8 .row-3 .list .item {
		padding-bottom: 40px;
	}
	#ktsCont .section-8 .row-3 .list .item .item_image {
		margin: 24px 17px 17px;
	}
	#ktsCont .section-8 .row-3 .list .item .item_caption {
		text-align: center;
	}
	#ktsCont .section-8 .row-3 .list .item_desc {
		padding: 0 1px;
	}
	#ktsCont .section-8 .row-4_title {
		height: 66px;
	}
	#ktsCont .section-8 .opening .manga_list {
		max-height: 2520px;
	}
	#ktsCont .section-8 .manga_list li {
		flex: 0 0 calc(50% - 8px);
		width: calc(50% - 8px);
	}
	#ktsCont .section-8 .manga_list li.special::before {
		width: 29px;
		height: 32px;
		top: -14px;
	}
	#ktsCont .section-8 .manga_title {
		line-height: 22px;
		padding: 13px 15px 0;
		min-height: 57px;
	}
}

@media screen and (max-width: 480px)
{
	#ktsCont .section-8 .row-1 .col-1 {
		padding-left: 0;
	}
}

/*  Popup
-----------------------------------*/
#ktsCont .jpopup {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 999;
	background: black;
	background: rgba(0, 0, 0, 0.87);
	opacity: 0;
	pointer-events: none;
	transition: .5s ease-in-out;
}
#ktsCont .jpopup.show{
	pointer-events: all;
	opacity: 1;
}
#ktsCont .jpopup .jpopup_content {
	position: absolute;
	top: 130px;
	left: 0;
	right: 0;
	z-index: 1;
	margin: 0 auto;
	background: #fff;
	width: 960px;
	max-width: calc( 100% - 40px );
	padding: 30px;
	border-radius: 8px;
}
#ktsCont .jpopup .jpopup_close {
	position: absolute;
	right: 0;
	bottom: calc( 100% + 10px );
	cursor: pointer;
}
#ktsCont .jpopup_slider {
	position: relative;
}
#ktsCont .jpopup_slider .slide-image {
	text-align: center;
}
#ktsCont .jpopup_slider .slide-image span{
	display: block;
}
#ktsCont .jpopup_slider .slide-image span.manga_title{
	font-size: 18px;
	font-weight: bold;
	line-height: 23px;
	padding-bottom: 19px;
}
#ktsCont .jpopup_slider .slide-image img {
	display: inline-block;
	width: 400px;
	max-width: calc( 100% - 40px);
}
#ktsCont .jpopup_slider .slick-arrow {
	background: url(../img/ico_arrow_prev.svg) 0 0 / 100% auto no-repeat;
	width: 32px;
	height: 61px;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	transform: translateY(-50%);
	cursor: pointer;
	color: transparent;
	text-indent: -999px;
}
#ktsCont .jpopup_slider .slick-next {
	background-image: url(../img/ico_arrow_next.svg);
	left: auto;
	right: 0;
}
#ktsCont .jpopup_slider .slick-disabled {
	display: none !important;
}

@media screen and (max-width: 750px)
{
	#ktsCont .jpopup .jpopup_content {
		max-width: calc( 100% - 24px );
		padding: 40px 13px;
	}
	#ktsCont .jpopup .jpopup_close img {
		width: 32px;
	}
	#ktsCont .jpopup_slider .slick-arrow {
		width: 16px;
		height: 32px;
	}
	#ktsCont .jpopup_slider .slide-image img {
		max-width: 250px;
	}
}

/* Section 9
-----------------------------------*/
#ktsCont .section-9 {
	background: #FFF7D1 url(../img/ico_arrow_down_2.svg) top center no-repeat;
	padding: 155px 0 80px;
}
#ktsCont .section-9 .row-1{
	font-size: 26px;
	font-weight: bold;
	line-height: 34px;
	text-align: center;
	padding-bottom: 25px;
}
#ktsCont .section-9 .row-1 .line-2{
	padding-top: 7px;
	font-size: 32px;
	line-height: 42px;
}
#ktsCont .section-9 .row-2{
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	padding-bottom: 35px;
}
#ktsCont .section-9 .row-3 {
	background: #fff;
	border-radius: 8px;
	padding: 41px 0 0 53px;
	min-height: 333px;
	margin-bottom: 77px;
}
#ktsCont .section-9 .row-4 {
	padding: 36px 0 37px;
	text-align: center;
	margin: 10px 0 0;
}

/* Section 10
-----------------------------------*/
#ktsCont .section-10{
	background: #fff;
	padding: 17px 0 32px 140px;
}

@media screen and (max-width: 750px)
{
	#ktsCont .section-9{
		padding: 130px 0 60px;
	}
	#ktsCont .section-9 .row-1 {
		font-size: 20px;
		line-height: 26px;
		padding-bottom: 32px;
	}
	#ktsCont .section-9 .row-1 .line-2 {
		font-size: 24px;
		line-height: 31px;
	}
	#ktsCont .section-9 .row-2 {
		padding: 0 17px 20px;
	}
	#ktsCont .section-9 .row-3 {
		padding: 40px 14px 28px;
		min-height: 1px;
		margin-bottom: 53px;
	}
	#ktsCont .section-9 .row-4 {
		margin-bottom: 0;
		padding: 40px 0 28px;
		text-align: center;
	}
	#ktsCont .section-9 .row-4 img {
		width: 325px;
	}

	#ktsCont .section-10{
		padding: 32px 0 45px 0;
	}
}


/* Section 11
-----------------------------------*/
#ktsCont .section-11{
	background: #E2F9FF url(../img/ico_arrow_down_3.svg) top center no-repeat;
	padding-top: 107px;
}
#ktsCont .section-11 .group-1{
	margin-left: 5px;
	background: #fff;
	border: 1px solid #19479B;
	padding: 17px 0 43px;
}
#ktsCont .section-11 .group-1 .row-1{
	display: flex;
	position: relative;
	padding-bottom: 54px;
}
#ktsCont .section-11 .group-1 .item_title img{
	transform: translateX(-15px);
}
#ktsCont .section-11 .group-1 .item_model{
	position: absolute;
	right: 24px;
	top: -95px;
}
#ktsCont .section-11 .group-1 .row-2{
	display: flex;
}
#ktsCont .section-11 .group-1 .item_image{
	flex: 0 1 405px;
	width: 405px;
	padding-left: 28px;
	align-self: center;
}
#ktsCont .section-11 .group-1 .item_desc{
	flex: 0 1 468px;
	width: 470px;
	font-size: 14px;
	font-weight: bold;
	line-height: 23px;
}
#ktsCont .section-11 .group-1 .item_desc p{
	margin-bottom: 7px;
}
#ktsCont .section-11 .group-1 .item_desc p:last-child{
	margin-bottom: 0;
}
#ktsCont .section-11 .group-2{
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
	padding-bottom: 116px;
}
#ktsCont .section-11 .group-2 .item{
	background: #fff;
	border: 1px solid #19479B;
	width: calc( 50% - 17px );
	margin-left: 5px;
	padding: 17px 0;
	min-height: 245px;
}
#ktsCont .section-11 .group-2 .item_title{
	background: url(../img/bg_sec_11_title_1.png) 0 0 / auto 84px no-repeat;
	font-size: 26px;
	font-weight: bold;
	line-height: 34px;
	padding: 20px 0 0 68px;
	height: 83px;
	transform: translateX(-15px);
}
#ktsCont .section-11 .group-2 .item_title-2{
	font-size: 22px;
	padding-left: 26px;
}
#ktsCont .section-11 .group-2 .item_desc{
	font-size: 14px;
	font-weight: bold;
	line-height: 23px;
	padding: 10px 32px 0;
}
#ktsCont .section-11 .group-3 {
	padding-bottom: 50px;
}
#ktsCont .section-11 .group-3 .item_model{
	top: -88px;
}
#ktsCont .section-11 .group-3 .item_image {
	position: relative;
	top: 10px;
}
#ktsCont .section-11 .group-4 {
	padding-bottom: 80px;
}
#ktsCont .section-11 .group-4 .item{
	min-height: 309px;
}
#ktsCont .section-11 .group-4 .item_title{
	background: url(../img/bg_sec_11_title_2.png) 0 0 / auto 117px no-repeat;
	font-size: 22px;
	line-height: 38px;
	padding: 20px 0 0 50px;
	height: 117px;
}
#ktsCont .section-11 .group-4 .item_title strong{
	font-size: 26px;
}

@media screen and (max-width: 750px)
{
	#ktsCont .section-11 {
		padding: 0 0 60px;
	}
	#ktsCont .section-11 .wrap-2 {
		padding: 0;
	}
	#ktsCont .section-11 .group-1 {
		border: 0;
		margin: 0;
		background: none;
		padding: 0;
	}
	#ktsCont .section-11 .group-1 .row-1 {
		flex-direction: column-reverse;
		padding: 72px 0 0;
	}
	#ktsCont .section-11 .group-1 .item_title img {
		transform: none;
		width: 373px;
	}
	#ktsCont .section-11 .group-1 .item_model {
		position: static;
		width: 100%;
		text-align: center;
		margin-bottom: 9px;
	}
	#ktsCont .section-11 .group-1 .item_model img {
		width: 200px;
	}
	#ktsCont .section-11 .group-1 .row-2 {
		background: #fff;
		flex-direction: column-reverse;
		padding: 60px 12px 40px;
		margin-top: -58px;
	}
	#ktsCont .section-11 .group-1 .item_image ,
	#ktsCont .section-11 .group-1 .item_desc {
		flex: 0 0 auto;
		width: 100%;
		padding: 12px 0 0;
	}
	#ktsCont .section-11 .group-1 .item_image > img {
		width: 100%;
	}
	#ktsCont .section-11 .group-1 .item_desc {
		padding: 12px 13px 0;
	}
	#ktsCont .section-11 .group-2 {
		display: block;
		padding: 0 12px;
		margin-top: 16px;
	}
	#ktsCont .section-11 .group-2 .item {
		margin-top: 16px;
		width: calc( 100% - 5px );
		min-height: 1px;
		padding-bottom: 0;
	}
	#ktsCont .section-11 .group-2 .item_title {
		font-size: 18px;
		background: url(../img/bg_sec_11_title_1_sp.png) 0 0 / 100% auto no-repeat;
		padding: 0 0 0 30px;
		height: 78px;
		display: flex;
		align-items: center;
		line-height: 28px;
		width: calc( 100vw - 15px );
		max-width: 375px;
	}
	#ktsCont .section-11 .group-2 .item_desc {
		padding: 20px 13px;
	}
	#ktsCont .section-11 .group-3 .row-1 {
		padding-top: 60px;
	}
	#ktsCont .section-11 .group-4 .item_title strong {
		font-size: 20px;
	}

}

/* Section 12
-----------------------------------*/
#ktsCont .section-12{
	background: #fff;
	padding-top: 107px;
	padding-bottom: 107px;
}
#ktsCont .section-12 .movie iframe {
	display:block;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 750px){
	#ktsCont .section-12 {
		padding: 60px 0;
	}
	#ktsCont .section-12 .movie {
		width: 100%;
		aspect-ratio: 16 / 9;
	}
  #ktsCont .section-12 .movie iframe {
		width: 100%;
		height: 100%;
	}
}


/*  campaign
-----------------------------------*/
.campaign {
  background-color: #ffd603;
  color: #19479b;
  text-align: center;
  line-height: 1.6;
  padding: 20px;
}
.campaign .label {
  font-size: 18px;
  font-weight: bold;
}
.campaign em {
  background-color: #19479b;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.8;
  padding: 8px 12px;
}

@media screen and (max-width: 750px) {
  .campaign .label {
    font-size: 16px;
  }
  .campaign .label span {
    display: block;
  }
  .campaign em {
    display: inline-block;
    font-size: 16px;
    line-height: 1.6;
    margin: 2vh 0;
}


/*
 * Background
 */
@media screen and (min-width: 751px) and (max-width: 1366px){
	#ktsCont .bg-res{
		background-size: 1366px auto;
	}
}

/*
 * Animation
 */
@-webkit-keyframes move_left {
    from {
        left: -75%;
    }
    to {
        left: 200%;
    }
}
@keyframes move_left {
    from {
        left: -75%;
    }
    to {
        left: 200%;
    }
}
