@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@300;400;500;600;700&family=Oswald:wght@200..700&display=swap');
/* CSS Document */
html{
}
body{
	font-family: "IBM Plex Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	background-color: #F2F2EF;
	color: #2B2A27;
}

h1,h2,h3,h4,h5,h6,p,li,a{
	font-size: clamp(14px, 1.1vw, 16px);
	font-weight: 500; 
	margin: 0;
	line-height: 1.6;
}
body {
    background: url("https://kandas.co.jp/system_panel/uploads/images/bg_img.jpg") center center / cover no-repeat fixed;
}

/* ---------- common ---------- */
.mg_b1{
	margin-bottom: 60px;
}
.mg_b2{
	margin-bottom: 40px;
}
.mg_t1{
	margin-top: 60px;
}
.greenline{
	position: relative;
	padding-bottom: 30px;
}
.greenline::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 1px;
	background: #536C40;
}
.col_60{
	flex-direction: column;
	gap: 60px;
}
.overlay1{
	position: relative;
	overflow: hidden;
}
.overlay1 > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}
.overlay1::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .35);
	z-index: 1;
	pointer-events: none;
}
.overlay1 .txtbox {
	position: relative;
	z-index: 2;
}
.titlebox1{
	flex-direction: column;
	gap: 2px;
}
.section04 .box_wrap{
	gap: 50px;
	width: 100%;
	align-items: flex-start;
}
.section04 .box_wrap .boxitem{
	gap: 40px;
	flex-direction: column;
	width: calc((100% - 100px) / 3);
}
.section04 .box_wrap .boxitem .topbox{
	background-color: #FFFFFF;
	padding: 20px;
	position: relative;
	width: 100%;
	text-align: center;
}
.section04 .box_wrap .boxitem .topbox .num{
	font-size: clamp(18px,2.5vw,28px);
	font-family: "Oswald", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	color: #536C40;
	position: absolute;
	top:-8%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.bg_beige {
	position: relative;
	background: transparent !important;
	overflow: hidden;
	padding: 150px 0;
}

.bg_beige .titlebox1 {
	position: relative;
	z-index: 2;
}
.bg_beige .titlebox1::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 200vh;
	background-color: #DDD6CC;
	z-index: -1;
	pointer-events: none;
}
.bg_beige > *:not(.titlebox1) {
	position: relative;
	z-index: 2;
}
.works_wrap{
	width: 100%;
	overflow: hidden;
}

.works_wrap .webgene-blog {
	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: flex-start;
	align-items: flex-start;
	flex-direction: row;
	gap: 30px;
	overflow: hidden;
	width: 100%;
}
.works_wrap .webgene-blog .webgene-item {
	width: 30%;
	transition: ease 0.3s;
}
.works_wrap .webgene-blog .webgene-item:nth-of-type(even) {
	margin-top: clamp(25px, 4vw, 60px);
}
.works_wrap .webgene-blog .webgene-item a{display:block}
.works_wrap .webgene-blog .webgene-item:hover {
	opacity: 0.5 !important;
}
.works_wrap .webgene-blog .webgene-item .date {
	letter-spacing: 0.05em;
	color: #66625D;
}
.works_wrap .webgene-blog .webgene-item .imgbox {
	position: relative;
}
.works_wrap .webgene-blog .webgene-item .imgbox .cate {
	position: absolute;
	top: 0;
	left:0;
	display: inline-block;
	padding: 8px 25px;
	line-height: 1;
	background-color: #FFFFFF;
	color: #242424;
}
/* worksスライダー化用 */
.works_wrap .webgene-blog {
	display: block;
	overflow: hidden;
	width: 100%;
}

.works_wrap .webgene-blog .swiper-wrapper {
	align-items: flex-start;
	transition-timing-function: linear !important;
}

.works_wrap .webgene-blog .webgene-item {
	flex-shrink: 0;
}
.section03 .txtbox .titlebox{
	flex-direction: column;
	gap: 5px;
}
/* ---------- more ---------- */
.more a{
	position: relative;
	padding: 15px 30px;
	background-color: #536C40;
	min-width: 250px;
	border-radius: 2px;
	border: none;
	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;
}
.more a::after{
	content: "";
	position: absolute;
	width: 8px;
	aspect-ratio: 1 / 1;
	background-image: url("https://kandas.co.jp/system_panel/uploads/images/arrow1.svg");
	background-position: center center;
	background-size: 100% auto;
	top: 50%;
	right: 20px;
	transform:translate(0,-50%);
	transition: ease 0.3s;
}
.more a:hover::after{
	transform:translate(3px,-50%);
}
.more a p{
	color: #fff;
	font-size: 15px;
}
.more_wrap{
	gap: 30px;
}
.more2 a{
	background-color: inherit;
	border: #fff 1px solid;
}
.more_sns a .flex{
	gap: 10px;
}
.more_sns a .flex p{
	color: #fff;
	font-family: "IBM Plex Sans JP",  sans-serif;
	font-size: clamp(15px, 1.25vw, 18px);
	letter-spacing: 0.05em;
}
.more_sns a .flex i{
	font-size: clamp(16px, 4.0vw, 20px);
    color: #fff;
}
.more3 a{
	min-width: 300px;
	background-color: #fff;
	gap: 8px;
	padding: 15px 55px 15px 30px;
	justify-content: flex-start;
}
.more3 a img{
	width: 25px;
	height: 25px;
}
.more3 a p{
	color: #536C40;
	font-size: clamp(16px, 1.4vw, 20px);
}
.more3 a::after{
	content: "";
	position: absolute;
	width: 20px;
	aspect-ratio: 1 / 1;
	background-image: url("https://kandas.co.jp/system_panel/uploads/images/arrow2.svg");
	background-position: center center;
	background-size: 100% auto;
	top: 50%;
	right: 20px;
	transform:translate(0,-50%);
	transition: ease 0.3s;
}
.more3 a:hover::after{
	transform:translate(3px,-50%);
}
/* ---------- header ---------- */
.header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	padding: 25px 40px;
	justify-content: space-between;
	transition: ease 0.4s;
	background-color: transparent;
}
.header.schead{
	mix-blend-mode: exclusion;
}
.header .logo{
	width: 30%;
	max-width: 240px;
}
.header .head_nav,.header .head_nav .ul{
	gap: 30px;
}
.header .head_nav a p{
	color: #fff;
	font-size: clamp(14px,1.6vw,18px);
}
.header .head_nav .contact_bt a{
	border-radius: 200px;
	padding: 15px 30px;
	border: #fff solid 1px;
}
.header .head_nav .contact_bt a > div{
	gap: 15px;
}
.header .head_nav .contact_bt a p{
	line-height: 1;
}
.header .head_nav a i{
	color: #fff;
	font-size: 14px;
	transition: ease 0.3s;
	transform: translateY(2px);
	padding-bottom: 5px;
}
.header .head_nav a:hover i{
	transform: translateX(3px) translateY(2px);
}
.menu-bt{display: none;}
.menu-wrap{display: none;}

.header .menu-bt{
	width: 60px;
	height: 60px;
	border: 2px solid #fff;
	border-radius: 50%;
}
.header .menu-bt .line{
	width: 26px;
	height: 20px;
	position: relative;
}
.header .menu-bt .line > div{
	width: 100%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	transition: ease 0.4s;
}
.header .menu-bt .line > div:nth-of-type(1){
	top: 0;
	left: 0;
}
.header .menu-bt .line > div:nth-of-type(2){
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.header .menu-bt .line > div:nth-of-type(3){
	bottom: 0;
	left: 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%;
	left: 50%;
	transform: translateY(-50%);
	opacity: 0;
}
.header .menu-bt.active .line > div:nth-of-type(3){
	bottom: 50%;
	left: 50%;
	transform: translate(-50%,50%) rotate(-45deg);
}

.header.on{
	background-color: rgba(255, 255, 255, 0.7);
}

.header.on .head_nav a p{
	color: #2B2A27;
}

.header.on .head_nav a i{
	color: #2B2A27;
}

.header.on .head_nav .contact_bt a{
	background-color: #DDD6CC;
	border: 1px solid #DDD6CC;
}
.header.on .menu-bt{
	background-color: #DDD6CC;
	border: 1px solid #fff;
}
.menu-wrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(34,34,34,0.90);
	z-index: 9998;
}
.menu-wrap > div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 100px 50px;
}
.menu-wrap a p,.menu-wrap a i{
	color: #fff;
}
.menu-wrap .ul {
	justify-content: center;
	gap: 30px 5%;
	margin-bottom: 50px;
}
.menu-wrap .ul .li{
	min-width: 30%;
}
.menu-wrap .ul .li 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: column;
	padding: 10px;
	background-color: rgba(0,0,0,0.20);
	border-radius: 3px;
}
.menu-wrap .ul .li .en{
	font-size: clamp(18px,2.5vw,28px);
	font-family: "Oswald", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.menu-wrap .ul .li .jp{
	font-size: clamp(14px,1.8vw,20px);
	font-family: "IBM Plex Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.menu-wrap .snsbox{
	gap: 10px;
}
.menu-wrap .snsbox img{
	width: 25px;
	height: 25px;
}
/* ---------- pagetitle ---------- */
.pagetitle{
	position: relative;
	padding: 80px;
	height: 60vh;
	min-height: 400px;
	max-height: 525px;
	align-items: flex-end;
}
.pagetitle::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.5;
	background: #000000;
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(32, 32, 32, 0.8) 40%, rgba(61, 61, 61, 0.4) 70%, rgba(84, 84, 84, 0.1) 100%);
}
body.gjs-dashed .pagetitle{
	background-color: #000;
}
body.gjs-dashed .pagetitle::after{
	display: none;
}
.pagetitle .txtbox{
	position: relative;
	z-index: 2;
	width: 100%;
}
.pagetitle .txtbox h1,.pagetitle .txtbox p{color: #fff;}
.pagetitle .txtbox .en{
	font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: clamp(25px,5.0vw,50px);
	letter-spacing: 0.2rem;
}
/* ---------- footer ---------- */
.contact_g {
    color: #fff;
	background-color: #536C40;
}
.contact_g a:hover {
    opacity: 1;
}
.contact_g p {
    color: #fff;
}
.contact_g .topbox {
    position: relative;
    overflow: visible;
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
    gap: 80px;
}
.contact_g .topbox .contact-message p {
    margin: 0;
}
.contact_g .topbox .contactbtnwrap {
    gap: 20px;
}




.footer{
	position: relative;
	overflow: hidden;
	padding: 80px 40px 60px;
}
.footer::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(34, 34, 34, 0.6);
	z-index: 1;
	pointer-events: none;
}
.footer > *:not(img){
	position: relative;
	z-index: 2;
}
.footer p,.footer a p,.footer a i{
	color: #fff;
}
.footer .logo{
	max-width: 260px;
}
.footer .topbox .rightbox{
	min-width: 30%;
	justify-content: space-around;
}
.footer .topbox .rightbox .title{
	margin-bottom: 20px;
}
.footer .topbox .rightbox .li:not(:last-of-type){
	margin-bottom: 15px;
}
.footer .snsbox{
	gap: 10px;
}
.footer .snsbox img{
	width: 25px;
	height: 25px;
}
/* ---------- font ---------- */
.en_title{
	font-family: "Oswald",  sans-serif;
	font-size: clamp(32px, 4vw, 50px);
	letter-spacing: 0.15em;
    font-weight: 500;
}
.en_title2{
	font-family: "Oswald",  sans-serif;
	font-size: clamp(16px, 1.6vw, 20px);
	letter-spacing: 0.15em;
    font-weight: 500;
}
.en_title3{
	font-family: "Oswald",  sans-serif;
	font-size: clamp(14px, 1.1vw, 16px);
	letter-spacing: 0.15em;
    font-weight: 500;
}
.default_title{ 
	font-size: clamp(20px, 2.5vw, 32px);
	letter-spacing: 0.05em;
}
.default_title2{
	font-size: clamp(18px, 2vw, 26px);
	letter-spacing: 0.05em;
}

.default_txt {
	font-size: clamp(16px, 1.4vw, 20px);
	letter-spacing: 0.05em;
}

.default_txt2 {
	font-size: clamp(15px, 1.25vw, 18px);
	letter-spacing: 0.05em;
}



.font-oswald{
	font-family: "Oswald",  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;
}
.pd_wrap_l{
	padding: 0px 0px 0 80px;
}
.pd_wrap_r{
	padding: 0px 80px 0 0px;
}
.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: #536C40}
.txt-color2{color: #F1F1E9}
.txt-color3{color: #8B8B8B}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #536C40}
.bg-color2{background-color: #DFE3D0}
.bg-color3{background-color: #8B8B8B}
.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 ---------- */

/* ---------- header ---------- */
	.header{
		padding: 30px 30px;
	}
	.header .head_nav{
		display: none;
	}
	.header .menu-bt{
		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 ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
/* ---------- common ---------- */
	.section04 .box_wrap .boxitem{
		width: calc((100% - 50px) / 2);
	}
	.works_wrap .webgene-blog .webgene-item {
		width: 50%;
	}
	.pagetitle{
		position: relative;
		padding: 80px;
		height: 30vh;
		min-height: 400px;
		max-height: 525px;
	}
/* ---------- header ---------- */
/* ---------- footer ---------- */
	.footer .topbox{
		justify-content: center;
	}
	.footer .topbox .rightbox{
		display: none;
	}
	.contact_g .topbox {
		flex-direction: column;
		gap: 30px;
	}
	.contact_g .topbox .contact-message p {
		text-align: center;
	}
}
/* ---------- 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;
	}
	.pd_wrap_l{
		padding: 0px 0px 0 50px;
	}
	.pd_wrap_r{
		padding: 0px 50px 0 0px;
	}
	.cate_wrap > .cate{
		padding-top: 100px;
	}
/* ---------- common ---------- */
	.section04 .box_wrap .boxitem{
		width: 60%;
		gap: 20px;
	}
	.bg_beige {
		padding: 100px 0;
	}
	.mg_b1{
		margin-bottom: 40px;
	}
/* ---------- 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;
	}
	.pd_wrap_l{
		padding: 0px 0px 0 20px;
	}
	.pd_wrap_r{
		padding: 0px 20px 0 0px;
	}
	.cate_wrap > .cate{
		padding-top: 80px;
	}
/* ---------- common ---------- */


	.bg_beige {
		padding: 80px 0;
	}
	.col_60{
		gap: 40px;
	}
	.greenline {
		padding-bottom: 20px;
	}
	.more_wrap {
		flex-direction: column;
		gap: 20px;
		margin: 0 auto;
	}
	.more{
		margin: 0 auto;
	}
	.more a {
		padding: 12px 18px;
		min-width: 230px;
	}
	.sp-br span{
		display: inline-block;
	}
	.works_wrap .webgene-blog .webgene-item {
		width: 80%;
	}

	.more3 a {
        min-width: 270px;
		padding: 12px 40px 12px 18px;
    }
/* ---------- header ---------- */
	.header{
		padding: 15px 10px;
	}
	.header .logo{
		width: 40%;
	}
	.header .menu-bt{
		width: 48px;
		height: 48px;
	}
	.header .menu-bt .line{
		width: 20px;
		height: 15px;
	}
	.menu-wrap > div{
		padding: 80px 20px 40px;
	}
	.menu-wrap .ul {
		justify-content: center;
		gap: 15px 15px;
		margin-bottom: 50px;
	}
	.menu-wrap .ul .li{
		width: calc(50% - 20px / 2);
		min-width: calc(50% - 20px / 2);
	}
	.section04 .box_wrap .boxitem{
		width: 90%;
	}
	.section04 .box_wrap .boxitem .topbox {
		padding: 15px 10px 10px 10px;
	}
	.menu-wrap a p, .menu-wrap a i {
		color: #fff;
		font-size: 13px;
	}
	.menu-wrap .ul .li a {
		padding: 10px 5px;
	}
	.pagetitle{
		position: relative;
		padding: 40px 20px;
		height: 30vh;
		min-height: 200px;
		max-height: 350px;
	}
/* ---------- footer ---------- */
	.footer{
		padding: 60px 20px 30px;
	}
	.footer .logo{
		max-width: 200px;
	}
	.footer .bottombox{
		flex-direction: column;
		gap: 15px;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
