@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
/* CSS Document */
html{
}
body{
	font-family: "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	background-color: #fff;
	color: #222222;
}
#root{overflow:hidden;}
h1,h2,h3,h4,h5,h6,p,li,a{
	font-size:16px;
	font-weight: 500; 
	margin: 0;
	line-height: 1.6;
}
body{
    padding-top: 110px;
}
/* ---------- common ---------- */
.b_txt {
    background-color: #222;
    padding: 4px 10px;
	color: #fff;
}
.sp_br br{
	display: none;
}
.titlebox1{
	flex-direction: column;
	gap:7px;
}
.titlebox1 img{
	width: 32px;
	height: auto;
}
.mg_b1{
	margin-bottom: 60px;
}
.mg_b2{
	margin-bottom: 40px;
}
.mg_t1{
	margin-top: 40px;
}
.span_color1 span{
	color: #827BC2;
}
.worry_wrap{
	flex-direction: column;
	gap: 60px;
}
.worry_wrap .titlebox{
	flex-direction: column;
	gap: 10px;
}
.worry_wrap .titlebox .p_line{
	gap: 24px;
}
.worry_wrap .titlebox .p_line::before,
.worry_wrap .titlebox .p_line::after{
    content: "";
    display: block;
    width: 40px;
    height: 5px;
    background-color: #827BC2;
}
.worry_wrap .box_wrap{
	gap: 30px;
	width: 100%;
}
.worry_wrap .box_wrap .boxitem{
	flex-direction: column;
	gap: 30px;
	width: calc((100% - 120px)/5);
}
.worry_wrap .box_wrap .boxitem .imgbox img{
	border-radius: 50%;
}
.purple_label_wrap{
	background: #983BB4;
    background: linear-gradient(90deg,rgba(152, 59, 180, 1) 0%, rgba(107, 74, 152, 1) 69%, rgba(58, 50, 129, 1) 100%);
	position: relative;
}
.purple_label_wrap::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    border-top: 32px solid #DCD9F0;
}

.purple_label_wrap .txtbox{
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
}

.purple_label_wrap .titlebox h2::before{
    content: "“";
    margin-right: 8px;
}

.purple_label_wrap .titlebox h2::after{
    content: "”";
    margin-left: 8px;
}
.purple_label_wrap .titlebox h2::before,
.purple_label_wrap .titlebox h2::after{
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    font-size: 1.2em;
    font-weight: 700;
	font-family: "Zen Kaku Gothic New",  sans-serif;
}
.purple_label_wrap .titlebox h2 span{
    background-color: #222;
	color: #fff;
    padding: 4px 10px;
    margin: 0 8px;
}
.txt_deco1{
    position: relative;
    border: 2px solid #222;
    border-radius: 100px;
    padding: 10px 30px;
    background-color: #fff;
}
.txt_deco1::before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #222;
}
.contact_wrap{
	flex-direction: column;
	gap: 40px;
}
.contact_wrap .contact-form_a{
	background-color: #fff;
	padding: 60px;
	border-radius: 10px;
}
.contact-form_a .send .send-bt {
    width: 200px;
    position: relative;
    padding: 18px 30px;
    padding-right: 50px;
    border-radius: 200px;
    border: none;
	background-color: #222;
}
.contact-form_a .send .send-bt::after {
    display: none;
}
.contact-form_a .send .send-bt .fa-solid {
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: 20px;
    transition: transform 0.3s ease, color 0.3s ease;
}
.contact-form_a .send .send-bt p {
    font-weight: 700;
    color: #fff;
    line-height: 1;
    transform: translateY(2px);
    transition: ease 0.3s;
    line-height: 1;
}
.contact-form_a .send .send-bt:hover .fa-solid {
 	transform: translateX(5px);
 	color: #fff;
}
/* ---------- newstop_c ---------- */
.newstop_c{
	flex-direction: column;
	gap: 40px;
}
.newstop_c .newslist .webgene-blog{
	gap: 50px 20px;
}
.newstop_c .newslist .webgene-blog .webgene-item{
	width: calc(100% / 4 - 60px / 4);
    background: #fff;
    border: #D0D0D0 solid 1px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16); 
}
.newstop_c .newslist .webgene-blog .webgene-item .imgbox {
    overflow: hidden;
}
.newstop_c .newslist .webgene-blog .webgene-item .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    display: block;
}
.newstop_c .newslist .txtbox > .flex{
    gap: 20px;
	justify-content: flex-start;
}
.newstop_c .newslist .txtbox > .flex .catetxt{
    line-height: 1;
	background-color: #D9D7ED;
	padding: 4px 12px;
	border-radius: 200px;
}
.newstop_c .newslist .webgene-blog .webgene-item .date{
	color: #222222;
    font-weight: 400;
}

.company_wrap{
	flex-direction: column;
	width: 100%;
	gap: 40px;
}
.company_wrap .company_a{
	width: 100%;
}
/* ---------- more ---------- */
.more_wrap{
	gap: 5px;
}
.more a{
	position: relative; 
	border-radius: 200px;
	background-color: #222222;
	overflow: hidden;
	box-sizing: border-box;
	transition: ease 1.0s;
}
.more a > .flex{
	position: relative;
	z-index: 2;
	min-width: 240px;
	height: 50px;
	padding: 0 20px;
	justify-content: center;
}
.more a > .flex p{
	font-weight: 700;
	color: #fff;
	line-height: 1;
	transform: translateY(2px);
	transition: ease 0.3s;
	line-height: 1;
}
.more .fa-solid {
	font-size: 18px;
	color: #fff;
	position: absolute;
    right: 20px;
	transition: transform 0.3s ease, color 0.3s ease;
}
.more a:hover .fa-solid {
 	transform: translateX(5px);
 	color: #fff;
}
.more a:hover p{
	color: #fff;
}
.more2 img {
	width: 16px;
}
.more2 a {
	background-color: #fff;
}
.more2 a > .flex p{
	color: #222;
	font-size: 21px;
}
.more2 a > .flex,
.more3 a > .flex{
	gap: 5px;
}
.more3 img {
	width: 22px;
}
.more3 a {
	background-color: #5C51B2;
}
/* ---------- header ---------- */
.header{
	justify-content: space-between;
	padding: 25px 40px;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
	background-color: #fff;
}
.header .logo{
	width: clamp(160px, 28vw, 200px);
}
.header .head_menu{
	gap: 30px;
}
.header .head_menu .ul{
	gap: 30px;
}
.header .head_menu .ul .li p{
	font-weight: bold;
}
.header .head_menu .contact_bt a{
	width: 100%;
	height: auto;
	background-color: #222222;
	border-radius: 4px;
	padding: 10px 26px;
}
.header .head_menu .contact_bt a p{
	color: #fff;
}
.header .menu-bt {
  display: none;
}
/* ---------- pagetitle ---------- */
.pagetitle {
	min-height: clamp(450px, 30vw, 500px);
	position: relative;
	background-color: #D9D7ED;
}
.pagetitle .box_wrap{
    background-color: #f5f5f5;
    width: 100%;
    position: relative;
	min-height: clamp(450px, 40vw, 600px);
    align-items: stretch;
}
.pagetitle .box_wrap .txtbox{
	flex-direction: column;
	gap: 30px;
	align-items: flex-start;
	width: 40%;
	position: relative;
    z-index: 2;
}
.pagetitle .box_wrap .imgbox{
	width: 60%;
	position: relative;
    overflow: hidden;
	min-height: clamp(450px, 40vw, 600px);
}
.pagetitle .box_wrap .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
	display: block;
}
.pagetitle .box_wrap .imgbox::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(245, 245, 245, 1) 0%, rgba(245, 245, 245, 0.5) 23%, rgba(245, 245, 245, 0.2) 34%);
    z-index: 1;
    pointer-events: none;
}
.pagetitle .box_wrap .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.pagetitle2{
	background-color: #5C51B2;
	position: relative; 
    overflow: hidden;
}
.pagetitle2::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 157px solid rgba(255, 255, 255, 0.2); 
    border-right: 157px solid transparent;
}
.pagetitle2::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom: 157px solid rgba(255, 255, 255, 0.2); 
    border-left: 157px solid transparent; 
}
.pagetitle2 .titlebox{
    flex-direction: column;
    gap: 10px;
    position: relative; 
    z-index: 1; 
}
/* ---------- footer ---------- */
.footer_h > .box{
	padding-top: 80px;
	padding-bottom: 60px;
}
.footer_h .rightbox{
	align-items: flex-end;
	gap: 30px;
}
.footer_h .copyright{
	justify-content: flex-start;
}
.footer_h .copyright p{
	color: #C9C4C4;
}
.footer_h .rightbox .ul .li a p {
    display: flex;
    align-items: center;
    gap: 8px;
}
.footer_h .rightbox .ul .li a {
    gap: 8px;
}
.footer_h .rightbox .ul .li .fa-solid {
    font-size: 18px;
    color: #fff;
    transition: transform 0.3s ease, color 0.3s ease;
}

.footer_h .rightbox .ul .li a:hover .fa-solid {
    transform: translateX(5px);
    color: #fff;
}
/* ---------- font ---------- */
.en_title{
	font-family: "Outfit",  sans-serif;
	font-size: 18px;
	letter-spacing: 0.15em;
    font-weight: 700;
}
.en_title2{
	font-family: "Outfit",  sans-serif;
	font-size: 16px;
	letter-spacing: 0.15em;
    font-weight: 700;
}
.default_title{ 
	font-size: clamp(30px, 3.2vw, 46px);
	letter-spacing: 0.05em;
	font-weight: 700;
}
.default_title2{
	font-size: 34px;
	letter-spacing: 0.05em;
}
.default_title3{
	font-size: 28px;
	letter-spacing: 0.05em;
}
.default_txt{
	font-size: 20px;
	letter-spacing: 0.05em;
}
.default_txt2{
	font-size: 18px;
	letter-spacing: 0.05em;
}
.default_txt3{
	font-size: 16px;
	letter-spacing: 0.05em;
}



.font-out{
	font-family: "Outfit",  sans-serif;
}


/* ---------- default ---------- */
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: #000000;
}
.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-black{font-weight: 900;}

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

.cate_wrap > .cate{
	padding-top: 150px;
}
.pd_wrap_l{
	padding: 0px 0px 0 80px;
}
.pd_wrap_r{
	padding: 0px 80px 0 0px;
}

/* ANIME */
.sc-anime.topin.on{
	opacity:0;
	transform: translateY(-50px);
}
.sc-anime.topin.on.active{
	animation-name: topin;
	animation-duration: 1.2s;
	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: 1.2s;
	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: 1.2s;
	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: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.fadein.on{
	opacity:0;
}
.sc-anime.fadein.on.active{
	animation-name: fadein;
	animation-duration: 1.2s;
	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: 1.2s;
	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: 1.2s;
	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: #000000;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #827BC2}
.txt-color2{color: #827BC2}   
.txt-color3{color: #021745}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #D9D7ED}
.bg-color2{background-color: #F5F5F5}
.bg-color3{background-color: #021745}
.bg-color4{background-color: #EBF5E5}
.border-color1{border-color: #FFE93C}
.border-color2{border-color: #F1F1E9}
.border-color3{border-color: #021745}
.border-color4{border-color: #EBF5E5}

.hvr-txt-color-normal:hover{color: #000000;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #FFE93C}
.hvr-txt-color2:hover{color: #F1F1E9}
.hvr-txt-color3:hover{color: #021745}
.hvr-txt-color4:hover{color: #EBF5E5} 
.hvr-bg-white:hover{background-color: #ffffff;}
.hvr-bg-black:hover{background-color: black}
.hvr-bg-color1:hover{background-color: #FFE93C}
.hvr-bg-color2:hover{background-color: #F1F1E9}
.hvr-bg-color3:hover{background-color: #021745}
.hvr-bg-color4:hover{background-color: #EBF5E5}
.hvr-border-color1:hover{border-color: #FFE93C}
.hvr-border-color2:hover{border-color: #F1F1E9}
.hvr-border-color3:hover{border-color: #021745}
.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;
	}
	.pd_wrap_l{
		padding: 0px 0px 0 60px;
	}
	.pd_wrap_r{
		padding: 0px 60px 0 0px;
	}
/* ---------- common ---------- */
	.newstop_c .newslist .webgene-blog .webgene-item{
		width: calc(100% / 2 - 60px / 2);
	}
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
/* ---------- common ---------- */
	.worry_wrap .box_wrap .boxitem {
		width: calc((100% - 90px) / 3);
	}
	.newstop_c .newslist .txtbox {
		padding: 20px;
	}
	.pagetitle .box_wrap .txtbox{
		width: 50%;
	}
	.pagetitle .box_wrap .imgbox{
		width: 50%;
	}
	.contact_wrap .contact-form_a {
		padding: 60px 40px;
	}
/* ---------- header ---------- */

    .header .head_menu {
        display: none;
    }
    .header .menu-bt {
        display: block;
        position: relative;
        width: 60px;
        aspect-ratio: 1 / 1;
        cursor: pointer;
		background-color: #222;
		border-radius: 4px;
    }
	.header .menu-bt .line {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 30px;
        height: 20px;
	}
	.header .menu-bt .line > div {
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #fff;
		left: 0;
		transition: ease 0.3s;
	}
    .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%;
		transform: translateY(-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%;
		transform: translateY(50%) rotate(-45deg);
	}
/* ---------- footer ---------- */
/* ---------- font ---------- */
	.en_title{
		font-size: 18px;
	}
	.en_title2{
		font-size: 16px;
	}
	.default_title{ 
		font-size: clamp(30px, 3.2vw, 46px);
	}
	.default_title2{
		font-size: 28px;
	}
	.default_title3{
		font-size: 24px;
	}
	.default_txt{
		font-size: 20px;
	}
	.default_txt2{
		font-size: 18px;
	}
	.default_txt3{
		font-size: 16px;
	}

}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.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;
	}
	.pd_wrap_l{
		padding: 0px 0px 0 50px;
	}
	.pd_wrap_r{
		padding: 0px 50px 0 0px;
	}
/* ---------- common ---------- */
	.worry_wrap .box_wrap .boxitem {
		width: calc((100% - 60px) / 2);
	}
	.pagetitle .box_wrap{
		flex-direction: column-reverse;
		gap: 30px;
	}
	.pagetitle .box_wrap .txtbox{
		width: 100%;
		gap: 30px;
		padding-bottom: 50px;
	}
	.pagetitle .box_wrap .imgbox{
        width: 100%;
        height: auto;
        min-height: 0;
    }

    .pagetitle .box_wrap .imgbox img{
        height: auto;
        min-height: 0;
        display: block;
    }
/* ---------- header ---------- */
body{
    padding-top: 90px;
}
	.header {
		padding: 15px 20px;
	}
	.header .menu-bt {
        width: 50px;
    }
/* ---------- footer ---------- */
/* ---------- font ---------- */
	.en_title{
		font-size: 18px;
	}
	.en_title2{
		font-size: 16px;
	}
	.default_title{ 
		font-size: clamp(30px, 3.2vw, 46px);
	}
	.default_title2{
		font-size: 26px;
	}
	.default_title3{
		font-size: 24px;
	}
	.default_txt{
		font-size: 20px;
	}
	.default_txt2{
		font-size: 18px;
	}
	.default_txt3{
		font-size: 16px;
	}
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	
	.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;
	}
	.pd_wrap_l{
		padding: 0px 0px 0 20px;
	}
	.pd_wrap_r{
		padding: 0px 20px 0 0px;
	}
	.sp_br br{
	display:block;
	}

/* ---------- common ---------- */
	.worry_wrap .box_wrap .boxitem {
		width: 80%;
		gap: 10px;
	}
	.worry_wrap .box_wrap .boxitem .imgbox{
		width: 70%;
	}
	.worry_wrap .titlebox .p_line::before, .worry_wrap .titlebox .p_line::after {
		display: none;
	}

	.newstop_c .newslist .webgene-blog .webgene-item{
		width: 100%;
	}
	.newstop_c .newslist .webgene-blog {
		gap: 30px;
	}

    .pagetitle .box_wrap .txtbox {
        width: 100%;
        gap: 20px;
        padding-bottom: 30px;
		padding-right: 20px;
	}
	.contact_wrap .contact-form_a {
		padding: 40px 20px;
	}
/* ---------- header ---------- */
body{
    padding-top: 67px;
}
	.header {
		padding: 10px 15px;
	} 
	.header .menu-bt {
        width: 40px;
    }
	.header .menu-bt .line {
        width: 26px;
        height: 16px;
	}
/* ---------- footer ---------- */
	.footer_h .more_wrap{
		margin-top: 20px;
	}
/* ---------- font ---------- */
	.en_title{
		font-size: 15px;
	}
	.en_title2{
		font-size: 14px;
	}
	.default_title{ 
		font-size: clamp(24px, 3.2vw, 46px);
	}
	.default_title2{
		font-size: 22px;
	}
	.default_title3{
		font-size: 20px;
	}
	.default_txt{
		font-size: 18px;
	}
	.default_txt2{
		font-size: 16px;
	}
	.default_txt3{
		font-size: 14px;
	}
h1, h2, h3, h4, h5, h6, p, li, a {
    font-size: 14px;
}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
