@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Maru+Gothic:wght@400;500;700&display=swap');
/* CSS Document */
html{
}
body{
	font-family: "Zen Maru Gothic", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	background-color: #F2F2EF;
	color: #121212;
}
h1,h2,h3,h4,h5,h6,p,li,a{
	font-size:16px;
	font-weight: 500; 
}
a p,a,a i,a h2,a h3,a h4,a h5,a h6{
	color: #121212;
}

:root{
  --header-space: clamp(90px, 10vw, 130px);
}
/* ---------- common ---------- */
.mg_b1{
	margin-bottom: 60px;
}
.mg_b2{
	margin-bottom: 50px;
}
.mg_b3{
	margin-bottom: 30px;
}
.mg_t1{
	margin-top: 50px;
}
.pd_r{
	padding-right: 80px;
}
.pd_l{
	padding-left: 80px;
}
.pd_b{
	padding-bottom: 150px;
}

.dog_item_wrap{
	gap: 22px;
}
.dog_item_wrap .item1{
	width: clamp(40px, 5vw, 60px);
}
.dog_item_wrap .item2{
	width: clamp(80px, 8vw, 120px);
}
.swiper_wrap .dog_item_wrap{
	margin-left: auto;
	
}

.titlebox1{
	gap: 10px;
	justify-content: flex-start;
}
.titlebox2{
	gap: 5px;
	flex-direction: column;
}
.titlebox2 .icon1{
	width: clamp(20px, 5vw, 40px);
}
.titlebox2 .title-item{
	gap: 5px;
}
.titlebox2 .title-item img{
	width: clamp(10px, 3vw, 18px);
}
.titlebox2 h2{
	line-height: 1;
}

.border_rad1{
	border-radius: 30px;
	overflow: hidden;
}
.border_rad2{
	border-radius: 20px;
	overflow: hidden;
}

.top_box_wrap {
	gap: 100px;
}
.top_box_wrap .imgbox{
	width: calc(40% - 50px);
}
.top_box_wrap .imgbox .img1{
	border-radius: 0 50px 50px 0;
}
.top_box_wrap .txtbox{
	width: calc(60% - 50px);
	flex-direction: column;
	gap: 50px;
	align-items: flex-start;
}
.top_box_wrap .txtbox .txt-item{
	flex-direction: column;
	gap: 20px;
	align-items: flex-start;
}
.top_box_wrap2 {
	flex-direction: row-reverse;
}
.top_box_wrap2 .imgbox .img1{
	border-radius: 50px 0 0 50px;
}

.news_b .webgene-blog .webgene-item .catename {
	background-color: #e6b6c3;
}
.news_b .webgene-blog .webgene-item .date {
    color: #707070;
}
.swiper_a {
    --band-h: 300px;
}
.swiper_wrap .dog_item_wrap{
	width: fit-content;
    margin-left: auto;
	padding-right: 50px;
}
.faq_wrap .accordion {
    max-width: 1280px;
    margin: 0 auto;
}
.faq_wrap .accordion-item {
    background-color: #fff;
    border-radius: 50px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.faq_wrap .accordion-item.open .accordion-header {
    border-radius: 30px 30px 0 0;
}
.faq_wrap .accordion-item.open .accordion-content {
    border-radius: 0 0 30px 30px;
}

.faq_wrap .accordion-item:not(:last-of-type) {
    margin-bottom: 20px;
}
.faq_wrap .faq_wrap .accordion-header {
    position: relative;
    background-color: #fff;
    border: none;
    cursor: pointer;
    padding: 0; 
}
.faq_wrap .accordion-header > div {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    padding: 40px;
    padding-right: 60px;
    background-color: transparent;
	cursor: pointer;
}
.faq_wrap .accordion-header > div .bt_icon {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    transition: ease 0.3s;
}
.faq_wrap .accordion-header > div .bt_icon::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background-color: #C0363A;
}
.faq_wrap .accordion-header > div .bt_icon::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background-color: #C0363A;
    transition: ease 0.3s;
}
.faq_wrap .accordion-header.on > div .bt_icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}

.faq_wrap .accordion-header h3,
.faq_wrap .accordion-content p:not(.icon) {
    width: 100%;
    padding-left: 20px;
    margin-top: 4px;
}
.faq_wrap .accordion-content {
    position: relative;
    background-color: #fff;
    display: none;
}
body:not(.on) .faq_wrap .accordion-content{display:block;}
.faq_wrap .accordion-content > div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    padding: 20px;
    gap: 10px;
}
.faq_wrap .accordion-content p.default_txt.txt-color3 {
    width: auto;    
    flex-shrink: 0;
    margin: 0;
	padding-left: 0;
}
.faq_wrap .accordion-content p.default_txt2 {
    flex: 1;   
    margin: 0;
    line-height: 1.6;
}

.pagelinks_e a p {
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.05em;
}
.pagelinks_e a {
    position: relative;
    background-color: #F2DBD9;
    border-radius: 50px;
    padding: 10px 15px;
    width: 200px;
}
.pagelinks_e a:hover {
    background-color: #e6b6c3;
}

.pagelinks_e a:hover p {
    color: #fff;
}
/* ---------- more ---------- */
.more > a,.more > div{
	width: 200px;
	gap: 20px;
	border-radius: 200px;
	padding: 10px 30px;
	border: #fff solid 1px;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #e6b6c3;
}
.more a > div p,.more > div > div p{
	color: #fff;
}

.more2 > a{
	background-color: #9C322F;
}
.more2 a > div p{
	color: #fff;
}
.more3 > a{
	background-color: inherit;
	border: #111111 1px solid;
}
.more3 a > div p{
	color: #111111;
}
.more4 > a{
	background-color: #fff;
}
.more4 a > div p{
	color: #111111;
}
/* ---------- header ---------- */
.header_b .head_menu .ul .bt_wrap{
    gap: 10px;
}
.header_b .head_menu, .header_b .head_menu .ul{
	gap: clamp(20px, 5vw, 30px);
}
.header_b .head_menu .ul .bt_wrap .bt1{
    min-width: 130px;
	background-color: #292B62;
	text-align: center;
}
.header_b .head_menu .ul .bt_wrap .bt2{
    min-width: 130px;
	background-color: #9C322F;
	text-align: center;
}
.header_b .logo{
    width: 30%;
    max-width: 180px;
}
.header_top .head_menu .ul .contact_bt {
  padding: 6px 18px;
  background-color: #383743;
  border-radius: 100px;
}
.header_top .head_menu {
    padding: 20px 30px;
    border-radius: 200px;
    background-color: inherit;
    box-shadow: none;
}
.menu-wrap.burgermenu_c .ul .li a p.en {
    font-family: "Montserrat", sans-serif;
}
.menu-wrap.burgermenu_c .menu-side .tel {
    font-family: "Montserrat", sans-serif;
}


/* ---------- pagetitle ---------- */
.pagetitle{
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
	padding-top: var(--header-space);
}
.pagetitle {
	width: 100%;
}
.pagetitle .bg_img_wrap2{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	height: 400px;  
	border-radius: 20px;
}
.pagetitle .bg_img_wrap2 > img{
	width: 100%;    
	object-fit: cover;
	display: block;
}
body:not(.gjs-dashed) .pagetitle .bg_img_wrap2::after{
	content: "";
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.23);
	z-index: 1;
}
body:not(.gjs-dashed) .pagetitle .bg_img_wrap2 .txtbox{
	width: 100%;
	position: absolute;
	inset: 0;
	flex-direction: column;
	z-index: 3;
}
.pagetitle .bg_img_wrap2 .txtbox h1{
	color: #fff;
	font-weight: 600;
}
.pagetitle .bg_img_wrap2 .txtbox p{
	color: #fff;
	font-weight: 600;
	font-family: "Montserrat",  sans-serif;
	letter-spacing: 0.05em;
}

/* ---------- footer ---------- */
.footer_g {
    background-color: #e6b6c3;
}
.footer_g p{
    color: #fff;
}
.footer-bottombox_g{
	background-color: #e6b6c3;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer_g .leftbox .logo {
    width: clamp(200px, 30vw, 280px);
}
.footer_g .leftbox{
	flex-direction: column;
	align-items: flex-start;
	width: 40%;
}
.footer_g .leftbox .bt_wrap{
	gap: 20px;
	flex-direction: column;
}
.footer_g .leftbox .bt_wrap .more a{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
	width: 260px;
}
.footer_g .leftbox .bt_wrap .more4 a i{
	color: #e6b6c3;
}
.footer_g .leftbox .bt_wrap .more2 a i{
	color: #fff;
}
.footer_g .rightbox{
	width: 60%;
	gap: 40px;
	align-items: flex-end;
}
.footer_g .snsbox{
	background-color: #fff;
	border-radius: 50px;
	aspect-ratio: 1 / 1;
	padding: 7px;
}
.footer_g .snsbox i{
	font-size: 20px;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
}
.footer_g .bottombox{
	width: 100%;
	gap: 80px;
	margin-left: auto;
	margin-right: 0;
	align-items: flex-start;
}
.footer_g .bottombox .title{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #fff solid 1px; 
	font-size: 20px;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.05em;
}
.footer_g .bottombox .item:not(:last-of-type){
	margin-bottom: 20px;
}
.footer_g .bottombox .item a{
	justify-content: flex-start;
}
.footer_g .bottombox .item a i{
	font-size: 20px;
}
.footer_g .bottombox .box{
	width: calc(100% / 3 - 240px / 3);
}
/* ---------- font ---------- */
.en_title{
	font-family: "Montserrat",  sans-serif;
	font-size: 50px;
	letter-spacing: 0.15em;
    font-weight: 600;
}
.en_title2{
	font-family: "Montserrat",  sans-serif;
	font-size: 40px;
	letter-spacing: 0.15em;
    font-weight: 600;
}
.en_title3{
	font-family: "Montserrat",  sans-serif;
	font-size: 30px;
	letter-spacing: 0.15em;
    font-weight: 600;
}
.default_title{ 
	font-size: 26px;
	letter-spacing: 0.05em;
}
.default_title2{
	font-size: 24px;
	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-mon{
	font-family: "Montserrat",  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;
}


/* 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: #e6b6c3}
.txt-color2{color: #C0363A}
.txt-color3{color: #021745}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #FFE93C}
.bg-color2{background-color: #F1F1E9}
.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_r{
		padding-right: 60px;
	}
	.pd_l{
		padding-left: 60px;
	}
/* ---------- common ---------- */
	.top_box_wrap {
		gap: 60px;
	}
	.top_box_wrap .imgbox{
		width: calc(45% - 30px);
	}
	.top_box_wrap .txtbox{
		width: calc(55% - 30px);
		gap: 30px;
	}
	.swiper_a {
		--band-h: 200px;
	}
/* ---------- header ---------- */

  .header_b {
    padding: 10px 20px;
  }
  .header_b .head_menu, .header_b .head_menu .ul {
    gap: 20px;
  }
  .header_b .head_menu {
    padding: 10px 20px;
	  aspect-ratio: 1 / 1;
  }
  .header_b .head_menu .ul p {
    font-size: 14px;
  }
  .header_b .head_menu .ul .contact_bt {
    padding: 3px 12px 5px;
  }
  .header_b {
    padding: 10px 15px;
  }
  .header_b .head_menu {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  .header_b .head_menu .ul {
    display: none;
  }
  .header_b .head_menu .menu-bt .line {
    width: 24px;
    height: 20px;
  }
  .menu-wrap_b .ul {
    width: 90%;
    gap: 30px 15px;
    overflow: auto;
  }
  .menu-wrap_b .ul .li {
    width: calc(100% / 2 - 15px / 2);
  }
/* ---------- footer ---------- */

	.footer_g .leftbox{
		width: 30%;
	}
	.footer_g .rightbox{
		width: 70%;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
/* ---------- common ---------- */
	.top_box_wrap .txtbox h3 span{
		display: inline-block;
	}
	.top_box_wrap .imgbox .img1 {
		border-radius: 0 30px 30px 0;
	}
	.top_box_wrap2 .imgbox .img1 {
		border-radius: 30px 0 0 30px;
	}
	.pagetitle .bg_img_wrap2{
		height: 350px;  
		border-radius: 20px;
	}
/* ---------- header ---------- */
/* ---------- footer ---------- */
    .footer_g .leftbox {
        width: 100%;
		margin: 0 auto;
    }
	.footer_g .leftbox .bt_wrap {
		margin: 0 auto;
	}
/* ---------- font ---------- */
	.en_title{
		font-size: 44px;
	}
	.en_title2{
		font-size: 34px;
	}
	.en_title3{
		font-size: 26px;
	}
	.default_title{ 
		font-size: 24px;
	}
	.default_title2{
		font-size: 22px;
	}
	.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_r{
		padding-right: 50px;
	}
	.pd_l{
		padding-left: 50px;
	}
	.pd_b{
		padding-bottom: 100px;
	}
	.mg_b1{
		margin-bottom: 40px;
	}
	.mg_b2{
		margin-bottom: 30px;
	}
	.mg_b3{
		margin-bottom: 20px;
	}
/* ---------- common ---------- */
	.top_box_wrap {
		gap: 40px;
		flex-direction: column;
	}
	.top_box_wrap .imgbox{
		width: 70%;
		margin-right: auto;
	}
	.top_box_wrap .txtbox{
		width: 80%;
		margin-left: auto;
	}
	.top_box_wrap2 .imgbox{
		width: 70%;
		margin-left: auto;
		margin-right: 0;
	}
	.top_box_wrap2 .txtbox{
		width: 80%;
		margin-right: auto;
		margin-left: 0;
	}
	.pagetitle .bg_img_wrap2{
		height: 300px;  
		border-radius: 20px;
	}
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- スマートフォン ---------- */
/* ---------- 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_r{
		padding-right: 20px;
	}
	.pd_l{
		padding-left: 20px;
	}
	.pd_b{
		padding-bottom: 80px;
	}
	h1,h2,h3,h4,h5,h6,p,li,a{
		font-size:14px;
	}
/* ---------- common ---------- */
	.border_rad1{
		border-radius: 15px;
	}
	.border_rad2{
		border-radius: 10px;
	}
	.top_box_wrap .imgbox{
		width: 90%;
	}
	.top_box_wrap .txtbox{
		width: 100%;
		padding-left: 20px;
		gap: 20px;
	}
	.top_box_wrap .txtbox .txt-item {
		gap: 15px;
	}
	.top_box_wrap .imgbox .img1 {
		border-radius: 0 20px 20px 0;
	}
	.top_box_wrap2 .imgbox .img1 {
		border-radius: 20px 0 0 20px;
	}
    .news_b.news_list .contents .webgene-blog .webgene-item {
        width: 90%;
		margin: 0 auto;
    }
	.swiper_a {
		--band-h: 100px;
	}
	.pagetitle .bg_img_wrap2{
		height: 250px;  
		border-radius: 10px;
	}
	.faq_wrap .accordion-header > div{
		padding: 15px;
	}
	.faq_wrap .accordion-header h3{
		padding-left: 10px;
		padding-right: 40px;
	}
/* ---------- header ---------- */
/* ---------- footer ---------- */
/* ---------- font ---------- */
	.en_title{
		font-size: 30px;
	}
	.en_title2{
		font-size: 26px;
	}
	.en_title3{
		font-size: 24px;
	}
	.default_title{ 
		font-size: 20px;
	}
	.default_title2{
		font-size: 20px;
	}
	.default_txt{
		font-size: 18px;
	}
	.default_txt2{
		font-size: 16px;
	}
	.default_txt3{
		font-size: 14px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
