@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');/* CSS Document */
html{
}
body{
	font-family: "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	background-color: #fff;
	color: #020202;
}

body .bg_img_wrap {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img{
	display: none;
}
body .bg_img_wrap2 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img{
	display: none;
}

a{
	display: inline-block;
	transition: ease 0.3s;
}
a:hover{
	opacity: 0.5;
}
a p,a,a i{
	color: #020202;
}
.font-roboto{
	font-family: "Roboto", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-black{font-weight: 900;}

.pd_wrap{
	padding: 100px 80px 0;
}
.pd_wrap_all{
	padding: 100px 80px 100px;
}
.pd_wrap_side{
	padding-left: 80px;
	padding-right: 80px;
}

.cate_wrap > .cate{
	padding-top: 100px;
}
.default_title{
 font-size: 56px;
	font-weight: 700;
}
.default_title2{
	font-size: 42px;	
	font-weight: 700;
}
.default_title3{
	font-size: 36px;	
}

.default_txt{
	font-size: 30px;	
}
.default_txt2{
	font-size: 24px;	
}
.default_txt3{
	font-size: 20px;	
}


/* ---------- common ---------- */
.sp_br br,.tb_br br{
	display: none;
}

.box_item1{
	padding: 0px 10px 3px;
	border: 3px solid #020202;
	background-color: #fff;
	margin: 10px;	
}
.line_txt{
	position: relative;
	background-color: #DB172D;
	color: #fff;
	letter-spacing: 3px;
	font-weight: 700;
	z-index: 1;
	padding: 0 20px 5px;
	text-align:justify;
	text-align-last:justify;
}
.line_txt .line_txt_contents{
	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;
}

.cta_area{
	position: relative;
}
.cta_area .box1{
	padding: 80px 50px;
}
.cta_area.cta1 .box1 .line_txt::after{
	content: "";
	position: absolute;
	top: 0;
	left: 20%;
	transform: translateY(-100%);
	width: 52%;
	height: 25px;
	background-image: url("https://pentact-smile.com/system_panel/uploads/images/txt_item2.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
/*
.cta_area.cta2 .box1 .line_txt::after{
	content: "";
	position: absolute;
	top: 0;
	left: 11%;
	transform: translateY(-100%);
	width: 70%;
	height: 25px;
	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;
}
*/
.cta_area.cta2 .box1 .default_txt2 span{
	border-bottom: 3px solid #DB172D;
	font-weight: 900;
	font-size: 28px;
}

.cta_area .box2{
	position: relative;
	background-image: url("https://pentact-smile.com/system_panel/uploads/images/bg_item4.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.cta_area .box2 .contents{
	position: relative;
	z-index: 2;
}
.cta_area .box2 .imgbox{
	position: absolute;
	width: 15%;
	bottom: 0;
	z-index: 1;
}
.cta_area .box2 .imgbox.img1{
	left: 2%;
}
.cta_area .box2 .imgbox.img2{
	right: 2%;
}
.title_item1 .en_txt{
	text-align: center;
	margin-bottom: -8px;
}
.title_item1 .en_txt img{
	height: 110px;
	width: auto;
}
.title_item1 .title_box{
	padding-bottom: 80px;
}
.title_item1 .title_box .title{

	position: relative;
	padding: 10px 50px;
	border: 5px solid #020202;
	background-color: #fff;
	z-index: 2;
}
.title_item1 .title_box .title::after{
	content: "";
	width: 5px;
	height: 60px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%,-5px) rotate(45deg);
	background-color: #020202;
	z-index: 1;
}

.title_item2{
	gap: 30px;
}
.title_item2 img{
	width: 50px;
}
.title_item2 .title{
	max-width: calc(100% - 160px);
}
.title_item2.on img{
	opacity:0;
}
.title_item2.on.active img{
	animation-name: title_item2_anime;
	animation-duration: 2.0s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
}

@keyframes title_item2_anime {
	0% {
		opacity:0;
	}
	10% {
		opacity:1;
	}
	30% {
		opacity:0;
	}
	50% {
		opacity:1;
	}
	70% {
		opacity:0;
	}
	90% {
		opacity:1;
	}
}

.more_wrap{
	gap: 20px;
}

.more a{
	position: relative;
	display: inline-block;
	padding: 15px 30px;
	min-width: 500px;
	border-radius: 100px;
	border: 3px solid #020202;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
}
.more a:hover{
	opacity: 1;
}
.more a::after{
	content: "";
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0;
	border-radius: 100px;
	background-color: #1CBDE2;
	transition: ease 0.4s;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.more a:hover::after{
	width: 100%;
	height: 100%;
}
.more a p{
	position: relative;
	z-index: 2;
	font-size: 30px;
	font-weight: 700;
	transition: ease 0.3s;
}
.more a:hover p{
	color: #fff;
}

.more.more2 a{
	background-color: #DB172D;
	border-color: #DB172D;
}
.more.more2 a::after{
	background-color: #fff;
}
.more.more2 a p{
	color: #fff;
}
.more.more2 a:hover p{
	color: #020202;
}

.top_retuen{
	position: fixed;
	bottom: 30px;
	right: 30px;
	border-radius: 50%;
	overflow: hidden;
	z-index: 999;
	cursor: pointer;
}
.top_retuen > div{	
	width: 80px;
	height: 80px;
	background-color: #B2E325;
}
.top_retuen > div i{
	font-size: 50px;
	color: #fff;
}
/* ---------- header ---------- */
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #000;
	justify-content: space-between;
	z-index: 9999;
}
.header .logo{
	max-width: 240px;
	padding: 15px;
	padding-left: 50px;
}
.header .contact_box a{
	height: 100%;
	gap: 15px;
	padding: 10px 30px;
}
.header .contact_box a img{
	width: 18px;
}
.header .menu-bt{
	width: 80px;
	height: 100%;
	padding: 20px;
	cursor: pointer;
}
.header .menu-bt .line{
	position: relative;
	width: 38px;
	height: 24px;
}
.header .menu-bt .line > div{
	width: 100%;
	height: 3px;
	background-color: #fff;
	position: absolute;
	transition: ease 0.3s;
	left: 0;
}
.header .menu-bt .line > div:nth-of-type(1){
	top: 0;
}
.header .menu-bt .line > div:nth-of-type(2){
	top: 50%;
	transform: translateY(-50%);
}
.header .menu-bt .line > div:nth-of-type(3){
	bottom: 0;
}
.header .menu-bt.active .line > div:nth-of-type(1){
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}
.header .menu-bt.active .line > div:nth-of-type(2){
	top: 50%;
	transform: translateY(-50%) translateX(50%);
	opacity: 0;
}
.header .menu-bt.active .line > div:nth-of-type(3){
	bottom: 50%;
	left: 50%;
	transform: translate(-50%,50%) rotate(-45deg);
}

.menu-wrap{
	position: fixed;
	z-index: 9998;
	top: 0;
	right: 0;
	height: 100%;
	display: none;
}
.menu-wrap > div{
	position: relative;
	height: 100%;
	padding: 80px;
}
.menu-wrap .ul .li:not(:last-of-type){
	margin-bottom: 20px;
}
.menu-wrap .ul .li a{
	position: relative;
	padding-left: 30px;
}
.menu-wrap .ul .li a::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 10px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #fff;
}
.menu-wrap .ul .li a p{
	color: #fff;
	font-weight: 700;
	font-size: 30px;
}
/* ---------- contents ---------- */


/* ---------- footer ---------- */
.footer{
	background-color: #383A45;
}
.footer p{
	color: #fff;
}

.contact-form{
	padding: 0px;
}
.contact-form .box-wrap .box{
	margin-bottom: 50px;
}
.contact-form .box-wrap .box h3{
	width: 250px;
	padding: 16px 0;
	padding-right: 30px;
	box-sizing: border-box;
	position: relative;
	text-align: right;
	font-weight: bold;
}
.contact-form .box-wrap .box.required-box h3::after{
	position: absolute;
	content: "※";
	color: red;
	font-size: 16px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.contact-form .box-wrap .box .inputbox{
	width: calc(100% - 250px);
	box-sizing: border-box;
	padding-left: 40px;
}
.contact-form .box-wrap .box .inputbox .input-border{
}
.contact-form .box-wrap .box .inputbox:not(.file-box) input,.contact-form .box-wrap .box .inputbox textarea,.contact-form .box-wrap .box .inputbox select{
	width: 100%;
	border: 1px solid #D9D9D9;
	background-color: #F7F7F7;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 15px;
}
.contact-form .box-wrap .box .inputbox input:active,.contact-form .box-wrap .box .inputbox textarea:active,.contact-form .box-wrap .box .inputbox select:active{
}
.contact-form .box-wrap .box .inputbox textarea{
	height: 300px;
}
.contact-form .box-wrap .box .inputbox input:active,.contact-form .box-wrap .box .inputbox input:focus,.contact-form .box-wrap .box .inputbox textarea:active,.contact-form .box-wrap .box .inputbox textarea:focus{
	border: none;
	outline: none;
}


.send-bt{
	position: relative;
	display: inline-block;
	min-width: 220px;
	border-width: 1px;
}
.send-bt{
	transition: ease 0.3s;
}
.send-bt:hover{
	opacity: 0.5;
}
.send-bt button{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	opacity: 0;
	cursor: pointer;
}
.send-bt{
	position: relative;
}
.send-bt p{
	padding: 15px 50px;
	min-width: 280px;
	background-color: #DB172D;
	color: #fff;
	border-radius: 200px;
}


.privacy-bt{
	cursor: pointer;
}

.privacypolicy{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
padding: clamp(40px, 5vw, 100px) clamp(20px, 8vw, 100px);
	background-color:rgba(4,78,133,0.90);
	color: #ffffff;
	z-index: 99999;
	overflow: auto;
}
.privacypolicy .box-wrap{
	padding-top: 50px;
}
.privacypolicy .box-wrap .box:not(:last-of-type){
	margin-bottom: 80px;
}
.privacypolicy .box-wrap a p{
	color: #fff;
}
.privacypolicy .close-bt{
	position: fixed;
	top: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	background-color: rgba(0,0,0,0.90);
	transition: ease 0.3s;
	cursor: pointer;
}
.privacypolicy .close-bt:hover{opacity: 0.6}
.privacypolicy .close-bt::before,.privacypolicy .close-bt::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 42px;
	height: 3px;
	background-color: #ffffff;
}
.privacypolicy .close-bt::before{
	transform: translate(-50%,-50%) rotate(45deg);
}
.privacypolicy .close-bt::after{
	transform: translate(-50%,-50%) rotate(-45deg);
}
.privacypolicy .box-wrap .box h3{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #ffffff;
}
.privacypolicy .box-wrap .box p a{
	color: #ffffff;
}
/* ANIME */
.sc-anime.topin.on{
	opacity:0;
	transform: translateY(-50px);
}
.sc-anime.topin.on.active{
	animation-name: topin;
	animation-duration: 0.6s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.bottomin.on{
	opacity:0;
	transform: translateY(50px);
}
.sc-anime.bottomin.on.active{
	animation-name: bottomin;
	animation-duration: 0.6s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.leftin.on{
	opacity:0;
	transform: translateX(-50px);
}
.sc-anime.leftin.on.active{
	animation-name: leftin;
	animation-duration: 0.6s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.rightin.on{
	opacity:0;
	transform: translateX(50px);
}
.sc-anime.rightin.on.active{
	animation-name: rightin;
	animation-duration: 0.6s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.fadein.on{
	opacity:0;
}
.sc-anime.fadein.on.active{
	animation-name: fadein;
	animation-duration: 0.6s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin.on{
	opacity:0;
	/*
	-ms-filter: blur(6px);
	filter: blur(6px);
	*/
}
.sc-anime.blurin.on.active{
	animation-name: blurin;
	animation-duration: 0.6s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin2.on{
	opacity:0;
	transform: translateY(50px);
	/*
	-ms-filter: blur(6px);
	filter: blur(6px);
	*/
}
.sc-anime.blurin2.on.active{
	animation-name: blurin2;
	animation-duration: 0.6s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

@keyframes topin {
	0% {
		opacity:0;
		transform: translateY(-50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes bottomin {
	0% {
		opacity:0;
		transform: translateY(50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes leftin {
	0% {
		opacity:0;
		transform: translateX(-50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes rightin {
	0% {
		opacity:0;
		transform: translateX(50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes upin {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes fadein {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes fadeout {
	0% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
@keyframes blurin {
	0% {
		opacity: 0;
		/*
		-ms-filter: blur(6px);
		filter: blur(6px);
		*/
	}
	100% {
		opacity:1;
		/*
		-ms-filter: blur(0px);
		filter: blur(0px);
		*/
	}
}
@keyframes blurin2 {
	0% {
		opacity: 0;
		transform: translateY(50px);
		/*
		-ms-filter: blur(6px);
		filter: blur(6px);
		*/
	}
	100% {
		opacity:1;
		transform: translateY(0px);
		/*
		-ms-filter: blur(0px);
		filter: blur(0px);
		*/
	}
}

/* color */
.txt-color-normal{color: #020202;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #DB172D}
.txt-color2{color: #374A9B}
.txt-color3{color: #B2E325}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: #020202}
.bg-color1{background-color: #DB172D}
.bg-color2{background-color: #374A9B}
.bg-color3{background-color: #B2E325}
.bg-color4{background-color: #EBF5E5}
.border-color1{border-color: #DB172D}
.border-color2{border-color: #374A9B}
.border-color3{border-color: #B2E325}
.border-color4{border-color: #EBF5E5}

.hvr-txt-color-normal:hover{color: #020202;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #DB172D}
.hvr-txt-color2:hover{color: #374A9B}
.hvr-txt-color3:hover{color: #B2E325}
.hvr-txt-color4:hover{color: #EBF5E5} 
.hvr-bg-white:hover{background-color: #ffffff;}
.hvr-bg-black:hover{background-color: #020202}
.hvr-bg-color1:hover{background-color: #DB172D}
.hvr-bg-color2:hover{background-color: #374A9B}
.hvr-bg-color3:hover{background-color: #B2E325}
.hvr-bg-color4:hover{background-color: #EBF5E5}
.hvr-border-color1:hover{border-color: #DB172D}
.hvr-border-color2:hover{border-color: #374A9B}
.hvr-border-color3:hover{border-color: #B2E325}
.hvr-border-color4:hover{border-color: #EBF5E5}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.pd_wrap{
		padding: 150px 60px 0;
	}
	.pd_wrap_all{
		padding: 150px 60px 150px;
	}
	.pd_wrap_side{
		padding-left: 60px;
		padding-right: 60px;
	}
	.default_title{
		font-size: 46px;
	}
	.default_title2{
		font-size: 34px;	
	}
	.default_title3{
		font-size: 30px;	
	}

	.default_txt{
		font-size: 26px;	
	}
	.default_txt2{
		font-size: 22px;	
	}
	.default_txt3{
		font-size: 18px;	
	}
/* ---------- common ---------- */
	.cta_area .box2 .imgbox{
		width: 20%;
	}
	.cta_area.cta2 .box1 .default_txt2 span{
		font-size: 26px;
	}
	.title_item1 .en_txt img{
		height: 100px;
	}
	.title_item1 .title_box .title{
		padding: 10px 40px;
	}
	.title_item2{
		gap: 25px;
	}
	.title_item2 img{
		width: 45px;
	}
	.title_item2 .title{
		max-width: calc(100% - 140px);
	}
	
	.more_wrap{
		flex-direction: column;
	}
	.more a p{
		font-size: 28px;
	}
	.top_retuen{
		bottom: 30px;
		right: 30px;
	}
	.top_retuen > div{	
		width: 60px;
		height: 60px;
	}
	.top_retuen > div i{
		font-size: 40px;
	}
/* ---------- header ---------- */
/* ---------- footer ---------- */
	.contact-form .box-wrap .box h3{
		width: 220px;
		font-size: 16px;
	}
	.contact-form .box-wrap .box .inputbox{
		width: calc(100% - 220px);
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.default_title{
		font-size: 42px;
	}
	.default_title2{
		font-size: 30px;	
	}
	.default_title3{
		font-size: 28px;	
	}

	.default_txt{
		font-size: 24px;	
	}
	.default_txt2{
		font-size: 20px;	
	}
	.default_txt3{
		font-size: 18px;	
	}
/* ---------- common ---------- */
	.cta_area.cta2 .box1 .default_txt2 span{
		font-size: 24px;
	}
	.title_item1 .en_txt img{
		height: 80px;
	}
	.title_item1 .title_box .title{
		padding: 10px 30px;
	}
	.title_item2{
		gap: 20px;
	}
	.title_item2 img{
		width: 40px;
	}
	.title_item2 .title{
		max-width: calc(100% - 120px);
	}
	
	.more a{
		min-width: 480px;
	}
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.tb_br br{
		display: block;
	}
	.pd_wrap{
		padding: 100px 50px 0;
	}
	.pd_wrap_all{
		padding: 100px 50px 100px;
	}
	.pd_wrap_side{
		padding-left: 50px;
		padding-right: 50px;
	}
	.cate_wrap > .cate{
		padding-top: 100px;
	}
	.default_title{
		font-size: 38px;
	}
	.default_title2{
		font-size: 26px;	
	}
	.default_title3{
		font-size: 24px;	
	}

	.default_txt{
		font-size: 22px;	
	}
	.default_txt2{
		font-size: 20px;	
	}
	.default_txt3{
		font-size: 18px;	
	}
/* ---------- common ---------- */
	.cta_area.cta2 .box1 .default_txt2 span{
		font-size: 22px;
	}
	.title_item1 .en_txt img{
		height: 60px;
	}
	.title_item1 .title_box .title{
		padding: 8px 20px;
		border-width: 4px;
	}
	.title_item1 .title_box .title::after{
		width: 4px;
		transform: translate(-50%,-8px) rotate(45deg)
	}
	.title_item2{
		gap: 15px;
	}
	.title_item2 img{
		width: 35px;
	}
	.title_item2 .title{
		max-width: calc(100% - 100px);
	}
	.more a{
		min-width: 460px;
	}
	.more a p{
		font-size: 26px;
	}
/* ---------- header ---------- */
	.header .logo{padding-left: 50px;}
	.header .contact_box a{
		padding: 10px 20px;
	}
	.header .contact_box a img{
		width: 14px;
	}
	.menu-wrap > div{
		padding: 50px;
	}
	.menu-wrap .ul .li a p{
		font-size: 26px;
	}
/* ---------- footer ---------- */
	.contact-form .box-wrap .box{
		margin-bottom: 20px;
	}
	.contact-form .box-wrap .box h3{
		width: 100%;
		text-align: left;
	}
	.contact-form .box-wrap .box.required-box h3::after{
		position: static;
		font-size: 16px;
		transform: translateY(0);
		margin-left: 15px;
	}
	.contact-form .box-wrap .box:not(.required-box) h3{padding-left: 0;}
	.contact-form .box-wrap .box .inputbox{
		width: 100%;
		padding-left: 0;
		border-left: none;
	}
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.sp_br br{
		display: block;
	}
	.pd_wrap{
		padding: 80px 20px 0;
	}
	.pd_wrap_all{
		padding: 80px 20px 80px;
	}
	.pd_wrap_side{
		padding-left: 20px;
		padding-right: 20px;
	}
	.cate_wrap > .cate{
		padding-top: 80px;
	}
	.default_title{
		font-size: 24px;
	}
	.default_title2{
		font-size: 22px;	
	}
	.default_title3{
		font-size: 20px;	
	}

	.default_txt{
		font-size: 18px;	
	}
	.default_txt2{
		font-size: 18px;	
	}
	.default_txt3{
		font-size: 16px;	
	}
/* ---------- common ---------- */
	.box_item1{
		padding: 0px 5px 2px;
		margin: 5px;
	}
	.line_txt{
		padding: 0 10px 0px;
	}
	.cta_area .box1{
		padding: 50px 20px;
	}
	.cta_area .box1 > div.flex{
		gap: 20px 5px;
	}
	.cta_area .box2 .contents{
		padding: 0 20px 150px;
	}
	.cta_area .box2 .imgbox{
		width: 28%;
	}
	.cta_area.cta2 .box1 .default_txt2 span{
		font-size: 20px;
	}
	.title_item1 .en_txt img{
		height: 40px;
	}
	.title_item1 .en_txt{
		margin-bottom: -2px;
	}
	.title_item1 .title_box{
		padding-bottom: 50px;
	}
	.title_item1 .title_box .title{
		padding: 6px 12px;
		border-width: 3px;
	}
	.title_item1 .title_box .title::after{
		width: 3px;
		transform: translate(-50%,-5px) rotate(45deg);
		height: 40px;
	}
	.title_item2{
		gap: 10px;
	}
	.title_item2 img{
		width: 25px;
	}
	.title_item2 .title{
		max-width: calc(100% - 70px);
		text-align: center;
	}
	.more a{
		min-width: 300px;
	}
	.more a p{
		font-size: 18px;
	}
	.top_retuen{
		bottom: 10px;
		right: 10px;
	}
	.top_retuen > div{	
		width: 50px;
		height: 50px;
	}
	.top_retuen > div i{
		font-size: 30px;
	}
/* ---------- header ---------- */
	.header .logo{
		max-width: 140px;
		padding-left: 20px;
	}
	.header .contact_box a{
		padding: 3px 10px;
		gap: 8px;
	}
	.header .contact_box a img{
		width: 10px;
	}
	.header .menu-bt{
		width: 60px;
		padding: 15px;
	}
	
	.menu-wrap{
		width: 100%;
	}
	.menu-wrap > div{
		width: 100%;
		padding: 20px;
	}
	.menu-wrap .ul .li a{
		padding-left: 15px;
	}
	.menu-wrap .ul .li a p{
		font-size: 16px;
	}
	.menu-wrap .ul .li a::after{
		width: 6px;
	}
	.contact-form .box-wrap .box.required-box h3::after{
		position: static;
		font-size: 16px;
		transform: translateY(0);
		margin-left: 10px;
	}
/* ---------- footer ---------- */
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
