@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
/* CSS Document */
html{
}
p span,
h1 span,
h2 span,
h3 span,
h4 span {
  display: inline-block;
}
body{
	font-family: "Zen Kaku Gothic New", "Quicksand",  sans-serif;
	background-color: #F5F2EF;
	color: #222222;
}


/* ---------- common ---------- */
.trouble-section .titlebox{
	text-align: center;
	padding-bottom: 40px;
	padding-top: 0px;
	
}
.trouble-section .titlebox h2 {
    position: relative;
    display: inline-block;
	font-weight: 500;
}
.trouble-section .titlebox h2::after {
    content: "";
    position: absolute;
    bottom: -65%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 20px;
    background-image: url("https://ponpokofarm.jp/system_panel/uploads/images/trouble-line.png"); 
    background-size: contain;
    background-repeat: no-repeat;
}
.trouble-section .boxitem_wrap {
	max-width: 1280px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}
.trouble-section .boxitem {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: center;
    width: calc(50% - 10px);
    max-width: 100%;
    text-align: left;
}
.trouble-section .boxitem img {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    flex-shrink: 0;
}
.trouble-section .boxitem p {
    font-weight: 700;
    line-height: 1.6;
    color: #333;
}
.trouble-section .lead {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
/*  title  */
.title-style1{
	flex-direction: column;
	gap: 5px;
}
.title-style1 img{
	width: 4%;
}
.title-style1 .en_title2{
	color: #B0C502;
	letter-spacing: 0.15em;
}

.title-style2{
	flex-direction: column;
	gap: 5px;
}
.title-color {
    color: #B0C502;
}
.title-color span {
    color: #5DB236;
}

.title_more_wrap{
    position: relative;
}
.title_more_wrap .title_wrap{
	align-items: center;
}
.title_more_wrap .more{
	position: absolute;
    top: 10%;
    right: 0;
}
/*  topnews  */
.voice .webgene-blog .webgene-item a {
    color: inherit;
    text-decoration: none;
}
.voice .webgene-blog .webgene-item a:hover {
    color: inherit;
    text-decoration: none;
}
.voice .webgene-blog .webgene-item .cate{
	display: inline-block;
	padding: 7px 15px;
	border-radius: 200px;
	line-height: 1;
    background-color: #4BA223;
}
.voice .webgene-blog .webgene-item .date{
	display: inline-block;
	border-radius: 200px;
	line-height: 1;
}
.voice .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;
	margin: 0 auto;
	max-width: 1400px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    gap: 50px 30px;
}
.voice .webgene-blog .webgene-item {
width: calc(100% / 4 - 120px / 4);
}
.voice .webgene-blog .webgene-item .imgbox {
    width: 100%;
border-radius: 20px;}
.voice .webgene-blog .webgene-item a{
    width: 100%;
	margin-bottom: 20px;

}
.voice .webgene-blog .webgene-item .imgbox img {
        
    width: 100%;
    object-fit: cover; 
}
/*  flow  */
.flow-box{
	max-width: 1480px;
	gap: 30px;
    margin: 0 auto;
}
.flow-box .flow-item{
	flex-direction: column;
	width: 20%;
	background-color: #fff;
	border-radius: 20px;
	border: #DEDEDE solid 1px;
	padding: 30px 10px;
}
.flow-box .flow-item img{
	width: 30%;
}
.flow-box .flow-arrow {
    display: flex;
    align-items: center; /* 縦中央 */
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
}

.flow-box .flow-arrow img {
    width: 16px;
    height: auto;
}
/*  Q&A  */
.accordion {
    max-width: 1280px;
    margin: 0 auto;
}
.accordion-item {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.accordion-item.open .accordion-header {
    border-radius: 20px 20px 0 0;
}
.accordion-item.open .accordion-content {
    border-radius: 0 0 20px 20px;
}

.accordion-item:not(:last-of-type) {
    margin-bottom: 20px;
}
.accordion-header {
    position: relative;
    background-color: #fff;
    border: none;
    cursor: pointer;
    padding: 0; 
}
.accordion-header > div {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    padding: 20px;
    padding-right: 40px;
    background-color: transparent;
}
.accordion-header > div .bt_icon {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    transition: ease 0.3s;
}
.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: #B1BBDF;
}
.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: #B1BBDF;
    transition: ease 0.3s;
}
.accordion-header.on > div .bt_icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}
.accordion-item.open .accordion-header > div::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 30px;
    height: 10px;
    background-image: radial-gradient(#ccc 20%, transparent 21%);
    background-size: 8px 8px;
    background-repeat: repeat-x;
    z-index: 0;
}
.accordion-header h3,
.accordion-content p:not(.icon) {
    width: 100%;
    padding-left: 20px;
    margin-top: 4px;
}
.accordion-content {
    position: relative;
    background-color: #fff;
    display: none;
}
body:not(.on) .accordion-content{display:block;}
.accordion-content > div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    padding: 20px;
    gap: 10px;
}
.accordion-content p.default_txt.txt-color3 {
    width: auto;    
    flex-shrink: 0;
    margin: 0;
	padding-left: 0;
}
.accordion-content p.default_txt2 {
    flex: 1;   
    margin: 0;
    line-height: 1.6;
}
/* ---------- more ---------- */
.more a{
	position: relative;
	max-width: 80%;
	min-width: 220px;

}
.more a::after{
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 100%;
	height: 100%;
	transition: ease 0.3s;
	z-index: 1;
}
.more a:hover::after{
	transform: translate(-5px,-5px);
}
.more a > div{
	position: relative;
	z-index: 2;
	gap: 10px;
	border-radius: 10px;
	padding: 15px;
    
}
.more a .icon{
	width: 34px;
	aspect-ratio: 1 / 1;
	background-color: #4BA223;
	border: #E0ECD6 solid 2px;
	border-radius: 50%;
	transition: ease 0.3s;
}
.more a:hover .icon{
	transform: translateX(3px);
}
.more a .icon i{
	color: #FAF9F5;
	font-size: 15px;
}
.more a p{
	color: #4BA223;
	font-family: "Quicksand",  sans-serif;
	line-height: 1;
	font-weight: 700;
}
.more_wrap{
	gap:15px;
}
.more2 a{
	min-width: 260px;
	border-radius: 200px;
	justify-content: space-between;
	padding: 13px 30px;
	background-color: #4BA223;
	border: 2px solid #E0ECD6;
}
.more2 a > div{
	gap: 15px;
	justify-content: space-between;
    width: 100%;
}
.more2 a > div p,.more a > div i{
	color: #fff;
}
.more2 a > div p{
	font-weight: 500;
}
.more2 a > div i{
	transition: ease 0.4s;
	color: #fff;
}
.more2 a:hover > div i{
	transform: translateX(3px);
}

/* 追加部分 */
.titlebox{
    overflow: hidden;
}
.enname {
  font-weight: 500;
    font-size: clamp(12px, 1.14vw, 16px);
    font-family: "Quicksand", sans-serif;
    color: #5DB236;
}

.en_txt {
  font-weight: 700;
  font-size: clamp(12px, 1.14vw, 16px);
  font-family: "Quicksand", sans-serif;
  color: #5DB236;
}
.en_txt2 {
  font-weight: 600;
  font-size: clamp(16px, 1.5vw, 20px);
  font-family: "Quicksand", sans-serif;
  color: #B0C502;
}
.txt-color4 {
  color: #4BA223;
}
.txt02em {
  letter-spacing: 0.2em;
}
.txt018em {
  letter-spacing: 0.18em;
}
.txt015em {
  letter-spacing: 0.15em;
}

.button a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  border: 2px solid #000;
  border-radius: 30px;
  background: linear-gradient(to left, #4BA223 50%, #408520 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.4s ease;
  border: 4px solid #E0ECD6;
}

.button a:hover {
  background-position: left bottom;
opacity: 1;
}

.button p{
      font-size: clamp(14px, 2vw, 18px);

  letter-spacing: 0.1em;
    color: #fff;
}
.button i {
  font-size: 16px;
        color: #fff;
}

.vegetable {
  font-size: clamp(30px, 6vw, 48px);
  font-weight: 600;
  line-height: 1.4;
  display: inline-block;
  letter-spacing: 0.08em;
  position: relative;
  text-align: center;
  color: #AFC502;
  font-family: 'Quicksand', sans-serif;
}
.vegetable::before, .vegetable::after {
  content: "";
  position: absolute;
  top: 0;
  width: 200px;
  height: 140px;
  background-image: url("https://ponpokofarm.jp/system_panel/uploads/images/vegetable.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
    z-index: -1;
}
.vegetable::before {
  left: -220px;
}
.vegetable::after {
  right: -220px;
  transform: scaleX(-1);
}
.orange {
  color: #f48c06;
}
.green {
  color: #5DB236;
}

.box1:first-of-type {
  padding-bottom: 0;
}
.box1 {
  gap: clamp(24px, 6vw, 80px);
}

.box1 .imgbox {
  position: relative;
}
.box1 .imgbox img {
  border-radius: 40px;
}
.box1 .imgbox .img2 {
  display: block;
  margin-right: 0;
  margin-left: auto;
  width: 50%;
  position: relative;
  z-index: 2;
  transform: translate(50px, -50px);
}
/* ---------- header ---------- */
.header-mobile {
    display: none;
}
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 0 20px 0;
	justify-content: center;
	gap: 30px;
	z-index: 9999;
	background-color: #F6F2EF;
}
.header:not(.header-mobile) > div{
	position: relative;
	z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
}

.header .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;
    width: 100%;
}

.header .head_menu a {
    position: relative;
    width: 12%;
	z-index: 1;
    padding: 0 20px 10px 20px;
	box-sizing: border-box;
	height: 100%;
	align-items: stretch;
}
.header .head_menu .logo {
    width: 22%;
}
.header .dot {
    position: relative;
    width: 8px;
    height: 160px;
}
.header .dot::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 8px;
    height: 70%;
    background-image: radial-gradient(#ccc 20%, transparent 21%);
    background-size: 10px 6px; 
    background-repeat: repeat-y;
}
.header .li {
    display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: center;
	height: auto;
	min-height: 100px;
}
.header .li p{
font-size: clamp(13px, 1vw, 16px);
	font-weight: 700;
	text-align: center;
}
.header .head_menu a img {
    width: 40%;
    height: auto;
    margin-bottom: 10px;
	object-fit: contain;
}

.header .head_menu a .logoimg {
    width: 80%; 
}
.header .head_menu a:hover {
    background-color: #EABE4A;
    border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.header .head_menu a::before {
    content: "";
    position: absolute;
    top: -30px;            
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #EABE4A;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
    border-radius:0 0 8px 8px;
}
.header .head_menu .ul a:first-of-type::after {
    content: "";
    position: absolute;
    top: -30px;            
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #e8ea4a;
    opacity: 1;
    z-index: -2;
    transition: opacity 0.3s ease;
    border-radius:0 0 8px 8px;
}
.header .head_menu a:hover {
    opacity: 1 ;
}
.header .head_menu a:hover::before {
    opacity: 1 ;
}

.header .head_menu .logo:hover {
    background-color: transparent;
}

.header .head_menu .logo:hover {
    background-color: transparent;
}

.header .head_menu .logo:hover::before {
    display: none;
}

/* ---------- pagetitle ---------- */
.pagetitle {
 	position: relative;
	width: 100%;
 	height: clamp(200px, 50vw, 500px);
	margin-top: 200px;
}
body.on .pagetitle .bg_img_wrap2{
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	height: 60%;
	z-index: 0;
	border-radius: 20px;
}
.pagetitle .imgbox {
	position: relative;
	width: 90%;
	border-radius: 10px;
	overflow: hidden;
}
.pagetitle .imgbox::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #CBDCBB;
	opacity: 0.80; 
	z-index: 1;
	pointer-events: none;
}
.pagetitle .decobox{
	position: absolute;
	justify-content: space-between;
	bottom: 30%;
	width: 80%;
}
.pagetitle .decobox img{
	width: 15%;
}
.pagetitle .title_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	box-sizing: border-box;
}
.pagetitle .titlebox {
	flex-direction: column;
	width: 100%;
	height: auto;
}
.pagetitle .titlebox p{
	letter-spacing: 0.15em;
}
.pagetitle .titlebox img{
	width: 5%;
}
/* ---------- footer ---------- */
.footer{
	width: 100%;
	flex-direction: column;
	padding-bottom: 100px;
}
.footer .topbox{
	width: 100%;
	padding-bottom: 60px;
	border-bottom: #DBDBDB solid 2px;
}
.footer .topbox .leftbox{
	width: 30%;
}
.footer .topbox .rightbox{
	width: 70%;
	background-color: #fff;
	border-radius: 40px;
	padding: 40px 70px;
}
.footer .topbox .rightbox .contact-box{
	width: 100%;
	position: relative;
}

.footer .topbox .rightbox .contact-box .bird-icon {
    position: absolute;
    top: -50px; 
    right: -20px;
    width: 8%; 
}
.footer .topbox .rightbox .contact-box .txtbox{
	width: 50%;
    padding: 20px 0;
    position: relative;
}
.footer .topbox .rightbox .contact-box .txtbox::after{
	content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 8px;
    height: 70%;
    background-image: radial-gradient(#ccc 20%, transparent 21%);
    background-size: 10px 6px; 
    background-repeat: repeat-y;
}
.footer .topbox .contact-box .txtbox .mail-icon{
	width: 20px;
}
.footer .topbox .rightbox .contact-box .more_wrap{
	width: 50%;
}

.footer .bottombox{
	width: 100%;
	padding-top: 60px;
}
.footer .bottombox .leftbox{
	width: 25%;
}
.footer .bottombox .rightbox{
	width: 75%;
	padding-left: 10%;
}
.footer .bottombox .leftbox .logo{
	width: 100%;
}
.footer .bottombox .rightbox .link_wrap{
	width: 70%;
}
.footer .bottombox .rightbox .link-box .item{
	padding-bottom: 18px;
}
.footer .bottombox .rightbox .sns-box{
	width: 30%;
	gap:20px;
}
.footer .bottombox .rightbox .link-box p{
    position: relative;
    padding-left: 20px;
}
.footer .bottombox .rightbox .link-box p::before {
    content: "";
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #4BA223;
    border-radius: 50%;
}

/* ---------- font ---------- */
.en_title{
	font-family: "Quicksand",  sans-serif;
	font-size: 40px;
	letter-spacing: 0.15em;

    font-weight: 600;
}
.en_title2{
	font-family: "Quicksand",  sans-serif;
	font-size: 20px;
}
.default_title{ 
	font-size: 26px;
	letter-spacing: 0.05em;
}
.default_title2{
	font-size: 24px;
	letter-spacing: 0.05em;
}
.default_title3{
	font-size: 18px;
	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-quick{
	font-family: "Quicksand",  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: #B0C502}
.txt-color2{color: #56BBC8}
.txt-color3{color: #F38200}
.txt-color4{color: #707070}
.txt-color5{color: #4BA223}
.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;
	}
/* ---------- common ---------- */
	.trouble-section .boxitem_wrap {
		max-width: 1000px;
	}

	.flow-box {
        flex-direction: column;
        gap: 20px;
    }

    .flow-box .flow-item {
        width: 100%;
        max-width: 500px;
    }

    .flow-box .flow-arrow img {
        transform: rotate(90deg); 
    }
	.more2 a{
		min-width: 200px;
	}
	.more2 p{
		font-size: 12px;
	}


/* ---------- pagetitle ---------- */
	.pagetitle .titlebox img{
		width: 8%;
	}

/* ---------- header ---------- */
/* ---------- footer ---------- */
	.footer .bottombox .rightbox {
		padding-left: 7%;
	}
/* ---------- font ---------- */
	.en_title{
		font-size: 34px;
		letter-spacing: 0.15em;
	}
	.en_title2{
		font-size: 18px;
	}
	.default_title{ 
		font-size: 20px;
	}
	.default_title2{
		font-size: 22px;
	}
	.default_title3{
		font-size: 16px;
	}
	.default_txt{
		font-size: 18px;
	}
	.default_txt2{
		font-size: 16px;
	}
	.default_txt3{
		font-size: 14px;
	}
}
@media screen and (min-width: 1081px){
	.menu-wrap{display: none!important;}
}

/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
/* ---------- common ---------- */
	.pagetitle {
        margin-top: 80px;
    }
	.voice .webgene-blog .webgene-item{
		width: calc(50% - 15px)
	}

/* ---------- header ---------- */
 	.header {
        display: none;
    }
    .header-mobile {
		width: 100%;
        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: space-between;
        align-items: center;
        flex-direction: row;
        padding: 15px 20px;
        background-color: #F6F2EF;
        z-index: 9999;
        position: fixed;
        top: 0;
        left: 0;
    }
    .header-mobile .logo-box img {
      width: auto;
        height: 60px;
    }
    .header-mobile .menu-bt {
        width: 70px;
        height: 70px;
        cursor: pointer;
    }
    .header-mobile .menu-bt .line div {
        height: 3px;
        background-color: #fff;
        transition: 0.3s;
    }
	.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;
		width: 100px;
		height: 100px;
		border-radius: 50%;
		background-color: #4BA223;
		z-index: 9999;
		cursor: pointer;
	}
	.menu-bt .line{
		position: relative;
		width: 34px;
		height: 24px;
	}
	.menu-bt .line div{
		height: 4px;
		border-radius: 2px;
		background-color: #fff;
		position: absolute;
		left: 0;
		transition: ease 0.3s;
	}
	.menu-bt .line div:nth-of-type(1){
		width: 100%;
		top: 0;
	}
	.menu-bt .line div:nth-of-type(2){
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
	}
	.menu-bt .line div:nth-of-type(3){
		width: 100%;
		bottom: 0;
	}
	.menu-bt.active .line div:nth-of-type(1){
		width: 100%;
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
	}
	.menu-bt.active .line div:nth-of-type(2){
		width: 100%;
		top: 50%;
		transform: translateY(-50%) translateX(50%);
		opacity: 0;
	}
	.menu-bt.active .line div:nth-of-type(3){
		width: 100%;
		bottom: 50%;
		transform: translateY(50%) rotate(-45deg);
	}
	.menu-wrap{
		display: none;
		position: fixed;
		z-index: 98;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.menu-wrap::after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		opacity: 0.9;
		background-color: #F5F2EF;
		background-position: center center;
		background-size: cover;
	}
	.menu-wrap > div{
		position: absolute;
		top: 0;
		left: 5%;
		z-index: 2;
		width: 90%;
		height: 100%;
		overflow: auto;
	}
	.menu-wrap .ul{
		gap: 80px 20px;
		justify-content: center;
		align-items: flex-start;
		max-width: 1280px;
	}
	.menu-wrap .ul .li{
		width: calc(100% / 4 - 60px / 4);
	}
	.menu-wrap .ul .li{
		opacity: 0;
		transform: translateY(10px);
		text-align: center;
	}
	.menu-wrap.active .ul .li{
		animation-name: bottomin;
		animation-duration: 1.2s;
		animation-timing-function: ease;
		animation-fill-mode: forwards;
	}
	.menu-wrap .ul .li:nth-of-type(1){
	}
	.menu-wrap .ul .li:nth-of-type(2){
		animation-delay: 0.1s;
	}
	.menu-wrap .ul .li:nth-of-type(3){
		animation-delay: 0.2s;
	}
	.menu-wrap .ul .li:nth-of-type(4){
		animation-delay: 0.3s;
	}
	.menu-wrap .ul .li:nth-of-type(5){
		animation-delay: 0.4s;
	}
	.menu-wrap .ul .li:nth-of-type(6){
		animation-delay: 0.5s;
	}
	.menu-wrap .ul .li:nth-of-type(7){
		animation-delay: 0.6s;
	}
	.menu-wrap .ul .li:nth-of-type(8){
		animation-delay: 0.7s;
	}
	.menu-wrap .ul .li:nth-of-type(9){
		animation-delay: 0.8s;
	}
	.menu-wrap .ul .li:nth-of-type(10){
		animation-delay: 0.9s;
	}
	.menu-wrap .ul .li:nth-of-type(11){
		animation-delay: 1.0s;
	}
	.menu-wrap .ul .li:nth-of-type(12){
		animation-delay: 1.1s;
	}
	.menu-wrap .ul .li a{
		text-align: left;
	}
	.menu-wrap .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;
	}
	.menu-wrap .ul .li a .en{
		font-family: "Quicksand",  sans-serif;
		font-size: 24px;
		color: #4BA223;
		margin-bottom: 10px;
	}
	.menu-wrap .ul .li a .jp{
		font-size: 16px;
	}

/* ---------- footer ---------- */
	.footer .topbox {
		flex-direction: column;
		padding-bottom: 40px;
	}
	.footer .topbox .leftbox {
		width: 100%;
		justify-content: flex-start;
		padding-bottom: 30px;
	}
	.footer .topbox .rightbox {
		width: 100%;
		justify-content: flex-start;
	}
	.footer .bottombox {
		flex-direction: column;
		padding-top: 40px;
	}
	.footer .bottombox .leftbox{
		width: 100%;
		text-align: center;
		padding-bottom: 40px;
	}
	.footer .bottombox .leftbox .logo img{
		width: 70%;
	}
	.footer .bottombox .rightbox{
		width: 100%;
		padding-left: 0;
	}
}
/* ---------- 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 ---------- */
	.trouble-section .boxitem_wrap {
    	flex-direction: column;
	}
	.trouble-section .boxitem_wrap .boxitem{
		width: 100%;
	}
	.title_more_wrap .title_wrap {
        justify-content: flex-start;
        text-align: left;
    }

    .title_more_wrap .title_wrap h2,
    .title_more_wrap .title_wrap p {
        text-align: left;
    }
	.box1 .imgbox,
	.box1 .txtbox {
	  width: 80%;
	}
  .title-style1 img {
    width: 8%;
}
/* ---------- header ---------- */
    .header-mobile .menu-bt {
        width: 60px;
        height: 60px;
    }
	.menu-bt .line {
        width: 30px;
        height: 24px;
    }

	.menu-wrap .ul .li{
		width: calc(100% / 3 - 40px / 3);
	}
/* ---------- footer ---------- */
    .footer{
        padding-bottom: 50px;
    }
	.footer .bottombox .rightbox {
        flex-direction: column;
    }
	.footer .bottombox .rightbox .link_wrap {
		width: 100%;
	}
	.footer .bottombox .rightbox .sns-box {
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.footer .topbox .rightbox .contact-box {
		flex-direction: column;
	}
    .footer .topbox .rightbox .contact-box .txtbox::after{
        display: none;
    }	.footer .topbox .rightbox .contact-box .txtbox {
		width: 100%;
		padding-bottom: 20px;
	}
	.footer .topbox .rightbox .contact-box .more_wrap {
		width: 100%;
	}
	.footer .topbox .rightbox {
        padding: 20px 30px;
    }
	.footer .topbox .rightbox .contact-box .bird-icon {
		top: -35px;
		right: -5px;
		width: 12%;
	}
}
/* ---------- スマートフォン ---------- */
/* ---------- 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;
	}
/* ---------- common ---------- */
	.voice .webgene-blog {
        display: flex;
		flex-direction: column;
		align-items: center; 
    }
	.voice .webgene-blog .webgene-item{
		width: 100%;
		margin: 0 auto;
	}
    .titlebox{
        overflow: visible;
    }
    .vegetable{
        padding-top: 50px;
    }
    .vegetable::before, .vegetable::after {
      width: 100px;
      height: 70px;
        opacity: 0.5;
    }
    .vegetable::before {
      left: 0px;
        top: 0;
    }
    .vegetable::after {
      right: 0px;
        top: 0;
    }
	.accordion-item {
		border-radius: 10px;
	}
	.footer .topbox .rightbox{
		border-radius: 20px;
	}
/* ---------- header ---------- */

    .header-mobile .logo-box img {
        height: 50px;
    }
	.header-mobile .menu-bt {
        width: 50px;
        height: 50px;
    }
	.menu-bt .line {
        width: 22px;
        height: 20px;
    }
    .menu-wrap .ul{padding-top: 100px; gap: 30px;padding-bottom: 50px}
	.menu-wrap .ul .li{
		width: 100%;
	}
    .menu-wrap .ul .li a .en{
        font-size: 20px;
    }
    .menu-wrap .ul .li a .jp{
        font-size: 14px;
    }
/* ---------- footer ---------- */
    .footer{
        padding-bottom: 30px;
    }
	.footer .topbox .rightbox .contact-box .bird-icon {
		top: -32px;
		right: -5px;
		width: 16%;
	}
	.footer .bottombox .rightbox .link_wrap {
		justify-content: flex-start;
	}

/* ---------- font ---------- */
.en_title{
	font-size: 28px;
	letter-spacing: 0.15em;
}
.en_title2{
	font-size: 14px;
}
.default_title{ 
	font-size: 18px;
}
.default_title2{
	font-size: 16px;
}
.default_title3{
	font-size: 14px;
}
.default_txt{
	font-size: 16px;
}
.default_txt2{
	font-size: 14px;
}
.default_txt3{
	font-size: 14px;
}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
