@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

p span,
h1 span,
h2 span,
h3 span,
h4 span {
  display: inline-block;
}
.font-noto{
  font-family: "Noto Sans JP", sans-serif;
}
/* CSS Document */
html{
}

body{
	font-family: "Zen Old Mincho","游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	background-color: #F5F5F5;
	color: #323942;
}

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: #323942;
}
.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;
}
.font-sans-serif{
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

/* ---------- common ---------- */

.cate_box .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: center;
    align-items: center;
	flex-direction: row;
	gap: 20px;
}
.cate_box .cate_bt{
	min-width: 120px;
	padding: 5px 10px;
	transition: ease 0.3s;
	background-color: #E0E0E0;
    	border-radius: 200px;
}
.cate_box .cate_bt:hover{

}
.cate_box .cate_bt.on{
	background-color: #2E9568;
	pointer-events: none;
	border-radius: 200px;
}
.cate_box .cate_bt.on p{
	color: #fff;
}
.webgene-pagination{
	width: 100%;
	padding-top: 80px;
}
.webgene-pagination ul{
	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;
	gap: 40px;
}
.webgene-pagination ul a{
	display: block;
	font-weight: 500;
	font-size: 20px;
	transition: ease 0.3s;
	color:  #969696;
	padding: 5px;
}
.webgene-pagination ul .selected a{
	pointer-events: none;
	color: #2E2E2E;
	border-bottom: 1px solid #2E2E2E;
}


.pagetitle{
	position: relative;
	padding-top: 100px;
	background-color: #000;
}
body.on .pagetitle{
	height: 400px;
}
.pagetitle::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color:rgba(50,57,66,0.50);
	z-index: 1;
}
.pagetitle .txtbox{
	position: relative;
	z-index: 3;
}
.pagetitle .txtbox .title{
	letter-spacing: 0.1em;
	font-size: clamp(24px, 2.4vw,40px);
}
.pagetitle .txtbox .title,.pagetitle .txtbox p{color: #fff;}

.title_left_line{
	padding-left: 30px;
	position: relative;
}
.title_left_line::after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 1px;
	background-color: #2E9568;
}

.tcc_box{
	background-color: #fff;
	padding: 5%;
	padding-top: 0;
}
.tcc_box .titlebox{
	transform: translateY(-20px);
}
.tcc_box .boxwrap .box{
	width: calc(100% / 4 - 240px / 4);
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #177E51;
}
.tcc_box .boxwrap .linebox{
	width: 80px;
	text-align: center;
	position: relative;
}
.tcc_box .boxwrap .linebox::after{
	content: "";
	width: 100%;
	border-bottom: 1px dashed #323942;
	position: absolute;
	left: 0;
	top: 60%;
	transform: translateY(-50%);
	height: 1px;
}
.tcc_box .boxwrap .linebox img{
	width: 20px;
	position: relative;
	z-index: 2;
}
.tcc_box .boxwrap .box h3{
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.tcc_box .boxwrap .box h3::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background-color: #fff;
	width: 1px;
	height: 15px;
}

.main-wrap .works_list .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;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 40px 20px;
}
.main-wrap .works_list .webgene-blog .webgene-item{
	width: calc(100% / 5 - 80px / 5);
}


.title_item1{
	position: relative;
}
.title_item1::after{
	content: "";
	background-color: #B1B1B1;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.title_item1 .title{
	display: inline-block;
	position: relative;
	z-index: 3;
	padding-right: 15px;
	background-color: #F5F5F5;
}
.beforeline {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #2E9568; /* 緑っぽいカラー */
  font-family: "Lato", serif;
  padding-left: 24px; /* 線と文字の間隔 */
  display: inline-block;
}

.beforeline::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #2E9568;
  transform: translateY(-50%);
}

.more a ,.more > div{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  padding: 14px 32px;
  border-radius: 9999px;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 500;
  text-decoration: none;
  gap: 12px;
  transition: 0.4s ease;
}
.more .morebox {
  gap: 40px;
}
.more .morebox p {
  color: #fff;
  font-size: clamp(16px, 4vw, 18px);
}
.more.more2 a{
  background-color: transparent;
	border: 1px solid #fff;
}
.more a:hover ,.more > div:hover{
  background-color: #3a4046;
}
.more.more2 a:hover {
  background-color: #000;
}
.more i {
  font-size: 14px;
  color: #fff;
  transition: transform 0.3s ease;
}
.more a:hover i.fa-chevron-right,.more > div:hover i.fa-chevron-right {
  transform: translateX(4px);
}
.default_en_title {
font-size: clamp(60px, 10vw, 100px);
  font-weight: 600;
  font-family: "Cormorant", serif;
    color: #2E9568;
}

.default_title {
letter-spacing: 0.1em;
  font-size: clamp(24px, 2.5vw, 50px);
  font-weight: 700;
}
.default_title2 {
        letter-spacing: 0.1em;
  font-size: clamp(20px, 2.2vw,36px);
}
.default_title3 {
        letter-spacing: 0.1em;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
}
.default_title4 {
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 700;
}
.default_txt {
  font-size: clamp(16px, 1.6vw, 18px);
  font-weight: 500;
    letter-spacing: 0.18em;
    line-height: 2;
}
.default_txt2 {
  font-size: clamp(14px, 1.5vw, 16px);
}
.default_txt3 {
  font-size: clamp(13px, 1.4vw, 14px);
}
.en_txt{
  font-size: 24px;
  color: #2E9568;
  font-family: "Cormorant", serif;
  letter-spacing: 2px;
  font-weight: 600;
}
.en_txt2{
  font-family: "Cormorant", serif;
      letter-spacing: 2px;
  font-size: 28px;
  color: #323942;
  font-weight: 600;
}

/* ---------- header ---------- */
.header .ul .li a p.en {
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(-8px);
  transition: ease 0.3s;
}
.header .ul .li a:hover p.en {
  opacity: 1;
  transform: translateY(0);
}
.menu-wrap {
  display: none;
}
.header {
  white-space: nowrap;
  position: fixed;
  z-index: 9999;
  height: 90px;
  width: 100%;
  overflow: hidden;
}
.header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  z-index: 0;
}
.header .rightbox {
  position: fixed;
  top: 0px;
  right: 20px;
  z-index: 50;
  white-space: nowrap;
    
}
.header .rightbox .ul {
  height: 100px;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  gap: clamp(10px, 5vw, 30px);
}
.header > div {
  position: relative;
  z-index: 2;
}
.header .leftbox {
  position: fixed;
  top: 25px;
  left: 20px;
  z-index: 10;
}
.header .leftbox .logo img {
  width: clamp(120px, 30vw, 200px);
}
.menu-item {
  position: relative;
  flex-wrap: nowrap;
}
.menu-item .hover-icon {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 40px;
  height: auto;
  opacity: 0;
  transform: translateX(-50%) translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.menu-item:hover .hover-icon {
  opacity: 0.3;
  transform: translateX(-50%) translateY(-20px);
}
.header .rightbox .ul .li a p.jp {
  font-size: clamp(8px, 1.4vw, 20px);
  margin: 0;
  text-align: center;
  color: #fff;
}
.header .rightbox .ul .li a p.en {
  font-size: clamp(16px, 4vw, 22px);
  color: #fff;
  font-weight: 500;
  margin: 0;
  text-align: center;
  font-family: "Cormorant", sans-serif;
  font-weight: 500;
}
.header .menu-bt {
  display: none;
}

/* ---------- footer ---------- */
.footer_contact{
	padding-top: 80px;
	padding-bottom: 80px;
	background: #2E9568;
	background: linear-gradient(135deg, rgba(46, 149, 104, 1) 0%, rgba(23, 126, 81, 1) 100%);
}
.footer_contact .titlebox{
	width: 30%;
	padding-right: 20px;
}
.footer_contact .contact_box{
	width: 70%;
	gap: 20px;
}
.footer_contact .contact_box a{
	width: calc(50% - 20px / 2);
	padding: 20px;
	max-width: 440px;
	border: 1px solid #fff;
	border-radius: 20px;
}
.footer_contact .contact_box a .top_txt p{
	padding: 3px 20px;
	border-radius: 100px;
	background-color: #fff;
}


.footer{
	position: relative;
	background-color: #232529;
}
.footer::before,.footer::after{
	content: "";
	position: absolute;
	width: 80%;
	height: 100%;
	top: 0;
	right: 0;
	opacity: 0.8;
}
.footer::before{
	z-index: 2;
	background: #232529;
	background: linear-gradient(90deg, rgba(35, 37, 41, 1) 0%, rgba(35, 37, 41, 0.6) 100%);
}
.footer::after{
	z-index: 3;
	background: #232529;
	background: linear-gradient(60deg, rgba(35, 37, 41, 1) 0%, rgba(35, 37, 41, 0.9) 100%);
}
.footer .imgbox{
	position: absolute;
	width: 80%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 1;
}
.footer > div{
	position: relative;
	z-index: 5;
}

.footer{
	gap: 40px;
}
.footer p{color: #fff;}

.footer .leftbox .logo p{
	font-size: clamp(20px,4vw,36px);
	font-weight: 600;
	z-index: 6;
	color: #fff;
	white-space: nowrap;
}
.footer .rightbox .ul .li a{
	padding: 5px 0;
}
.footer .rightbox .ul .li{
	border-bottom: 1px solid #707070;
	padding-bottom: 5px;
}
.footer .rightbox .ul .li:not(:last-of-type){
	margin-bottom: 5px;
}
.footer .copyright{
	width: 100%;
	opacity: 0.6;
}

/* 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: #323942;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #FFE93C}
.txt-color2{color: #F1F1E9}
.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: #242424;}
.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;
	}
/* ---------- common ---------- */
.main-wrap .works_list .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;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 40px 20px;
}
.main-wrap .works_list .webgene-blog .webgene-item{
	width: calc(100% / 4 - 60px / 4);
}
.main-wrap .works_list .webgene-blog .webgene-item .cate_txt{
	padding: 3px 7px;
}

	.tcc_box .boxwrap .box{
		width: calc(100% / 4 - 180px / 4);
		aspect-ratio: 1 / 1;
		border-radius: 50%;
		background-color: #177E51;
	}
	.tcc_box .boxwrap .linebox{
		width: 60px;
		text-align: center;
		position: relative;
	}
	.tcc_box .boxwrap .linebox::after{
		top: 70%;
		transform: translateY(-50%);
	}
	.tcc_box .boxwrap .linebox img{
		width: 15px;
	}
/* ---------- header ---------- */
  .header .rightbox {
    display: none;
  }
  .header .menu-bt {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 20px;
    right: 20px;
    width: 70px;
    aspect-ratio: 1 / 1;
    border: 3px solid #000;
    border-radius: 50%;
    background-color: #fdfbf7;
    cursor: pointer;
  }
  .menu-bt .line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 20px;
  }
  .menu-bt .line > div {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 6px;
    background-color: #000;
    left: 0;
    transition: ease 0.3s;
  }
  .menu-bt .line > div:nth-of-type(1) {
    top: 0;
  }
  .menu-bt .line > div:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-bt .line > div:nth-of-type(3) {
    bottom: 0;
  }
  .menu-bt.active .line > div:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .menu-bt.active .line > div:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%) translateX(50%);
    opacity: 0;
  }
  .menu-bt.active .line > div:nth-of-type(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  .menu-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(241, 241, 241, 0.90);
    z-index: 998;
  }
  .menu-wrap > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .menu-wrap .menu-wrap-box {
    overflow: auto;
  }
  .menu-wrap > div .ul {
    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;
    gap: 40px;
    padding: clamp(20px, 5vw, 50px);
  }
  .menu-wrap > div .ul .li {
    min-width: calc(100% / 4 - 120px / 4);
    text-align: center;
  }
  .menu-wrap > div .ul .li a {
    margin: 0 auto;
  }
  .menu-wrap > div .ul .li a:hover {
    transform: translateY(-3px);
  }
  .menu-wrap > div .ul .li a p {
    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;
    color: #222222;
    font-size: clamp(18px, 2.5vw, 30px);
    font-weight: 900;
  }
  .menu-wrap > div .ul .li a p.en {
    font-size: clamp(18px, 2.5vw, 25px);
    color: #2E9568;
    font-family: "Cormorant", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
/* ---------- footer ---------- */
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.en_txt{
	  font-size: 22px;
	}
	.en_txt2{
	  font-size: 26px;
	}
/* ---------- common ---------- */
	.pagetitle{
		padding-top: 80px;
	}
	body.on .pagetitle{
		height: 350px;
	}
	.main-wrap .works_list .webgene-blog{
		gap: 40px 20px;
	}
	.main-wrap .works_list .webgene-blog .webgene-item{
		width: calc(100% / 2 - 20px / 2);
	}
	.main-wrap .works_list .webgene-blog .webgene-item .cate_txt{
		padding: 3px 7px;
	}
/* ---------- header ---------- */
	.main-wrap .works_list .webgene-blog{
		gap: 40px 20px;
	}
	.main-wrap .works_list .webgene-blog .webgene-item{
		width: calc(100% / 3 - 40px / 3);
	}
	.main-wrap .works_list .webgene-blog .webgene-item .cate_txt{
		padding: 3px 7px;
	}

	.tcc_box .boxwrap{
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
		gap: 30px 0;
	}
	.tcc_box .boxwrap .box{
		width: calc(100% / 2 - 80px / 2);
		aspect-ratio: 1 / 1;
		border-radius: 50%;
		background-color: #177E51;
	}
	.tcc_box .boxwrap .linebox{
		width: 80px;
		text-align: center;
		position: relative;
	}
	.tcc_box .boxwrap .linebox:nth-of-type(4){
		display: none;
	}
	.tcc_box .boxwrap .linebox::after{
		top: 70%;
		transform: translateY(-50%);
	}
	.tcc_box .boxwrap .linebox img{
		width: 15px;
	}
/* ---------- footer ---------- */
	.footer_contact{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.footer_contact .contents{
		justify-content: center;
	}
	.footer_contact .titlebox{
		width: auto;
		padding-right: 0px;
		margin-bottom: 20px;
		text-align: center;
	}
	.footer_contact .contact_box{
		width: 100%;
		gap: 20px;
	}
	.footer_contact .contact_box a{
		width: calc(50% - 20px / 2);
		padding: 20px;
	}
	.footer > div{
		justify-content: center;
		text-align: center;
	}
	.footer .imgbox,.footer::after,.footer::before{
		width: 100%;
	}
	.footer .rightbox{
		display: none;
	}
}
/* ---------- 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;
	}
/* ---------- common ---------- */
	.main-wrap .works_list .webgene-blog{
		gap: 40px 20px;
	}
	.main-wrap .works_list .webgene-blog .webgene-item{
		width: calc(100% / 2 - 20px / 2);
	}
	.main-wrap .works_list .webgene-blog .webgene-item .cate_txt{
		padding: 3px 7px;
	}
	.pagetitle{
		padding-top: 60px;
	}
	body.on .pagetitle{
		height: 300px;
	}
/* ---------- 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;
	}
	.en_txt{
	  font-size: 20px;
	}
	.en_txt2{
	  font-size: 24px;
	}
/* ---------- common ---------- */
	.webgene-pagination{
		padding-top: 50px;
	}
	.webgene-pagination ul{
		gap: 30px;
	}
	.webgene-pagination ul a{
		font-size: 18px;
	}
	.tcc_box .boxwrap .box{
		width: 80%;
		aspect-ratio: 1 / 1;
		border-radius: 50%;
		background-color: #177E51;
	}
	.tcc_box .boxwrap .linebox{
		width: 80px;
		text-align: center;
		position: relative;
		transform: rotate(90deg) translateY(-5px);
	}
	.tcc_box .boxwrap .linebox:nth-of-type(4){
		display: block;
	}
	.tcc_box .boxwrap .linebox::after{
		top: 70%;
		transform: translateY(-50%);
	}
	.tcc_box .boxwrap .linebox img{
		width: 15px;
	}
	.pagetitle{
		padding-top: 50px;
	}
	body.on .pagetitle{
		height: 280px;
	}
	.main-wrap .works_list .webgene-blog{
		gap: 30px;
	}
	.main-wrap .works_list .webgene-blog .webgene-item{
		width: 100%;
	}
	.main-wrap .works_list .webgene-blog .webgene-item .cate_txt{
		padding: 3px 7px;
	}

/* ---------- header ---------- */
	.header .menu-bt {
	width: 45px;
	border: 2px solid #000;
	}
	.header .menu-bt .line {
	width: 20px;
	height: 16px;
	}
	.menu-bt .line > div {
	height: 2px;}
/* ---------- footer ---------- */
	.footer_contact .contact_box a{
		width: 100%;
		padding: 10px;
	}
	.footer .logo{
		width: 70%;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
