@charset "utf-8";
/* CSS Document */

.fv{
	position: relative;
	background-color: #DCE7EE;
	z-index: 2;
}
.fv::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	mix-blend-mode: overlay;
	background-image: url("https://pentact-smile.com/system_panel/uploads/images/fv_bg.png");
	background-position: center center;
	background-size: cover;
	z-index: 1;
}

.fv > div{
	position: relative;
	z-index: 4;
}
.fv .contents_wrap{
	position: relative;
	align-items: flex-end;
	padding: 200px 3% 0;
}
.fv .contents_wrap::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 150px;
	bottom: 0;
	left: 0;
	background-image: url("https://pentact-smile.com/system_panel/uploads/images/fv_bg2.png");
	background-position: top center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 2;
}
.fv .contents_wrap > div{
	position: relative;
}
.fv .contents_wrap .center_contents{
	width: 57%;
	order: 2;
	z-index: 3;
}
.fv .contents_wrap h1{
	font-size: 50px;
	font-weight: 700;
	text-align: center;
}
.fv .contents_wrap h1 > span{
	display: inline-block;
}
.fv .contents_wrap h1 > span:first-of-type:not(.line_txt_contents2){
	font-size: 60px;
	position: relative;
	background-color: #DB172D;
	color: #fff;
	letter-spacing: 8px;
	margin-right: 5px;
	font-weight: 700;
	z-index: 1;
	padding: 0 20px 5px;
	text-align:justify;
	text-align-last:justify;
}

.fv .contents_wrap h1 > span:first-of-type:not(.line_txt_contents2)::after{
	content: "";
	position: absolute;
	top: 0;
	left: -30px;
	transform: translateY(-90%);
	width: 100px;
	height: 100px;
	background-image: url("https://pentact-smile.com/system_panel/uploads/images/led_icon1.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.fv .contents_wrap h1 span .line_txt_contents2{
	position: absolute;
	width: auto;
	white-space: nowrap;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	z-index: 2;
	-webkit-text-stroke: 5px black;
	text-stroke: 5px black;
	paint-order: stroke;
	font-weight: 700;
	text-align: justify;
}
.fv .contents_wrap h1 span:last-of-type:not(.line_txt_contents2){
	font-size: 60px;
	font-weight: 900;
	animation-delay: 0.6s;
}

.fv .contents_wrap .center_contents .txtbox p span:not(:last-of-type){
	display: inline-block;
	padding: 0px 10px 3px;
	border: 3px solid #020202;
	background-color: #fff;
	margin: 10px;
}
body.on .fv .contents_wrap h1 > span,body.on .fv .contents_wrap .center_contents .txtbox p span:not(:last-of-type){
	opacity:0;
	transform: translateY(50px);
}
body.on .fv .contents_wrap h1 > span,body.on .fv .contents_wrap .center_contents .txtbox p span:not(:last-of-type){
	animation-name: bottomin;
	animation-duration: 0.6s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
body.on .fv .contents_wrap .center_contents .txtbox p span:not(:last-of-type){
	animation-delay: 1.4s;
}
.fv .contents_wrap .center_contents .txtbox p span:last-of-type{
	display: inline-block;
	border-bottom: 4px solid #DB172D;
	font-weight: 900;
	font-size: 48px;
}
.fv .contents_wrap .center_contents .check_wrap{
	gap: 20px;
}
.fv .contents_wrap .center_contents .check_wrap .box{
	width: calc(100% / 3 - 40px / 3);
	max-width: 240px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #1CBDE2;
	text-align: center;
}
.fv .contents_wrap .center_contents .check_wrap .box:nth-of-type(2){
	background-color: #9ccd05;
}
.fv .contents_wrap .center_contents .check_wrap .box:nth-of-type(1){
	animation-delay: 1.8s;
}
.fv .contents_wrap .center_contents .check_wrap .box:nth-of-type(2){
	animation-delay: 2.1s;
}
.fv .contents_wrap .center_contents .check_wrap .box:nth-of-type(3){
	animation-delay: 2.4s;
}
.fv .contents_wrap .center_contents .check_wrap .box img{
	width: 30px;
	margin-bottom: 20px;
}
.fv .contents_wrap .center_contents .check_wrap .box p{
	font-weight: 700;
	color: #fff;
	font-size: 22px;
}
.fv .contents_wrap .center_contents .check_wrap .box p span{
	font-size: 30px;
	display: inline-block;
}
.fv .contents_wrap .leftbox{
	width: 23%;
	order: 1;
	z-index: 3;
	padding-bottom: 80px;
}
.fv .contents_wrap .leftbox .logo{
	width: 50%;
	margin-bottom: 20px;
}
.fv .contents_wrap .leftbox p:not(.title){
  /*
	color: #576060;
  */
	color: #020202;
	font-size: 13px;
	line-height: 2;
}
.fv .contents_wrap .rightbox{
	width: 20%;
	order: 3;
	z-index: 1;
}
.fv .itemslider,.fv .more{
	background-color: #fff;
}
.fv .itemslider{
	overflow: hidden;
}
.fv .itemslider .swiper-slide{
	opacity: 1;
}
.fv .itemslider .swiper-wrapper{
	transition-timing-function: linear;
}
body:not(.on) .fv .itemslider .swiper-slide{
	display: inline-block;
	width: 200px;
}
.fv .more a{
	transform: translateY(50%);
}

.section01{
	position: relative;
	z-index: 1;
}
.section01 > div{
	position: relative;
	z-index: 3;
}
.section01::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("https://pentact-smile.com/system_panel/uploads/images/bg_item1.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	mix-blend-mode: screen;
}
.section01 .imgbox{
	position: absolute;
	bottom: 0;
	right: 3%;
	width: 20%;
	z-index: 1;
}
.section01 .alert_wrap{
	gap: 30px;
}
.section01 .alert_wrap .box{
	position: relative;
	width: calc(100% / 2 - 30px / 2);
	text-align: center;
	background-color: #fff;
	border: 3px solid #020202;
	border-radius: 6px;
	padding: 50px 20px 25px;
	animation-delay: 0.3s;
}
.section01 .alert_wrap .box:nth-of-type(2){
	animation-delay: 0.9s;
}
.section01 .alert_wrap .box img{
	position: absolute;
	top: 0;
	left: 50%;
	width: 70px;
	transform: translate(-50%,-50%);
}
.section01 .alert_wrap .box p{
	font-size: 24px;
	font-weight: 700;
}
.section01 .alert_wrap .box p span:first-of-type,.section01 .alert_wrap .box p span:nth-of-type(2){
	font-size: 30px;
}
.section01 .alert_wrap .box p span:last-of-type{
	font-size: 34px;
	color: #DB172D;
}
.section01 .alert_wrap .box h3{
	font-size: 38px;
	font-weight: 700;
}
.section01 .alert_wrap .box h3 span{
	display: inline-block;
	position: relative;
	border-bottom: 20px solid #FCD227;
	line-height: 0.3;
	padding: 0 5px;
}
.section01 .txtbox{
	position: relative;
	z-index: 2;
}
.section01 .txtbox span{
	display: inline-block;
	padding: 3px 10px;
	border: 2px solid #020202;
	background-color: #fff;
	color: #020202;
	margin: 10px;
}

.section02,.section03{
	margin-bottom: -100px;
	padding-bottom: 200px;
}

.section02,.section04,.section07{
	background-image: url("https://pentact-smile.com/system_panel/uploads/images/bg_item2.png");
	background-position: center center;
	background-repeat: repeat;
	background-size: 100% auto;
}
.step_boxwrap{
	gap: 80px 30px;
	align-items: stretch;
}
.step_boxwrap .box{
	position: relative;
	width: calc(100% / 3 - 60px / 3);
	padding: 50px 30px 30px;
	border: 3px solid #020202;
	border-radius: 10px;
	background-color: #fff;
}
.step_boxwrap .box:nth-of-type(2),.step_boxwrap .box:nth-of-type(5){
	animation-delay: 0.3s;
}
.step_boxwrap .box:nth-of-type(3),.step_boxwrap .box:nth-of-type(6){
	animation-delay: 0.6s;
}
.step_boxwrap .box .point{
	position: absolute;
	left: 50%;
	top: 0;
	line-height: 1;
	transform: translate(-50%,-50%);
	font-family: "Roboto", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-style: italic;
	font-weight: 700;
	font-size: 24px;
	padding: 5px 30px;
	border-radius: 200px;
	border: 3px solid #020202;
	background-color: #B2E325;
}
.step_boxwrap .box:nth-of-type(even) .point{
	background-color: #66CEE6;
}
.step_boxwrap .box .point span{
	font-size: 30px;
	display: inline-block;
	padding: 5px;
}
.step_boxwrap .box .imgbox{
	margin-bottom: 20px;
}
.step_boxwrap .box .imgbox img{
	border-radius: 10px;
}
.step_boxwrap:not(.box_wrap2) .box h4{
	text-align: center;
	font-weight: 700;
}
.step_boxwrap:not(.box_wrap2) .box h4{
	color: #00ABD1;
	font-size: 36px;
	font-weight: 900;
}
.step_boxwrap:not(.box_wrap2) .box .default_txt2{
	font-weight: 700;
	text-align: center;
}
.section02 .arrow_down,.section03 .arrow_down{
	width: 80px;
	margin: 0 auto;
	transform: translateY(100%);
}


.section03,.section06{
	background-color: #D0DEE8;
}
.section03 .step_boxwrap .box .point{
	background-color: #66CEE6;
}
.section03 .step_boxwrap .box:nth-of-type(even) .point{
	background-color: #B2E325;
}

.section03 .step_boxwrap .box .titlebox p{
	background-color: #66CEE6;
	padding: 4px 15px;
	border-radius: 100px;
	font-weight: 700;
}
.section03 .step_boxwrap .box:nth-of-type(even) .titlebox p{
	background-color: #B2E325;
}

.section03 .icon_wrap .titlebox h3{
	position: relative;
	z-index: 2;
	background-color: #D0DEE8;
	padding: 0 20px;
	transform: translateY(50%);
	font-weight: 700;
}
.section03 .icon_wrap .box_wrap{
	position: relative;
	border: 3px solid #020202;
	border-radius: 40px;
	gap: 50px;
	justify-content: flex-start;
	align-content: flex-start;
	padding: 80px 30px 50px;
}
.section03 .icon_wrap .box_wrap > div{
	position: relative;
	z-index: 3;
}
.section03 .icon_wrap .box_wrap::after{
	content: "";
	position: absolute;
	width: calc(100% + 10px);
	height: 70%;
	left: 50%;
	top: 50%;
	background-color: #D0DEE8;
	transform: translate(-50%,-50%);
}
.section03 .icon_wrap .box_wrap .box{
	width: calc(100% / 6 - 250px / 6);
}
.section03 .icon_wrap .box_wrap .box:nth-of-type(2),.section03 .icon_wrap .box_wrap .box:nth-of-type(8){
	animation-delay: 0.2s;
}
.section03 .icon_wrap .box_wrap .box:nth-of-type(3),.section03 .icon_wrap .box_wrap .box:nth-of-type(9){
	animation-delay: 0.4s;
}
.section03 .icon_wrap .box_wrap .box:nth-of-type(4),.section03 .icon_wrap .box_wrap .box:nth-of-type(10){
	animation-delay: 0.6s;
}
.section03 .icon_wrap .box_wrap .box:nth-of-type(5),.section03 .icon_wrap .box_wrap .box:nth-of-type(11){
	animation-delay: 0.8s;
}
.section03 .icon_wrap .box_wrap .box:nth-of-type(6),.section03 .icon_wrap .box_wrap .box:nth-of-type(12){
	animation-delay: 1.0s;
}
.section04 .title_item1 .en_txt{
	text-align: left;
}
.section04 .title_item1 .en_txt img{
	height: 80px;
}
.section04 .title_item1 .titleitem{
	position: relative;
	margin-top: 20px;
	padding-left: 60px;
}
.section04 .title_item1 .titleitem::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 45px;
	height: 5px;
	background-color: #020202;
}
.section04 .boxwrap{}
.section04 .boxwrap .box:not(:last-of-type){
	margin-bottom: 40px;
}
.section04 .boxwrap .box .imgbox{
	width: 30%;
	border: 3px solid #020202;
	border-radius: 10px;
	overflow: hidden;
}
.section04 .boxwrap .box .txtbox{
	width: 70%;
	padding-left: 60px;
}
.section04 .boxwrap .box .txtbox .num{
	font-size: 64px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	-webkit-text-stroke: 5px black;
	text-stroke: 5px black;
	paint-order: stroke;
	font-weight: 700;
	text-align: justify;
	position: relative;
	z-index: 2;
	padding-left: 10px;
	transform: translateY(20%);
}
.section04 .boxwrap .box .txtbox .title h3{
	display: inline-block;
	padding: 5px 20px;
	background-color: #66CEE6;
}
.section04 .boxwrap .box:nth-of-type(even) .txtbox .title h3{
	background-color: #B2E325;
}

.section05{
	color: #fff;
	background-image: url("https://pentact-smile.com/system_panel/uploads/images/fv_img1.png");
	background-position: bottom right 3%;
	background-repeat: no-repeat;
	background-size: 15%;
	background-color: #42C3E0;
}

.section05 .line_txt{
	position: relative;
	line-height: 1.3;
	margin: 0 10px;
}
.section05 .line_txt::after,.section07 .line_txt::after,.cta_area.cta2 .box1 .line_txt::after{
	content: "";
	position: absolute;
	top: 0;
	left: -20px;
	transform: translateY(-90%);
	width: 80px;
	height: 80px;
	background-image: url("https://pentact-smile.com/system_panel/uploads/images/led_icon1.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.section07 .line_txt{
	position: relative;
	line-height: 1.3;
	margin: 0 10px;
}
/*
.section07 .line_txt::after{
	content: "";
	position: absolute;
	top: 0;
	left: 15%;
	transform: translateY(-100%);
	width: 60%;
	height: 25px;
	background-image: url("https://pentact-smile.com/system_panel/uploads/images/txt_item3.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
*/
.section07 .boxwrap{
	padding: 60px;
	background-color: #F5F5F5;
	border: 3px solid #020202;
	border-radius: 10px;	
}
.section07 .boxwrap .box{
	gap: 20px;
	background-color: #fff;
	border-radius: 20px;
	padding: 10px;
}
.section07 .boxwrap .box:not(:last-of-type){
	margin-bottom: 15px;
}
.section07 .boxwrap .box img{
	width: 60px;
}
.section07 .boxwrap .box h3{
	width: calc(100% - 60px - 20px);
}

.section08{
	background-color: #B2E325;
}

.section08 .flow_wrap{
	gap: 15px;
}
.section08 .flow_wrap > img{
	width: 20px;
}
.section08 .flow_wrap .box{
	text-align: center;
	width: calc(100% / 5 - 200px / 5 );
	background-color: #fff;
	border-radius: 10px;
	border: 3px solid #020202;
	padding: 20px;
}
.section08 .flow_wrap .box .step{
	font-family: "Roboto", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-style: italic;
	font-weight: 700;
	font-size: 24px;
	border-bottom: 10px solid #66CEE6;
	line-height: 0.0;
	padding: 0 3px;
	display: inline-block;
}
.section08 .flow_wrap .box .step span{
	font-size: 30px;
	display: inline-block;
	padding: 5px;
}
.section08 .flow_wrap .box img{
	width: 50%;
	margin: 0 25%;
}

.form_area{
	position: relative;
	z-index: 4;
}
.form_area .form_contents .titlebox h2{
	position: relative;
	z-index: 4;
	background-color: #66CEE6;
	border: 4px solid #020202;
	border-radius: 200px;
	padding: 10px 50px;
	transform: translateY(-50%);
}

@media screen and (min-height: 1080px){
}
@media screen and (max-width: 1470px){
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (min-width: 1281px){
	.section07 .boxwrap .box h3{
		font-size: 32px;
	}
}
@media screen and (min-width: 577px){
	.fv .contents_wrap .center_contents .check_wrap .box{
		animation-name: blurin2;
		animation-duration: 0.6s;
		animation-timing-function: ease;
		animation-fill-mode: forwards;
	}
	.fv .contents_wrap .center_contents .check_wrap .box:nth-of-type(1){
		animation-delay: 1.8s;
	}
	.fv .contents_wrap .center_contents .check_wrap .box:nth-of-type(2){
		animation-delay: 2.1s;
	}
	.fv .contents_wrap .center_contents .check_wrap .box:nth-of-type(3){
		animation-delay: 2.4s;
	}
}
@media screen and (max-width: 1280px){
	.fv .contents_wrap h1{
		font-size: 36px;
	}
	.fv .contents_wrap h1 > span:first-of-type:not(.line_txt_contents2),.fv .contents_wrap h1 span:last-of-type:not(.line_txt_contents2){
		font-size: 46px;
	}
	.fv .contents_wrap .center_contents .txtbox p span:last-of-type{
		font-size: 40px;
	}
	
	.fv .contents_wrap{
		justify-content: space-between;
	}
	.fv .contents_wrap .center_contents .check_wrap .box p{
		font-size: 20px;
	}
	.fv .contents_wrap .center_contents .check_wrap .box p span{
		display: block;
		font-size: 24px;
	}
	.fv .contents_wrap .center_contents{
		width: 100%;
		order: 1;
		padding-bottom: 50px;
	}
	.fv .contents_wrap .leftbox{
		width: auto;
		width: auto;
		max-width: 40%;
	}
	.fv .contents_wrap .rightbox{
		width: auto;
		max-width: 25%;
	}
	.section02,.section04,.section07{
		background-size: 1280px auto;
	}
	
	.step_boxwrap .box{
		padding: 40px 20px 20px;
	}
	.step_boxwrap .box .point{
		font-size: 22px;
		padding: 5px 20px;
	}
	.step_boxwrap .box .point span{
		font-size: 26px;
	}
	.step_boxwrap:not(.box_wrap2) .box h4{
		font-size: 30px;
	}
	.section03 .icon_wrap .box_wrap{
		gap: 50px 30px;
	}
	.section03 .icon_wrap .box_wrap .box{
		width: calc(100% / 6 - 150px / 6);
	}
	.section03 .icon_wrap .box_wrap .box:nth-of-type(2),.section03 .icon_wrap .box_wrap .box:nth-of-type(6),.section03 .icon_wrap .box_wrap .box:nth-of-type(10){
		animation-delay: 0.2s;
	}
	.section03 .icon_wrap .box_wrap .box:nth-of-type(3),.section03 .icon_wrap .box_wrap .box:nth-of-type(7),.section03 .icon_wrap .box_wrap .box:nth-of-type(11){
		animation-delay: 0.4s;
	}
	.section03 .icon_wrap .box_wrap .box:nth-of-type(4),.section03 .icon_wrap .box_wrap .box:nth-of-type(8),.section03 .icon_wrap .box_wrap .box:nth-of-type(12){
		animation-delay: 0.6s;
	}
	.section03 .icon_wrap .box_wrap .box:nth-of-type(5),.section03 .icon_wrap .box_wrap .box:nth-of-type(9){
		animation-delay: 0s;
	}
	.section04 .title_item1 .en_txt img{
		height: 70px;
	}
	.section04 .boxwrap .box .txtbox{
		width: 70%;
		padding-left: 50px;
	}
	.section07 .boxwrap{
		padding: 50px;
	}
	.section07 .boxwrap .box{
		gap: 20px;
		padding: 10px;
	}
	.section07 .boxwrap .box:not(:last-of-type){
		margin-bottom: 15px;
	}
	.section07 .boxwrap .box img{
		width: 50px;
	}
	.section07 .boxwrap .box h3{
		width: calc(100% - 50px - 20px);
	}
	.section08 .flow_wrap{
		gap: 40px 15px;
	}
	.section08 .flow_wrap > img{
		width: 20px;
	}
	.section08 .flow_wrap .box{
		text-align: center;
		width: calc(100% / 3 - 100px / 3 );
		background-color: #fff;
		border-radius: 10px;
		border: 3px solid #020202;
		padding: 20px;
	}

}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.section01 .alert_wrap .box p span:first-of-type,.section01 .alert_wrap .box p span:nth-of-type(2){
		font-size: 26px;
	}
	.section01 .alert_wrap .box h3,.section01 .alert_wrap .box p span:last-of-type{
		font-size: 30px;
	}
	.step_boxwrap .box .point span{
		font-size: 24px;
	}
	.step_boxwrap:not(.box_wrap2) .box h4{
		text-align: left;
	}
	.step_boxwrap:not(.box_wrap2) .box h4 > br{
		display: none;
	}
	.step_boxwrap:not(.box_wrap2) .box h4{
		font-size: 26px;
	}
	.step_boxwrap:not(.box_wrap2) .box .default_txt2{
		text-align: center;
	}
	.section03 .icon_wrap .box_wrap{
		gap: 50px 50px;
	}
	.section03 .icon_wrap .box_wrap .box{
		width: calc(100% / 4 - 150px / 4);
	}
	.section04 .title_item1 .en_txt img{
		height: 60px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.fv .contents_wrap h1{
		font-size: 32px;
	}
	.fv .contents_wrap h1 > span:first-of-type:not(.line_txt_contents2),.fv .contents_wrap h1 span:last-of-type:not(.line_txt_contents2){
		font-size: 42px;
	}
	.fv .contents_wrap::after{
		height: 100px;
	}
	.fv .contents_wrap .center_contents .txtbox p span:last-of-type{
		font-size: 32px;
	}
	.fv .contents_wrap h1 > span:first-of-type:not(.line_txt_contents2)::after{
		left: -30px;
		transform: translateY(-90%);
		width: 80px;
		height: 80px;
	}
	.section01 .alert_wrap .box img{
		width: 60px;
	}
	.section01 .txtbox span{
		margin: 5px;
	}
	.section01 .alert_wrap .box p{
		font-size: 20px;
	}
	.section01 .alert_wrap .box p span:first-of-type,.section01 .alert_wrap .box p span:nth-of-type(2){
		font-size: 24px;
	}
	.section01 .alert_wrap .box h3,.section01 .alert_wrap .box p span:last-of-type{
		font-size: 26px;
	}
	.section01 .imgbox{
		width: 30%;
	}
	.fv .contents_wrap .rightbox{
		width: auto;
		max-width: 30%;
	}
	
	.step_boxwrap .box{
		width: calc(100% / 2 - 30px / 2);
		padding: 40px 10px 20px;
	}
	.section02 .arrow_down,.section03 .arrow_down{width: 60px;}
	.section03 .icon_wrap .box_wrap{
		gap: 40px 30px;
		padding: 60px 30px 50px;
	}
	.section03 .icon_wrap .box_wrap .box{
		width: calc(100% / 4 - 90px / 4);
	}
	.section04 .title_item1 .en_txt img{
		height: 48px;
	}
	.section04 .title_item1 .titleitem{
		padding-left: 50px;
	}
	.section04 .title_item1 .titleitem::after{
		width: 40px;
		height: 3px;
	}
	.section04 .boxwrap .box .txtbox .num{
		font-size: 50px;
	}
	.section04 .boxwrap .box .txtbox{
		padding-left: 30px;
	}
	.section07 .boxwrap{
		padding: 30px;
	}
	.section07 .boxwrap .box{
		gap: 15px;
		padding: 10px;
	}
	.section07 .boxwrap .box:not(:last-of-type){
		margin-bottom: 15px;
	}
	.section07 .boxwrap .box img{
		width: 40px;
	}
	.section07 .boxwrap .box h3{
		width: calc(100% - 40px - 20px);
	}
	.section08 .flow_wrap{
		gap: 30px 10px;
	}
	.section08 .flow_wrap > img{
		width: 15px;
	}
	.section08 .flow_wrap .box{
		text-align: center;
		width: calc(100% / 3 - 70px / 3 );
		background-color: #fff;
		border-radius: 10px;
		border: 3px solid #020202;
		padding: 15px;
	}
	.step_boxwrap .box:nth-of-type(2),.step_boxwrap .box:nth-of-type(4),.step_boxwrap .box:nth-of-type(6){
		animation-delay: 0.3s;
	}
	.step_boxwrap .box:nth-of-type(3),.step_boxwrap .box:nth-of-type(5){
		animation-delay: 0s;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.fv .contents_wrap .center_contents{
		padding-bottom: 0;
	}
	.fv .contents_wrap h1{
		font-size: 24px;
	}
	.fv .contents_wrap h1 > span:first-of-type:not(.line_txt_contents2),.fv .contents_wrap h1 span:last-of-type:not(.line_txt_contents2){
		font-size: 34px;
	}
	.fv .contents_wrap h1 > span:first-of-type:not(.line_txt_contents2){
		padding: 0 10px 3px;
	}
	.fv .contents_wrap .center_contents .txtbox br{
		display: none;
	}
	.fv .contents_wrap .center_contents .txtbox p span:not(:last-of-type){
		padding: 0px 5px 2px;
		margin: 5px;
	}
	.fv .contents_wrap .center_contents .txtbox p span:last-of-type{
		font-size: 24px;
	}
	.fv .contents_wrap .center_contents .check_wrap .box{
		width: calc(50% - 10px);
	}
	.fv .contents_wrap .center_contents .check_wrap .box:nth-of-type(1){
		animation-delay: 0s;
	}
	.fv .contents_wrap .center_contents .check_wrap .box:nth-of-type(2){
		animation-delay: 0.3s;
	}
	.fv .contents_wrap .center_contents .check_wrap .box:nth-of-type(3){
		animation-delay: 0s;
	}
	.fv .contents_wrap .center_contents .check_wrap .box p{
		font-size: 18px;
	}
	.fv .contents_wrap .center_contents .check_wrap .box p span{
		font-size: 22px;
	}
	.fv .contents_wrap .leftbox{
		width: 100%;
		max-width: 100%;
		margin-top: 30px;
		padding-bottom: 30px;
	}
	.fv .contents_wrap .leftbox .logo{
		margin: 0 auto 20px;
	}
	.fv .contents_wrap .leftbox p:not(.title){
		font-size: 3.1vw;
	}
	.fv .contents_wrap .rightbox{
		width: 50%;
		max-width: 100%;
		margin-left: 25%;
	}
	.fv .contents_wrap::after{
		height: 50px;
	}
	.fv .contents_wrap h1 > span:first-of-type:not(.line_txt_contents2)::after{
		left: -20px;
		transform: translateY(-90%);
		width: 60px;
		height: 60px;
	}
	
	.section01 .alert_wrap .box{
		width: 100%;
		padding: 30px 20px 20px;
	}
	.section01 .alert_wrap .box h3 span{
		border-bottom-width: 15px;
	}
	.section01 .alert_wrap .box img{
		width: 50px;
	}
	.section01 .txtbox span{
		padding: 0px 5px 2px;
		margin: 5px;
	}
	.section01 .txtbox br{display: none;}
	.section01 > div{
		padding-bottom: 150px;
	}
	.section01 .imgbox{
		width: 40%;
	}
	
	.section02,.section03{
		padding-bottom: 150px;
		margin-bottom: -100px;
	}
	.step_boxwrap .box{
		width:100%;
		padding: 40px 10px 20px;
	}
	.step_boxwrap:not(.box_wrap2) .box h4{
		font-size: 22px;
	}
	.section02 .arrow_down,.section03 .arrow_down{width: 40px;}
	.section03 .icon_wrap .titlebox h3{
		padding: 0 10px;
	}
	.section03 .icon_wrap .box_wrap{
		gap: 40px 30px;
		padding: 50px 20px 30px;
		border-radius: 20px;
		border-width: 2px;
	}
	.section03 .icon_wrap .box_wrap .box{
		width: calc(100% / 2 - 30px / 2);
	}
	.section03 .icon_wrap .box_wrap::after{
		height: 90%;
	}
	.section04 .title_item1 .en_txt img{
		height: 34px;
	}
	.section04 .title_item1 .titleitem{
		padding-left: 40px;
	}
	.section04 .title_item1 .titleitem::after{
		width: 30px;
		height: 3px;
	}
	.section04 .boxwrap .box .txtbox .num{
		font-size: 42px;
		text-align: center;
	}
	.section04 .boxwrap .box .imgbox{
		width: 80%;
		margin-bottom: 10px;
	}
	.section04 .boxwrap .box .txtbox{
		width: 100%;
		padding-left: 0px;
	}
	.section04 .boxwrap .box .txtbox .title h3{
		padding: 5px 10px;
	}
	.section05{
		background-size: 30% auto;
		padding-bottom: 150px;
	}
	.section07 .boxwrap{
		padding: 15px;
		padding-top: 50px;
	}
	.section07 .boxwrap .box{
		position: relative;
		gap: 0px;
		padding: 40px 10px 10px;
	}
	.section07 .boxwrap .box:not(:last-of-type){
		margin-bottom: 50px;
	}
	.section07 .boxwrap .box img{
		width: 40px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.section07 .boxwrap .box h3{
		width: calc(100% - 40px - 20px);
	}
	.section08 .flow_wrap{
		gap: 30px 20px;
	}
	.section08 .flow_wrap > img{
		display: none;
	}
	.section08 .flow_wrap .box{
		text-align: center;
		width: calc(100% / 2 - 20px / 2 );
		background-color: #fff;
		border-radius: 10px;
		border: 3px solid #020202;
		padding: 10px;
	}
	.section08 .flow_wrap .box .default_txt2{font-size: 16px;}
	.section08 .flow_wrap .box .step{
		font-size: 20px;
	}
	.section08 .flow_wrap .box .step span{
		font-size: 26px;
	}
.form_area .title_item1 .default_title{
	font-size: 22px;
}
	.step_boxwrap .box:nth-of-type(2),.step_boxwrap .box:nth-of-type(4),.step_boxwrap .box:nth-of-type(6){
		animation-delay: 0s!important;
	}
	.section03 .icon_wrap .box_wrap .box:nth-of-type(3),.section03 .icon_wrap .box_wrap .box:nth-of-type(7),.section03 .icon_wrap .box_wrap .box:nth-of-type(11){
		animation-delay: 0s!important;
	}
	.section03 .icon_wrap .box_wrap .box:nth-of-type(4),.section03 .icon_wrap .box_wrap .box:nth-of-type(8),.section03 .icon_wrap .box_wrap .box:nth-of-type(12){
		animation-delay: 0s!important;
	}
	.section03 .icon_wrap .box_wrap .box:nth-of-type(even){
		animation-delay: 0.2s;
	}
	.section07 .titlebox h2{margin-bottom: 50px;}
	.section05 .line_txt::after,.section07 .line_txt::after,.cta_area.cta2 .box1 .line_txt::after{
		left: -20px;
		transform: translateY(-90%);
		width: 60px;
		height: 60px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

