@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100;300;400;500;700;900&display=swap');



.zoomIn img{
	transform: scale(1);
	transition: .3s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
}

.zoomIn a:hover img{/*hoverした時の変化*/
	transform: scale(1.02);/*拡大の値を変更したい場合はこの数値を変更*/
}

/*　画像のマスク　*/

.mask{
    display: block;
    line-height: 0;/*行の高さを0にする*/
    overflow: hidden;/*拡大してはみ出る要素を隠す*/
}


.url {
	word-break: break-all;
}


#container{
	position: relative;
	z-index: 1;/*header とfooterを手前にするため数字を小さく*/
}

.fixed{
	position: -webkit-sticky;/*Safari*/
	position: sticky;
	top:0;/*Header高さ分で止まるようにする*/
	padding: 600px 0;/*デモ画面の高さを持たすための上下余白*/
}

.fixed:last-of-type{
	padding-top:60px;
/*最後のセクションだけ止まらないため、エリア内の情報が少ない時は、Header分の高さをpadding-topに追加して上部が見えるようにする*/
}
@media screen and (max-width:768px){
	.fixed{
	position:relative!important;/*sticky解除*/
	top:0;/*70px⇒0pxに戻す*/
}
	.fixed:first-of-type{
	padding-top:100px;
	/*最初の要素は上部にHeaderの高さ以上の余白をとる*/
	}
}






ul li{
	list-style-type:none;
	list-style-image:none;
}


ul {
}
ul li {
	list-style:none;	
}
iframe {
	border: none !important;
}
/* float解除 */
.cbox { 
}
* html .cbox {
	zoom: 100%;
}
*:first-child+html .cbox {
	display: inline-block;
}
.cbox:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}

img {
	width: 100%;
	height: auto;
}

/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #000;
	transition: 0.3s;
	-webkit−transition: 0.3s;
}
a:hover {
	text-decoration: none !important;
}



.linkArea {
	line-height: 1.4;
}
.linkArea p {
	margin: 0;
}
	.linkArea .sub {
		font-size: 16px;
	}
	.linkArea .main {
		font-size: 18px;
	}
.linkArea a {
	color: #908047;
	display: block;
	background: url(/system_panel/uploads/images/20240301105451666107.svg) no-repeat left center;
	background-size: 80px;
	padding: 20px;
	padding-left: 100px;
}
.linkArea a:hover {
	color: #908047;
	display: block;
	background: url(/system_panel/uploads/images/20240301105451666107.svg) no-repeat 5px center;
	background-size: 80px;
	padding: 20px;
	padding-left: 100px;
}






/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 小文字 */
.cap {
}


.pc {
	display: block;
}
.sp {
	display: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	
	margin-bottom: 10px;
}





/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 400;
	color: #000;
	background: #FFF;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	/*text-align: justify;*/
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
	line-height: 2;
}

.set {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: left;
	
	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.inner {
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
}
.article {
	margin-bottom: 100px;
}
.cell {
	margin-top: 60px !important;
}

.btnArea {
	display: block;
	width: 400px;
	padding: 20px 120px 20px 30px;
	margin: 0 auto;
	border-radius: 60px;
	background: #00b1ee url(/system_panel/uploads/images/20240216091424315813.svg) no-repeat 96% center;
	background-size: 60px;
}
.btnArea .btnText {
	color: #FFF;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}
.btnArea .btnText p {
	margin: 0;
}

.read {
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}


.mainTitle {
	background: url(/system_panel/uploads/images/20240229232109669271.png) no-repeat center;
	background-size: cover;
	height: 300px;
	text-align: center;
	margin-bottom: 70px;
}
	.mainTitle h2 {
		background: url(/system_panel/uploads/images/20240229232109669271.png) no-repeat center;
		background-size: cover;
		line-height: 300px;
		color: #FFF;
		font-size: 40px;
	}

.tit {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
}
.tit::before,
.tit::after {
  background-color: #8b8b8b; /* 横線の色 */
  content: "";
  flex-grow: 1; /* 横幅いっぱい */
  height: 1px; /* 横線の高さ */
}
.tit::before {
  margin-right: 20px; /* 文字との余白 */
}
.tit::after {
  margin-left: 20px; /* 文字との余白 */
}
.tit_h3 {
	color: #00b1ee;
}



.page-title {
	margin-bottom: 60px;
}
	.page-title .h2-title {
		font-size: 80px;
		color: #00b1ee;
	}
	.page-title .sub-title p {
		margin: 0;
		font-size: 16px;
	}



.mainimage {
	background: #000;
	width: 100%;
	height: 100vh;
	text-align: center;
	color: #FFF;
	overflow: hidden;
}
.main-text {
	padding-top: 20%;
	font-size: 30px;
	margin-bottom: 30px;
}
.main-text br {
	display: none;
}
.sub-text {
	font-size: 16px;
	line-height: 3;
}


.service {
	background: url(/system_panel/uploads/images/20240301064659977848.png) no-repeat center;
	background-size: cover;
	padding: 60px 0;
	color: #FFF !important;
}
.service .inner {
	position: relative;
}
.service .daiya {
	position: absolute;
	top: 200px;
	right: 0;
	width: 350px;
}
.service .text {
	font-size: 18px;
	margin-bottom: 60px;
}
	.service .page-title .h2-title {
		color: #FFF !important;
	}

.service .linkArea {
	position: absolute;
	top: 0;
	right: 0;
}
.service .linkArea p {
	margin: 0;
}
	.service .linkArea .sub {
		font-size: 16px;
	}
	.service .linkArea .main {
		font-size: 18px;
	}
.service .linkArea a {
	color: #FFF;
	background: url(/system_panel/uploads/images/20240301020445256708.svg) no-repeat left center;
	background-size: 80px;
	padding: 20px;
	padding-left: 100px;
	line-height: 1.4;
}
.service .linkArea a:hover {
	color: #FFF;
	background: url(/system_panel/uploads/images/20240301020445256708.svg) no-repeat 5px center;
	background-size: 80px;
	padding: 20px;
	padding-left: 100px;
	line-height: 1.4;
}






.snack {
	position: relative;
	background-color: rgba(0,0,0,0.6);
	padding: 30px;
}
.snack .text {
	font-size: 16px;
	margin-bottom: 0px;
}
.snack p {
	margin: 0;
}

.snack .linkArea {
	position: absolute;
	top: 30px;
	right: 30px;
	
	background: url(/system_panel/uploads/images/20240301020445256708.svg) no-repeat left center;
	background-size: 80px;
	padding: 20px;
	padding-left: 100px;
	line-height: 1.4;
}
.snack .linkArea p {
	margin: 0;
}
	.service .linkArea .sub {
		font-size: 16px;
	}
	.service .linkArea .main {
		font-size: 18px;
	}
.snack .linkArea a {
	color: #FFF;
}




.top-about {
	background: #000 url(/system_panel/uploads/images/bg_20241223.jpg) no-repeat right top;
	background-size: cover;
	padding: 100px 0 250px 0;
	color: #FFF !important;
}
.top-about .text {
	font-size: 18px;
}
.top-about .text p {
	margin-bottom: 30px;
	line-height: 2;
}
	.top-about .page-title .h2-title {
		color: #FFF !important;
	}


.Purchase {
	background: #edf1f3;
	padding: 60px 0;
}
.Purchase .inner {
	position: relative;
}
.Purchase .linkArea {
	position: absolute;
	top: 60px;
	right: 0px;
}




.top-shop {
	position: relative;
	padding: 60px 0;
}
.top-shop .linkArea {
	position: absolute;
	top: 100px;
	right: 20%;
}


.top-shop .set {
	padding: 0 10px;
}
.top-shop .set .shop-img {
	width: 32%;
	margin-right: 1.333%;
}
.top-shop .set .shop-img:last-child {
	margin-right: 0%;
}


.company {
	padding: 60px 0;
}
.company .set {
	padding: 0 10px;
}
.company .set .bnr {
	width: 49.5%;
	margin-right: 1%;
}
.company .set .bnr:last-child {
	margin-right: 0%;
}

.top-recruit {
	margin-bottom: 60px;
}

.bnner {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 80px;
}
.bnner .btnImg {
	width: 48%;
	margin-right: 4%;
}
.bnner .btnImg:last-child {
	margin-right: 0%;
}


.Purchase .webgene-blog {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: left;
	
	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.Purchase .webgene-item {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 4%;
}
.Purchase .webgene-item:nth-child(3n) {
	margin-right: 0%;
}
.topTopiArea img {
}
.topTopiArea h3 {
	font-size: 18px;
	margin-top: 10px;
}


.top--news {
	padding: 80px 0;
}
.top--news .inner {
	position: relative;
}
.top--news .page-title {
	width: 30%;
}
.top--news .webgene-blog {
	width: 70%;
}


.news .main {
	width: 70%;
	margin-right: 5%;
}
.news .side {
	width: 25%;
}
.news .side .bg {
	background: #edf1f3;
	padding: 20px 30px;
}
.news .side .dt {
	font-size: 18px;
}





#news {
}
#news dl {
	border-bottom: solid 1px #cbcbcb;
	padding: 15px 0;
	background-size: 30px;
}
#news dl dt {
	float: left;
	width: 15%;
	margin-right: 5%;
}
#news dl dd {
	float: left;
	width: 80%;
}
.news {
}
.news dl {
	border-bottom: solid 1px #cbcbcb;
	padding: 15px 0;
	background-size: 30px;
}
.news dl dt {
	float: left;
	width: 15%;
	margin-right: 5%;
}
.news dl dd {
	float: left;
	width: 80%;
}



.resultsDateArea {
	margin-bottom: 10px;
}
.resultsDateArea .dayTxt {
	font-size: 16px;
	float: left;
	margin-right: 10px;
	padding-top: 10px;
}
.resultsDateArea .cateTxt {
	float: left;

	color: #FFF;
	background: #00b1ee;
	padding: 10px 15px;
	border-radius: 6px;
	font-size: 16px;
	display: inline-block;
}
.resultsWrap .resultsTit {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}
.resultsWrap .imgArea {
	width: 70%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.resultsWrap .imgArea img {
}













.formArea {
	
}

.in {
	background:#edf1f3;
	padding: 60px 100px;
}
.in a {
	text-decoration: underline;
}


.formRow {
	border-bottom: solid 1px #c5c7c7;
	padding: 30px 0 20px 0;
}
.formRow .formTh {
	font-weight: 700;
}
	.formRow .requiredText {
		background: #00b1ee;
		border-radius: 3px;
		color: #FFF;
		font-weight: bold;
		padding: 5px 10px;
		margin-left: 20px;
	}


.formRow .formTd input {
	width: 100%;
	border: none;
	background: #FFF;
	padding: 20px;
}
	.formRow .formTd input.formRadio {
		width: auto;
		margin-right: 10px
	}
.d-inline-block {
	margin-right: 30px;
}

.formRow .formTd textarea {
	width: 100%;
	border: none;
	background: #FFF;
	padding: 20px;
	height: 300px;
}

.formBtnTd {
	text-align: center;
	padding-top: 50px;
}
	.formBtnTd button {
		width: 280px;
		margin: 0 auto;
		background: #908047;
		color: #FFF;
		font-weight: 700;
		padding: 15px 0;
		border: none;
		opacity: .2;
		
		cursor: pointer;
	}
	.formBtnTd button.active {
		opacity: 1;
	}



.soudaBox {
	
}
.soudaBox .img {
	width: 50%;
	
}






.webgene-pagination {
	width: 60%;
	margin: 0 auto;
	text-align: center;
	margin-top: 60px;
}
.webgene-pagination ul {
	margin: 0 !important;
	padding: 0 !important;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	
	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}




.webgene-pagination li a {
	font-weight: 700;
	color: #00b1ee;
}
.webgene-pagination li.prev {
	width: 25%;
}
.webgene-pagination li.next {
	width: 25%;
}
.webgene-pagination li.number {
	background: #edf1f3;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	margin: 0 5px;
	line-height: 30px;
	font-size: 14px;
}
.webgene-pagination li.number.selected {
	background: #00b1ee;
}
.webgene-pagination li.number.selected a {
	color: #FFF;
}






.textArea {
	width: 55%;
	margin-right: 5%;
}
.phtArea {
	width: 40%;
}


.cbox .textArea {
	float: left;
	width: 55%;
}
.cbox .phtArea {
	float: right;
	width: 40%;
}




.btn {
	border-radius: 0;
	text-align: left;
	padding: 50px;
	background: #908047 url(/system_panel/uploads/images/20240301020445256708.svg) no-repeat 95% center;
	background-size: 80px;
}
.btn .btnText-sub {
	font-size: 16px;
	color: #FFF;
	margin-bottom: 0;
}
.btn .btnText {
	font-size: 30px;
	color: #FFF;
}




.dt {
	font-size: 26px;
	color: #00b1ee;
}

.btn-article {
	padding: 10px;
	margin: 0 !important;
}
.btn-article .btn {
	width: 49.5%;
	margin-right: 1%;
}
.btn-article .btn:last-child {
	margin-right: 0%;
}






.osusume {
	
}
.osusume .box {
	width: 19%;
	margin-right: 1.25%;
	background: #edf1f3;
	text-align: center;
	padding: 30px;
}
.osusume .box:last-child {
	margin-right: 0;
}
.osusume .box .dd {
	font-size: 18px;
}
.osusume .read {
	color: #00b1ee;
	margin-top: 30px;
}


.reson {
	margin: 0 !important;
	background: url(/system_panel/uploads/images/20240301064659977848.png) no-repeat center;
	background-size: cover;
	padding: 70px;
}
.reson .tit::before,
.reson .tit::after {
  background-color: #FFF; /* 横線の色 */
  content: "";
  flex-grow: 1; /* 横幅いっぱい */
  height: 1px; /* 横線の高さ */
}
.reson .tit_h3 {
	color: #FFF;
}
.reson .set {
	padding-top: 40px;
}
.reson .box {
	position: relative;
	width: 32%;
	margin-right: 2%;
	background: #FFF;
	padding: 30px;
}
.reson .box:last-child {
	margin-right: 0%;
}
.reson .whiteBox {
}
.reson .img {
	position: absolute;
	top: -40px;
	left: 0;
	width: 60%;
}



.kobutu {
}
.kobutu .kobutu-box {
	width: 45%;
	background: #edf1f3;
	padding: 30px;
}
.kobutu .kobutu-box .dt {
	font-size: 18px;
}
.kobutu .kobutu-box.batsu {
	width: 10%;
	background: url(/system_panel/uploads/images/20240301070808553539.svg) no-repeat center;
	background-size: 55px;
}
.kobutu-read {
	text-align: center;
	margin-top: 30px;
	font-size: 16px;
}

.wooh {
	margin-top: 80px;
}
.wooh .logo-img {
	width: 145px;
	margin-bottom: 20px;
}


.modalBtn {
	color: #FFF;
}
.modal-content h3.tt {
	color: #00b1ee;
	font-size: 22px;
	font-weight: 400;
}



.shop {
}
.shop h3.tt {
	color: #00b1ee;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 20px;
}


.shop .textArea {
	width: 40%;
	margin-right: 5%;
}
.shop .textArea .text {
	border-top: solid 1px #8b8b8b;
	padding: 15px 0;
}
.shop .textArea .text p {
	margin: 0;
}
.shop .btn {
	padding: 15px;
	width: 100%;
}
.shop .btn .btnText {
	font-size: 18px;
}
.shop .btn .btnText p {
	margin: 0;
}


.shop .phtArea {
	width: 55%;
}
.shop .phtArea .img {
	width: 49%;
	margin-right: 2%;
}
.shop .phtArea .img:last-child {
	margin-right: 0%;
}
.shop .map {
	width: 100%;
	margin-top: 20px;
}
.shop .map iframe {
	width: 100% !important;
	height: 350px;
}


.shop .tt {
	padding: 20px 0 20px 250px;
}
.shop01 .tt {
	background: url(/system_panel/uploads/images/20240304100449147876.jpeg) no-repeat left center;
	background-size: contain;
}
.shop02 .tt {
	background: url(/system_panel/uploads/images/20240304100449782338.jpeg) no-repeat left center;
	background-size: contain;
}
.shop03 .tt {
	background: url(/system_panel/uploads/images/20240304100449602358.jpeg) no-repeat left center;
	background-size: contain;
}





.message {}


.Record {
	font-size: 16px;
	color: #00b1ee;
	line-height: 1;
}
.Record p {
	margin-bottom: 0px;
}
.name {
	font-size: 30px;
	color: #00b1ee;
	margin-bottom: 20px;
}



.cc {
	border-bottom: solid 1px #8b8b8b;
	padding: 30px 0;
}
.cc:last-child {
	border-bottom: none;
}
.cc p {
	margin-bottom: 0 !important;
}
.cc .ttArea {
	width: 20%;
}
.cc .textBox {
	width: 80%;
}
.cc .textBox a {
	color: #00b1ee;
	text-decoration: underline;
}



.r-Message {
	text-align: center;
}
.r-Message .text {
	font-size: 16px;
	line-height: 2;
}


.career {
	
}
.bb {
	width: 32%;
	margin-right: 2%;
	background: #edf1f3;
}
.tt_career {
	background: #FFF;
	color: #00b1ee;
	font-size: 18px;
	padding-bottom: 10px;
}
.tt_career p {
	margin: 0;
}
.bb .box {
	padding: 30px;
}
.bb:last-child {
	margin-right: 0%;
}
.salary {
	color: #00b1ee;
}

.Requirements {
	background: #edf1f3;
	padding: 60px 0;
}
.Requirements .cell {
	background: #FFF;
	padding: 30px 60px;
}
.Requirements .btn {
	display: block;
	padding: 15px;
	width: 500px;
	margin: 0 auto;
	margin-top: 30px;
}
.Requirements .btn .btnText {
	font-size: 18px;
}
.Requirements .btn .btnText p {
	margin: 0;
}



/* max 1023px */
@media screen and (max-width: 1023px) {
	
	
.pc {
	display: none;
}
.sp {
	display: block;
}
	
	
	
body {
	color: #000;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	/*text-align: justify;*/
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}
.article {
	margin-bottom: 50px;
}
.cell {
	margin-top: 8% !important;
}
	
table {
}
	table th {
		width: 100%;
		display: block;
	}
	table td {
		width: 100%;
		display: block;
	}
	table td:last-child {
	}
	
.mainTitle {
	background: url(/system_panel/uploads/images/20240229232109669271.png) no-repeat center;
	background-size: cover;
	height: 200px;
	text-align: center;
	margin-bottom: 70px;
}
	.mainTitle h2 {
		background: url(/system_panel/uploads/images/20240229232109669271.png) no-repeat center;
		background-size: cover;
		line-height: 200px;
		color: #FFF;
		font-size: 30px;
	}

.tit {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
}
.tit::before,
.tit::after {
  background-color: #8b8b8b; /* 横線の色 */
  content: "";
  flex-grow: 1; /* 横幅いっぱい */
  height: 1px; /* 横線の高さ */
}
.tit::before {
  margin-right: 20px; /* 文字との余白 */
}
.tit::after {
  margin-left: 20px; /* 文字との余白 */
}
.tit_h3 {
	color: #00b1ee;
	font-size: 18px;
}
	
	
.read {
	font-size: 16px;
	text-align: left;
}



.page-title {
	margin-bottom: 5%;
}
	.page-title .h2-title {
		font-size: 40px;
		color: #00b1ee;
	}
	.page-title .sub-title p {
		margin: 0;
		font-size: 14px;
	}



.mainimage {
	width: 100%;
	height: 100vh;
	text-align: left;
	color: #FFF;
	overflow: hidden;
	
	padding: 10%;
}
.main-text {
	padding-top: 20%;
	font-size: 30px;
	margin-bottom: 30px;
}
.main-text br {
	display: block;
}
	
.sub-text {
	font-size: 16px;
	line-height: 3;
}


.service {
	background: url(/system_panel/uploads/images/20240301064659977848.png) no-repeat center;
	background-size: cover;
	padding: 60px 0;
	color: #FFF !important;
}
.service .inner {
	position: relative;
}
.service .daiya {
	display: block;
	position: relative;
	top: 0;
	right: 0;
	width: 60%;
	margin: 5% auto;
	
}
	
	
	
.service .text {
	font-size: 16px;
	margin-bottom: 60px;
}
	.service .page-title .h2-title {
		color: #FFF !important;
	}

.service .linkArea {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	
	line-height: 1.4;
}
.service .linkArea p {
	margin: 0;
}
	.service .linkArea .sub {
		font-size: 16px;
	}
	.service .linkArea .main {
		font-size: 18px;
	}
.service .linkArea a {
	color: #FFF;
}






.snack {
	margin-top: 10%;
	position: relative;
	background-color: rgba(0,0,0,0.6);
	padding: 30px;
}
.snack .text {
	font-size: 16px;
	margin-bottom: 30px;
}
.snack p {
	margin: 0;
}

.snack .linkArea {
	position: relative;
	top: 0px;
	left: 0px;
	
	background: url(/system_panel/uploads/images/20240301020445256708.svg) no-repeat left center;
	background-size: 80px;
	padding: 20px;
	padding-left: 100px;
	line-height: 1.4;
}
.snack .linkArea p {
	margin: 0;
}
	.service .linkArea .sub {
		font-size: 16px;
	}
	.service .linkArea .main {
		font-size: 18px;
	}
.snack .linkArea a {
	color: #FFF;
}




.top-about {
	background: #000 url(/system_panel/uploads/images/bg_20241223.jpg) no-repeat right top;
	background-size: 150%;
	padding: 60px 0;
	color: #FFF !important;
}
.top-about .text {
	font-size: 14px;
}
.top-about .text p {
	margin-bottom: 20px;
	line-height: 2;
}
	.top-about .page-title .h2-title {
		color: #FFF !important;
	}


.Purchase {
	background: #edf1f3;
	padding: 60px 0;
}
.Purchase .inner {
	position: relative;
}
.Purchase .linkArea {
	position: relative;
	top: 0px;
	left: 0px;
}




.top-shop {
	position: relative;
	padding: 60px 0;
}
.top-shop .linkArea {
	position: relative;
	top: 0;
	right: auto;
	left: 5%;
	width: 95%;
}


.top-shop .set {
	padding: 5%;
}
.top-shop .set .shop-img {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 2%;
}
.top-shop .set .shop-img:last-child {
	margin-right: 0%;
}


.company {
	padding: 60px 0;
}
.company .set {
	padding: 0 5%;
}
.company .set .bnr {
	width: 100%;
	margin-bottom: 5%;
	margin-right: 0%;
}
.company .set .bnr:last-child {
	margin-right: 0%;
}

.top-recruit {
	margin-bottom: 60px;
}

.bnner {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 80px;
}
.bnner .btnImg {
	width: 48%;
	margin-right: 4%;
}
.bnner .btnImg:last-child {
	margin-right: 0%;
}

	
	
.top--news {
	padding: 0;
}
.top--news .inner {
	position: relative;
}
.top--news .page-title {
	width: 100%;
}
.top--news .webgene-blog {
	width: 100%;
}
	
	

.webgene-blog {
	margin-bottom: 30px;
}
.Purchase .webgene-item {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 4%;
}
.Purchase .webgene-item:nth-child(2n) {
	margin-right: 0% !important;
}
.Purchase .webgene-item:nth-child(3n) {
	margin-right: 2%;
}
.topTopiArea img {
}
.topTopiArea h3 {
	font-size: 16px;
	margin-top: 10px;
}

	
.news .main {
	width: 100%;
	margin-right: 0%;
}
.news .side {
	width: 100%;
}
.news .side .bg {
	background: #edf1f3;
	padding: 20px 30px;
}
.news .side .dt {
	font-size: 18px;
}

	
	
#news {
}
#news dl {
	border-bottom: solid 1px #cbcbcb;
	padding: 15px 25px 15px 0;
	background-size: 20px;
}
#news dl dt {
	float: none;
	width: 100%;
}
#news dl dd {
	float: none;
	width: 100%;
}
.news {
}
.news dl {
	border-bottom: solid 1px #cbcbcb;
	padding: 15px 25px 15px 0;
	background-size: 20px;
}
.news dl dt {
	float: none;
	width: 100%;
}
.news dl dd {
	float: none;
	width: 100%;
}



.resultsDateArea {
	margin-bottom: 10px;
}
.resultsDateArea .dayTxt {
	font-size: 16px;
	float: left;
	margin-right: 10px;
	padding-top: 10px;
}
.resultsDateArea .cateTxt {
	float: left;

	color: #FFF;
	background: #00b1ee;
	padding: 10px 15px;
	border-radius: 6px;
	font-size: 16px;
	display: inline-block;
}
.resultsWrap .resultsTit {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}
.resultsWrap .imgArea {
	margin-bottom: 20px;
}
.resultsWrap .imgArea img {
}








.featuresBox {
	width: 90%;
	margin: 0 auto;
}


.featuresBox .textArea {
	width: 100%;
	margin-right: 0%;
	font-size: 16px;

}
.featuresBox .textArea .img {
	width: 40%;
	height: auto;
}
.featuresBox.lay02 .textArea {
	margin-right: 0%;
	margin-left: 0%;
	margin-top: 10px;
}
.featuresBox.lay02 .imgArea {
}
.featuresBox .textArea .tt {
	font-size: 20px;
	color: #00b1ee;
	margin: 20px 0;
}
.featuresBox .imgArea {
	width: 100%;
}



	
.formArea {
	
}

.in {
	padding: 10% 5%;
}


.formRow {
	border-bottom: solid 1px #c5c7c7;
	padding: 30px 0 20px 0;
}
.formRow .formTh {
	font-weight: 700;
}
	.formRow .requiredText {
		background: #00b1ee;
		border-radius: 3px;
		color: #FFF;
		font-weight: bold;
		padding: 5px 5px;
		margin-left: 20px;
		font-size: 12px;
	}


.formRow .formTd input {
	width: 100%;
	border: none;
	background: #FFF;
	padding: 20px;
}
	.formRow .formTd input.formRadio {
		width: auto;
		margin-right: 10px
	}
	
.formRow .formTd input.radio {
	padding: 0px;
}
	
	
.radioArea .d-inline-block {
	width: 100%;
}

.d-inline-block {
	margin-right: 30px;
}

.formRow .formTd textarea {
	width: 100%;
	border: none;
	background: #FFF;
	padding: 20px;
	height: 300px;
}

.formBtnTd {
	text-align: center;
	padding-top: 50px;
}
	.formBtnTd button {
		width: 280px;
		margin: 0 auto;
		background: #908047;
		color: #FFF;
		font-weight: 700;
		padding: 15px 0;
		border: none;
		
		cursor: pointer;
	}

	

.soudaBox {
	
}
.soudaBox .img {
	width: 100%;
}


	
	
	
	.privacyLabel {
		font-size: 12px;
	}
	
	.webgene-pagination {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-top: 60px;
	}
.webgene-pagination li.prev {
	width: 15%;
}
.webgene-pagination li.next {
	width: 15%;
}
	
	

	
	
.textArea {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 5%;
}
.phtArea {
	width: 100%;
}
.cbox .textArea {
	float: none;
	width: 100%;
	margin-bottom: 5%;
}
.cbox .phtArea {
	float: none;
	width: 100%;
}



.btn {
	border-radius: 0;
	text-align: left;
	padding: 30px 20px;
	background: #908047 url(/system_panel/uploads/images/20240301020445256708.svg) no-repeat 95% center;
	background-size: 50px;
}
.btn .btnText-sub {
	font-size: 12px;
	color: #FFF;
	margin-bottom: 0;
}
.btn .btnText-sub p {
	margin-bottom: 0;
}
.btn .btnText {
	font-size: 20px;
	color: #FFF;
}




.dt {
	font-size: 18px;
	color: #00b1ee;
}

.btn-article {
	padding: 10px;
	margin: 0 !important;
}
.btn-article .btn {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 10px;
}
.btn-article .btn:last-child {
	margin-right: 0%;
}






.osusume {
	
}
.osusume .box {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 5%;
	background: #edf1f3;
	text-align: center;
	padding: 10px;
}
.osusume .box:last-child {
	margin-right: 0;
}
.osusume .box .dd {
	font-size: 18px;
}
.osusume .read {
	color: #00b1ee;
	margin-top: 30px;
}


.reson {
	margin: 0 !important;
	background: url(/system_panel/uploads/images/20240301064659977848.png) no-repeat center;
	background-size: cover;
	padding: 10% 0;
}
.reson .cell {
	margin-top: 0 !important;

}
.reson .tit::before,
.reson .tit::after {
  background-color: #FFF; /* 横線の色 */
  content: "";
  flex-grow: 1; /* 横幅いっぱい */
  height: 1px; /* 横線の高さ */
}
.reson .tit_h3 {
	color: #FFF;
}
.reson .set {
	padding-top: 40px;
}
.reson .box {
	position: relative;
	width: 100%;
	margin-right: 0%;
	margin-bottom: 5%;
	background: #FFF;
	padding: 30px;
}
.reson .box:last-child {
	margin-right: 0%;
}
.reson .whiteBox {
}
.reson .img {
	display: none;
	position: absolute;
	top: -40px;
	left: 0;
	width: 60%;
}



.kobutu {
}
.kobutu .kobutu-box {
	width: 100%;
	background: #edf1f3;
	padding: 30px;
}
.kobutu .kobutu-box .dt {
	font-size: 18px;
}
.kobutu .kobutu-box.batsu {
	width: 100%;
	background: url(/system_panel/uploads/images/20240301070808553539.svg) no-repeat center;
	background-size: 55px;
}
.kobutu-read {
	text-align: center;
	margin-top: 30px;
	font-size: 16px;
}

.wooh {
	margin-top: 80px;
}
.wooh .logo-img {
	width: 145px;
	margin-bottom: 20px;
}



.shop {
}
.shop h3.tt {
	color: #00b1ee;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
}


.shop .textArea {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 5%;
}
.shop .textArea .text {
	border-top: solid 1px #8b8b8b;
	padding: 15px 0;
}
.shop .textArea .text p {
	margin: 0;
}
.shop .btn {
	padding: 15px;
	width: 100%;
}
.shop .btn .btnText {
	font-size: 18px;
}
.shop .btn .btnText p {
	margin: 0;
}


.shop .phtArea {
	width: 100%;
}
.shop .map {
	width: 100%;
	margin-top: 20px;
}
.shop .map iframe {
	width: 100% !important;
	height: 350px;
}

.shop .tt {
	padding: 130px 0 0 0;
}
.shop01 .tt {
	background: url(/system_panel/uploads/images/20240304100449147876.jpeg) no-repeat right top;
	background-size: 100%;
}
.shop02 .tt {
	background: url(/system_panel/uploads/images/20240304100449782338.jpeg) no-repeat right top;
	background-size: 100%;
}
.shop03 .tt {
	background: url(/system_panel/uploads/images/20240304100449602358.jpeg) no-repeat right top;
	background-size: 100%;
}

	
	
	




.message {}
.message .cell {
	margin-top: 60px !important;
}


.Record {
	font-size: 16px;
	color: #00b1ee;
	line-height: 1;
}
.Record p {
	margin-bottom: 0px;
}
.name {
	font-size: 30px;
	color: #00b1ee;
	margin-bottom: 20px;
}



.cc {
	border-bottom: solid 1px #8b8b8b;
	padding: 30px 0;
}
.cc:last-child {
	border-bottom: none;
}
.cc p {
	margin-bottom: 0 !important;
}
.cc .ttArea {
	width: 100%;
}
.cc .textBox {
	width: 100%;
	font-size: 14px;
}
.cc .textBox a {
	color: #00b1ee;
	text-decoration: underline;
}



.r-Message {
	text-align: left;
}
.r-Message .text {
	font-size: 14px;
	line-height: 2;
}


.career {
	
}
.bb {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 5%;
	background: #edf1f3;
}
.tt_career {
	background: #FFF;
	color: #00b1ee;
	font-size: 18px;
	padding-bottom: 10px;
}
.tt_career p {
	margin: 0;
}
.bb .box {
	padding: 30px;
}
.bb:last-child {
	margin-right: 0%;
}
.salary {
	color: #00b1ee;
}

.Requirements {
	background: #edf1f3;
	padding: 60px 0;
}
.Requirements .cell {
	background: #FFF;
	padding: 30px 30px;
}
.Requirements .btn {
	display: block;
	padding: 15px;
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
}
.Requirements .btn .btnText {
	font-size: 18px;
}
.Requirements .btn .btnText p {
	margin: 0;
}
	
	
	
	


}