/*------------------------------------------------------------------
 * Multipurpose: Free Template by FreeHTML5.co
 * Author: https://freehtml5.co
 * Facebook: https://facebook.com/fh5co
 * Twitter: https://twitter.com/fh5co
 -------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of styles content]

1 - Header
2 - Hero
3 - CTA
4 - Services
5 - Featured
6 - Recent Posts
7 - Trust
8 - Pricing Tables
9 - Testimonials
10 - Clients
11 - CTA 2
12 - Footer Widgets
13 - Foot Note
--------------------------------------------------------------------*/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
::before , ::after {
	box-sizing: inherit;
}

button_m {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	vertical-align: middle;
	text-align: inherit;
	font: inherit;
	-webkit-appearance: none;
	appearance: none;
}
.menu {
  width: 70%;
  height: 100vh;
  margin-left: auto;
  /* メニューを縦に */
  display: flex;
  flex-direction: column;
  color: #efefef;
  background-color: rgba(14, 188, 204, 0.7);
  transition: .3s;
}
.menu-list {
  width: 100%;
  height: 10%;
  /* メニューテキスト位置をリスト内中心に */
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-list a{
	color: white;
}
.menu {
  /* メニューの位置マイナス指定で画面外に */
  position: fixed;
  right: -100%;
  width: 100%;
  height: 100vh;
  /* メニューを縦に */
  display: flex;
  flex-direction: column;
  color: #efefef;
  background-color: rgba(14, 188, 204, 0.7);
  transition: .3s;
	top: 0px;
}


.btn2 {
  /* ボタンの配置位置  */
  position: fixed;
  top: 22px;
  right: 16px;
  /* ボタンの大きさ  */
  width: 48px;
  height: 48px;
  /* 最前面に */
  z-index: 10;
border: 0px none;
  background-color: rgba(254, 254, 254, 0);
}
.btn-line {
	display: block;
	position: relative;  /* バーガー線の位置基準として設定 */
	width: 100%;  /* 線の長さと高さ */
	height: 4px;
	background-color: #0ebccc;  /* バーガー線の色 */
	transition: .2s;
}
/****** 上下のバーガー線 *****/
.btn-line::before,
.btn-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0ebccc;
  transition: .5s;
}
.btn-line::before {
  /* 上の線の位置 */
  transform: translateY(-16px)translateX(-24px);
}
.btn-line::after {
  /* 下の線の位置 */
  transform: translateY(16px)translateX(-24px);
}
.menu.open {
  right: 0;
}
/***** メニューオープン時 *****/
.btn-line.open {
	background-color: transparent;  	/* 真ん中の線を透明に */
	transform:  translateX(-21px);
}
.btn-line.open::before , 
.btn-line.open::after {
	content: "";
	background-color: #333;  /* 上下の線の色を変える */
	transition: .2s;
}
.btn-line.open::before {
	transform: rotate(45deg);  /* 上の線を傾ける */
}
.btn-line.open::after {
	transform: rotate(-45deg);  /* 下の線を傾ける */
}

@media screen and (min-width: 600px) {
	.btn2 {
		display: none;
	}

}

.button_wrapper{
   text-align:center;
	margin-top: 4em;
}

.accessarea .button_wrapper{
	margin-top: 0em;
}

.button{
  margin-bottom: 40px;
  position: relative;
  border: 1px solid #eda958;
  width: 280px;
  height: 64px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #eda958;
  font-size: 14px;
	font-family: montserrat, sans-serif;
		border-radius:6px;
	letter-spacing: .1em;
}
.button:before,
.button:after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  background: #eda958;
    transition: all .2s;
}
.button:before{
  width: 70px;
  transform: translate(35px, 0px);
}
.button:after{
  width: 20px;
  transform-origin: right center;
  transform: translate(35px, 0px) rotate(30deg);
}
.button:hover::before {
  right: -1em;
}
.button:hover::after {
  right: -1em;
}
.button:hover {
  opacity: .5;
}

.button2{
  margin-bottom: 40px;
  position: relative;
  border: 1px solid #424242;
  width: 300px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #424242;
  font-size: 14px;
}
.button2:before,
.button2:after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  background: #424242;
    transition: all .2s;
}
.button2:before{
  width: 70px;
  transform: translate(35px, 0px);
}
.button2:after{
  width: 20px;
  transform-origin: right center;
  transform: translate(35px, 0px) rotate(30deg);
}
.button2:hover::before {
  right: -1em;
}
.button2:hover::after {
  right: -1em;
}

.button3{
  margin-bottom: 40px;
  position: relative;
  border: 1px solid #0ebccc;
  width: 260px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #0ebccc;
  font-size: 14px;
}
.button3:before,
.button3:after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  background: #0ebccc;
    transition: all .2s;
}
.button3:before{
  width: 70px;
  transform: translate(35px, 0px);
}
.button3:after{
  width: 20px;
  transform-origin: right center;
  transform: translate(35px, 0px) rotate(30deg);
}
.button3:hover::before {
  right: -1em;
}
.button3:hover::after {
  right: -1em;
}

.button4{
  margin-top: 30px;
  position: relative;
  border: 1px solid #eda958;
  width: 100%;
  height: 64px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #eda958;
  font-size: 14px;
	font-family: montserrat, sans-serif;
		border-radius:6px;
	letter-spacing: .1em;
}

.button4:hover{
  background: #eda958;
    transition: all .2s;
	color: #fff;
}

@media screen and (max-width: 896px) {
	.button{
  margin-bottom: 40px;
  position: relative;
  border: 1px solid #eda958;
  width: 260px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #eda958;
  font-size: 14px;
}
	.button2{
  margin-bottom: 40px;
  position: relative;
  border: 1px solid #424242;
  width: 260px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #424242;
  font-size: 14px;
}
	.button_wrapper{
	margin-top: 1em;
}

}


/*-----------------------------------
    1 - Header
------------------------------------*/
/*header {
  background-color: rgba(100, 100, 100, 0.5);
  color: #424242;
  z-index: 1000;
	display: flex;
	height: 100px;
}

header a {
  color: #424242;
}

header::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.02);
  position: absolute;
  left: 0;
  bottom: -20px;
}

header p {
  color: #0ebccc;
font-family: din-2014, sans-serif;
font-weight: 700;
font-style: normal;
	  letter-spacing: 0.1vw;
	line-height: 100px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.nav-link {
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
}
*/

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100px;
  transition: .5s;
	line-height: 50px;
}
header h1 {
  transition: .5s;
	  color: #0ebccc;
font-family: din-2014, sans-serif;
font-weight: 700;
font-style: normal;
	  letter-spacing: 0.1vw;
	font-size: 24px;
	display: none;
	
}
.is-animation {
  height: 100px;
	  background-color: rgba(255, 255, 255, 0.75);
}
.is-animation h1 {
  color: #0ebccc;
	display: inline-block;
}

.contact {
  font-size: 12px;
}

.tel {
  margin-right: 30px;
}

.contact i {
  color: #ee1515;
  margin-right: 10px;
}

.login {
  padding: 10px 20px;
  font-size: 14px;
  margin-right: 25px;
  text-transform: uppercase;
}


.login i {
  color: #ee1515;
  margin-right: 8px;
}

.navbar-brand h1 {
  margin: 0;
}

.social {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.social li:not(:last-child) {
  margin-right: 20px;
}

.social a {
  font-size: 14px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #ee1515;
  border-radius: 4px;
  line-height: 40px;
  text-align: center;
  background-color: transparent;
  transition: all 0.25s ease-in-out;
}

.social a:hover {
  color: #fff;
  background-color: #ee1515;
}

.navbar-brand img {
  width: 135px;
}

.navbar-collapse .search-form input[type="text"] {
  border: 1px solid #ced4da;
  color: #333;
  padding: 1.5625rem 0.625rem;
}

.navbar-collapse .search-form .btn {
  margin-top: 0;
  border-radius: 0;
  margin-left: -1px;
}

.navbar-collapse .nav-link {
  font-size: 1.125rem;
  transition: all 0.2s ease-in-out;
}

.navbar-collapse .nav-link:hover {
  color: #0ebccc;
}

.cart,
.login-icon,
.search-icon {
  color: #424242;
  font-size: 3rem;
}

.cart:hover,
.login-icon:hover,
.search-icon:hover {
  color: #0ebccc;
}

.cart {
  margin-left: 20px;
}

form input.btn-primary:hover,
form button.btn-primary:hover {
  background-color: #fff;
  color: #eda958;
}

@media screen and (max-width: 896px) {
	.tel {
  margin-right: 0px;
}
	header h1 {
  transition: .5s;
	  color: #0ebccc;
font-family: din-2014, sans-serif;
font-weight: 700;
font-style: normal;
	  letter-spacing: 0.1vw;
	font-size: 16px;
	display: none;
	
}
	.is-animation {
  height: 96px;
	  background-color: rgba(255, 255, 255, 0.75);
}
}
@media screen and (max-width: 767px) {
	.fb-container {
		width: 100%;
		max-width: 500px;
	}
}

/*-----------------------------------
    1 - Hero
------------------------------------*/
.hero {
  position: relative;
  z-index: 0;
padding-bottom: 10em;
	background-image: linear-gradient(0deg, rgba(255, 250, 236, 1), rgba(255, 255, 255, 1) 20%);
}

.hero .logo{
	padding-top: 2vw;
}

.hero .area {
		position: relative;
		padding-top: 20vw;
}
.hero .h2 {
	font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 300;
font-style: normal;
	font-size: 40px;
	color: #eda958;
	z-index: 9;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.75vw;
	line-height: 220%;
	margin-bottom: .6em;
}
.gray {color: #5d5d5d;
line-height: 100%;}

.hero .h3 {
	font-family: montserrat, sans-serif;
font-weight: 400;
font-style: normal;
	font-size: 12px;
	color: #424242;
	z-index: 9;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: .1vw;
	line-height: 180%;
		margin-bottom: 5em;
}
.hero .h4 {
	font-family: noto-sans-cjk-jp, sans-serif;
font-style: normal;
	font-size: 16px;
	color: #424242;
	z-index: 9;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.4em;
	letter-spacing: .1em;
	margin-top: 2em;
	line-height: 200%;
}


.hero .container {
  position: relative;
  z-index: 5;
			  background: url(../images/top_bg.png);
	background-repeat: no-repeat;
	background-size:85% auto;
	background-position:right top;
	 animation: anime 4s;
	opacity: 1;
}
@keyframes anime {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1.0;
    }
}

.hero .slide-content {
  min-height: 600px;
  color: #fff;
}

.hero .slide-content span {
  color: #ee1515;
}

.hero .slide-content h1 {
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.56);
  text-transform: uppercase;
  -webkit-transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
          transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
  font-weight: bold;
}

.hero .slide-content p {
  color: #170936;
  -webkit-transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
          transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
  padding: 35px 0 35px 30px;
  background-color: rgba(255, 255, 255, 0.51);
  border-top-right-radius: 100px;
  border-bottom-left-radius: 10px;
  margin-bottom: 0;
}

.hero .slide-content .btn {
  margin-top: 50px;
}

.hero .slide-content .btn:last-child {
  margin-left: 30px;
}

.hero .arr-left,
.hero .arr-right {
  font-size: 3rem;
  display: block;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 85%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}

.hero .arr-left:hover,
.hero .arr-right:hover {
  cursor: pointer;
}

.hero .arr-right {
  right: 15px;
}

.hero .diag-bg {
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
  background-color: rgba(240, 0, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}


.hero::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.02);
  position: absolute;
  left: 0;
  bottom: 29%;
}

.hero::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.02);
  position: absolute;
  left: 0;
  bottom: 58%;
}

.gray {color: #5d5d5d;
line-height: 100%;}


@media screen and (max-width: 896px) {
	.hero {
  background-size: cover;
  position: relative;
  z-index: 0;
		overflow: hidden;
}
.hero .container {
	background-size:80% auto;
}

.hero .title {
	position: absolute;
	font-family: din-2014, sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 60px;
	color: #5d5d5d;
	z-index: 9;
	margin-left: auto;
	margin-right: auto;
	left: 40px;
	top: 285px;
	letter-spacing: 0.75vw;
	line-height: 80%;
}
	.gray {color: #5d5d5d;
line-height: 100%;}

	.hero .titlejp {
	position: absolute;
	font-size: 24px;
	color: #424242;
	z-index: 9;
	margin-left: auto;
	margin-right: auto;
	max-width: 1320px;
	left: 43px;
	top: 520px;
	letter-spacing: 1.2vw;
	font-weight: bold;
	line-height: 180%;
}
	
}

@media screen and (max-width: 420px) {
	.hero {
  background-size: cover;
  position: relative;
  z-index: 0;
		overflow: hidden;
		padding-bottom: 4em;
}
		.hero .container {
		background: url(../images/top_bg_sp.png);
			background-size:70% auto;
			background-repeat: no-repeat;
	background-position:right top;
}
	.hero .h2 {
	font-size: 34px;
	letter-spacing: 1.5vw;
	line-height: 200%;
	margin-bottom: .4em;
}
	.hero .h3 {
		margin-bottom: 3em;
}
	.hero .logo img{
	width: 30%;
		height: auto;
}
}


/*-----------------------------------
    1 - Hero2
------------------------------------*/
.hero2 {
  position: relative;
  z-index: 0;
	width: 100%;
	background-repeat: no-repeat;
	background-size:100% auto;
	background-position:right top;
}

.hero2 .logo{
	padding-top: 2vw;
}

.hero2 .area {
		position: relative;
		padding-top: 20vw;
}
.hero2 .h2 {
	font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 300;
font-style: normal;
	font-size: 40px;
	color: #eda958;
	z-index: 9;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.75vw;
	line-height: 220%;
	margin-bottom: .6em;
}
.gray {color: #5d5d5d;
line-height: 100%;}

.hero2 .h4 {
	font-family: noto-sans-cjk-jp, sans-serif;
font-style: normal;
	font-size: 16px;
	color: #424242;
	z-index: 9;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.4em;
	letter-spacing: .1em;
	margin-top: 2em;
	line-height: 200%;
}


.hero2 .container {
  position: relative;
  z-index: 5;
}

.hero2::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.02);
  position: absolute;
  left: 0;
  bottom: 29%;
}

.hero2::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.02);
  position: absolute;
  left: 0;
  bottom: 58%;
}

.gray {color: #5d5d5d;
line-height: 100%;}


@media screen and (max-width: 896px) {
	.hero2 {
  background-size: cover;
  position: relative;
  z-index: 0;
		overflow: hidden;
}
	
}

@media screen and (max-width: 420px) {
	.hero2 {
  background-size: cover;
  position: relative;
  z-index: 0;
		overflow: hidden;
}
	.hero2 .logo img{
	width: 40%;
		height: auto;
}
}
/*-----------------------------------
    1 - CTA
------------------------------------*/
.cta-content {
  padding: 30px 0 90px;
  color: #fff;
  background-color: #ee1515;
  position: relative;
  z-index: 1;
}

.cta-content::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(24, 9, 53, 0.77);
  position: absolute;
  top: -25px;
  left: -1px;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}

.cta-content .subscribe-btn {
  align-self: flex-end;
  margin-right: 30px;
}

/*-----------------------------------
    1 - Services
------------------------------------*/


.title {
}


.title h1 {
  font-size: 34px;
	color: #424242;
	letter-spacing: 0.2vw;
	  margin-bottom: 30px;
}


.title .title-blue {
  color: #26264b;
}

.title .title-primary {
  color: #ee1515;
}

.services .bg{
	position: relative;
	width: 100%;
	height: 280px;
	  object-fit: cover;
  background: url(../images/servicebg.png) center center / cover no-repeat;
	margin-bottom: 60px;
}

.services .images{
	position: relative;
	width: 100%;
	height: 570px;
	  object-fit: cover;
	margin-bottom: 60px;
}

.free{
	position: absolute;
	top: -150px;
	right:0;
}


.services .icon{
	position: absolute;
  top: 90%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

.services .iconsbg{
	background: #f9f9f9;
width: 100%;
padding: 40px;
border-radius: 10px;
text-align: center;
	margin-top: 60px;
	margin-bottom: 80px;
}

.services .icons{
	width: 100%;
	height: 140px;
}

.services {
  padding: 140px 0 100px;
}

.contact {
  padding: 0 0 50px;
}

.services .title {
  margin-bottom: 20px;
		position: relative;
}

.services .media {
  margin: 20px 0;
}

.services p{
  line-height: 1.8em;
	margin-bottom: 50px;
}

.free{
	position: absolute;
	top:-120px;
	right:0;
	left: 0;
	margin: auto;
	z-index: 9;
}


@media screen and (max-width: 896px) {
	.services .bg{
	position: relative;
	width: 100%;
	height: 280px;
	  object-fit: cover;
  background: url(../images/servicebg.png) center center / cover no-repeat;
	margin-bottom: 60px;
}
	 .free{
	position: absolute;
	top: -123px;
	left: 0;
		right: 0;
		margin: auto;
		max-width: 50%;
}
		.free img {
	max-width: 100%;
}
	.services .icons{
	width: 100%;
	height: 130px;
}
	
	.services .images{
	position: relative;
	width: 100%;
	height: 200px;
	  object-fit: cover;
	margin-bottom: 60px;
}
	.services .icon{
	position: absolute;
  top: 78%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
	.services {
  padding: 80px 0 60px;
}
	.services .iconsbg{
	margin-bottom: 18px;
}
}
@media screen and (max-width: 896px) {
.services p{
  line-height: 1.8em;
	text-align: left;
	margin-bottom: 20px;
}
	.services h2 {
	font-size: 1.2rem;
	margin-top: 1em;
	margin-bottom: 1rem;
}
}
@media screen and (max-width: 420px) {
.services{
  padding: 80px 0 20px;
}
	.services img{
	width: 100%;
	height: auto;
	margin-bottom: 1.4em;
}
	.free{
	top: -60px;
}
}
.services h5 {
  color: #eda958;
  padding-bottom: 5px;
  margin-bottom: 10px;
font-size: 1rem;
}

.services .media p{
	height: 140px;
	text-align: left;
}

.services h2 {
	font-size: 1.4rem;
	margin-top: 3em;
	margin-bottom: 1rem;
	font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 400;
font-style: normal;
	color: #eda958;
	letter-spacing: .1em;
}

.policy {
	font-size: 16px;
		font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 300;
font-style: normal;
	line-height: 3;
	margin-bottom: 5em;
}

.services h3 {
	font-size: 1rem;
	margin-bottom: 2rem;
	font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 400;
font-style: normal;
	color: #eda958;
	letter-spacing: .1em;
}

#table01 th,
#table01 td {
  padding: 8px 0;
  border: none;
	font-size: 14px;
	letter-spacing: .1em;
}
#table01 th {
  width: 40%;
}

.his {
	padding-left: 1.1rem;
	color: #999999;
	display: block;
}

.history {
	padding-left: 1.1rem;
	color: #999999;
	display: block;
	margin-bottom: 0.8vw;
}


@media screen and (max-width: 896px) {
.privacy p{
  line-height: 1.8em;
	text-align: left;
	margin-bottom: 20px;
}
	.privacy h2 {
	font-size: 1.2rem;
	margin-top: 1em;
	margin-bottom: 1rem;
}
}

.privacy h5 {
  color: #0ebccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
font-size: 1rem;
}



.privacy h2 {
	font-size: 1.4rem;
	margin-top: 1em;
	margin-bottom: 1rem;
}



.title h6 {
  margin-bottom: 10px;
font-family: montserrat, sans-serif;
font-weight: 200;
font-style: normal;
color: #eda958;
	font-size: 46px;
	letter-spacing: .4em
}
.sub {
	font-size: 12px;
}

.title h1 {
  font-size: 34px;
	color: #424242;
	letter-spacing: 0.2vw;
	  margin-bottom: 30px;
	margin-top: 16px;
}

@media screen and (max-width: 896px) {
.title h1 {
  font-size: 26px;
	color: #424242;
	letter-spacing: 0.2vw;
	  margin-bottom: 14px;
	margin-top: 16px;
	line-height: 150%;
}
	.profile {
  background-color: #fafafa;
  width: 100%;
  margin: 0 0 0 auto;
}
	.profile .container{
	width: 100%;
padding: 246px 15px 0px 15px;
}
}

.title .en{
  margin-bottom: 30px;
		font-family: din-2014, sans-serif;
font-weight: 700;
font-style: normal;
color: #0ebccc;
	font-size: 18px;
	margin-left: 20px;
}

.position{
 font-size: 14px;
	color: #424242;
}

@media screen and (max-width: 420px) {
.title h6 {
	font-size: 38px;
}
	.services h2 {
	font-size: 1.2rem;
	margin-top: 3em;
}
	.policy {
	font-size: 16px;
	line-height: 3;
		margin-bottom: 3em;
}
	.services h3 {
	margin-top: 1.4rem;
	margin-bottom: 1rem;
}
	#table01{
		margin-bottom: 3em;
	}
}

/*-----------------------------------
    1 - Featured
------------------------------------*/
.featured {
  padding: 80px 0;
  background-color: #fafafa;
}

.featured p {
  margin: 35px 0 53px;
}

.featured .media i {
  font-size: 24px;
  color: #ee1515;
}

.featured .media h5 {
  text-transform: uppercase;
  color: #26264b;
}

.featured .btn {
  margin-top: 80px;
}

.featured-img {
  position: relative;
  height: 530px;
  margin-top: 60px;
}

.featured-big {
  position: absolute;
  bottom: 0;
  right: 0;
}

.featured-small {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 25px 0 0;
  background-color: #fff;
}

/*-----------------------------------
    1 - Recent Posts
------------------------------------*/
.recent-posts {
  padding: 65px 0 100px;
}

.recent-posts .btn {
  margin-top: 60px;
}

.recent-posts .row .col-lg-6:nth-of-type(odd) .post-thumb {
  margin-top: 30px;
}

.recent-posts .row .col-lg-6:nth-of-type(even) .post-thumb {
  margin-bottom: 30px;
}

.single-rpost {
  margin: 35px 0 0;
}

.post-thumb {
  flex: 0 0 273px;
}

.post-content {
  color: #ccc;
}

.post-content time {
  font-size: 14px;
  color: #ccc;
}

.post-content h3 {
  margin: 10px 0 2px;
}

.post-content h3 a {
  color: #26264b;
  font-weight: 600;
}

.post-content h3 a:hover {
  font-weight: 700;
  text-decoration: none;
}

.post-content a {
  color: #ccc;
}

.post-content a:hover {
  color: #26264b;
}

.post-content .post-btn {
  color: #6e6e6e;
  text-align: center;
  font-size: 10px;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  background-color: whitesmoke;
}

.post-content .post-btn:hover {
  color: #fff;
  background-color: #ee1515;
}

/*-----------------------------------
    1 - Trust
------------------------------------*/
.trust {
  padding: 75px 0;
  background-color: #26264b;
  color: #ddd;
  position: relative;
}

.trust .title {
  margin-bottom: 46px;
}

.trust h1 {
  color: #fff;
}

.trust h5 {
  font-size: 24px;
  color: #fefefe;
  margin: 28px 0 12px;
}

.trust ul {
  color: #fff;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.trust li {
  margin-bottom: 15px;
}

.trust .gallery img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.trust .gal-img {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.trust .gal-img i {
  font-size: 72px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
}

.trust .gal-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.trust .gal-img:hover {
  cursor: pointer;
}

.trust .gal-img:hover i {
  opacity: 1;
}

.trust .gal-img:hover::after {
  opacity: 1;
}

.trust .gal-img3 {
  top: -50%;
  left: 50%;
}

/*-----------------------------------
    1 - Pricing Table
------------------------------------*/
.pricing-table {
  padding: 100px 0;
}

.single-pricing {
  padding: 65px 0 40px;
  margin-top: 23px;
  color: #fff;
  background: #26264b;
  border: 0px solid #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}

.single-pricing span {
  font-size: 12px;
  text-transform: uppercase;
  padding: 6px 15px;
  border-radius: 15px;
  background-color: transparent;
  position: absolute;
  top: 28px;
  right: 6px;
  transition: all 0.2s ease-in-out;
}

.single-pricing h2 {
  margin-bottom: -5px;
}

.single-pricing .desc {
  color: #9d9d9d;
  padding-bottom: 30px;
  margin-bottom: 32px;
  border-bottom: 2px solid #2f2f2f;
  transition: all 0.2s ease-in-out;
}

.single-pricing .price {
  font-size: 2rem;
  margin-bottom: 8px;
}

.single-pricing p {
  color: #ddd;
}

.single-pricing p:last-of-type {
  margin-bottom: 25px;
}

.single-pricing svg {
  width: 170px;
  position: absolute;
  top: -45px;
  right: -60px;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

.single-pricing:hover {
  border: 4px solid #fff;
  box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.16);
  margin: 19px 0 -4px;
}

.single-pricing:hover span {
  background-color: #26264b;
}

.single-pricing:hover .desc {
  color: #fff;
  border-bottom: 2px solid rgba(245, 245, 245, 0.322);
}

.single-pricing:hover svg {
  width: 500%;
  top: -200%;
  right: -50%;
}

.single-pricing:hover .btn {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

/*-----------------------------------
    1 - Testimonials
------------------------------------*/


.testimonial-and-clients2 {
	position: relative;
  padding-top: 6vw;
padding-bottom: 4vw;
	background-image: url("../images/voice_bg.jpg");
	margin-top: 4em;
}

.scroll_content { /* リスト全体のスタイル */
  display: flex;
  margin: auto;
  overflow-x: auto;
	margin-top: 40px;
	padding-left: 0;
	padding-bottom: 1em;
}
 
.scroll_content li { /* 各リストのスタイル */
	height: 380px;
  margin: 16px;
  flex-shrink: 0;
  list-style: none;
	background-color: #fffaec;
	border-radius: 16px;
	width: 620px;
	
}
 
.scroll_content li :hover { /* 各リストのスタイル */
opacity:.9;	
}

.scroll_content .area{
	width: 50%;
	height: 380px;
		float: left;
}
.scroll_content .textarea{
	width: 50%;
	height: 380px;
		float: left;
	position: relative;
}
.textarea h4{
	font-family: montserrat, sans-serif;
font-weight: 200;
font-style: normal;
	font-size: 14px;
		margin: 1.4em;
}
.textarea p{
	font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 400;
	font-size: 16px;
	position: absolute;
		bottom: 0;
	left: 0;
	margin: 1.4em;
	margin-bottom: 0;
		    overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
	margin-bottom: 1.4em;
}
.scroll_content img { /* 画像のスタイル */
  width: 100%;
  height: 380px;
  object-fit: cover;
	border-top-left-radius: 16px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 16px;
}
 
.scroll_content::-webkit-scrollbar {
	height: 6px;
}

.scroll_content::-webkit-scrollbar-track {
  background-color: #e0e0e0;
  border-radius: 100px;
}

.scroll_content::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-image: linear-gradient(90deg, #f4cc29 0%, #eda958 99%);
}

 
 



.testimonial-and-clients h6 {
  margin-bottom: 10px;
font-family: montserrat, sans-serif;
font-weight: 200;
font-style: normal;
color: #eda958;
	font-size: 46px;
	letter-spacing: .4em
}
.testimonial-and-clients {
  background: #f9f9f9;
	padding: 140px;
}

.testimonial-and-clients2 h6 {
  margin-bottom: 10px;
font-family: montserrat, sans-serif;
font-weight: 200;
font-style: normal;
color: #eda958;
	font-size: 46px;
	letter-spacing: .4em
}
.testimonial-and-clients2 {
	background-repeat: no-repeat;
	background-size: cover;
}

.swiper-container {
	position: relative;
}
.testimonials .arr-left,
.testimonials .arr-right {
  font-size: 3rem;
  display: block;
  color: #eda958;
  text-align: center;
  position: absolute;
  top: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}

.testimonials .arr-left:hover,
.testimonials .arr-right:hover {
  cursor: pointer;
}

.testimonials .arr-right {
  right: 15px;
}

.testimonials {
  padding: 60px 0 0;
  color: #424242;
	overflow: hidden;
}

.testimonials .test-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
	margin-bottom: 2vw;
}

.testimonials .test-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 90px;
}

.testimonials h5 {
  color: #424242;
  margin: 15px 0;
}

.testimonials span {
  color: #424242;
  display: inline-block;
  margin: 0 0 17px;
}

.testimonials p {
  font-size: 14px;
  line-height: 27px;
	position: relative;
	text-align: left;
	color: #424242;
	letter-spacing: .1em;
}

@media screen and (max-width: 420px) {
 
  .scroll_content li {
    width: 78%;
  }
 .testimonial-and-clients {
	padding: 0 0 60px 0 ;
}
	.testimonial-and-clients h6 {
	font-size: 38px;
	padding-top: 2em;
}
}

.bl_media_container {
	display: flex;
	flex-wrap: wrap;
	margin: calc(-30px / 2);
	padding-top: 60px;
}
.bl_media_itemWrapper {
	width: calc(100% / 3 - 30px);
	margin: calc(30px / 2);
}
.bl_media_item {
	background-color: #fff;
	border-radius: 16px;
	font-size: 1.5vw;
}
.bl_media_item img { /* 画像のスタイル */
  width: 100%;
  height: 230px;
  object-fit: cover;
	border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.accessarea {
	padding: .8em;
}
.accessarea h4{
	font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 400;
font-style: normal;
	font-size: 18px;
	margin-bottom: .8em;
	letter-spacing: .1em;
}
.accessarea p{
	font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 400;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 1.8;
}
.telephone {
font-family: montserrat, sans-serif;
font-weight: 600;
font-style: normal;
color: #edaa60;
	font-size: 20px;
	letter-spacing: .1em
}
.spot {
	font-size: 12px;
}
/* タブレット　2カラム */
@media screen and (max-width: 1024px) {
	.bl_media_itemWrapper {
		width: calc(100% / 2 - 30px);
	}
}
/* スマホ 1カラム*/
@media screen and (max-width: 599px) {
	.bl_media_itemWrapper {
		width: calc(100% / 1 - 30px);
	}
}

.test-pagination {
  text-align: center;
  margin-top: 8px;
}

.test-pagination span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-bottom: 0;
  transition: all 0.2s ease-in-out;
}

.test-pagination span:hover {
  cursor: pointer;
}

.test-pagination span:not(:last-child) {
  margin-right: 20px;
}

.test-pagination span.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: #eda958;
}

.animegoods{
	min-height: 36vw;
}

.animegoods h3 {
	font-size: 1.1rem;
	margin-top: .8em;
	margin-bottom: 2rem;
	font-family: noto-sans-cjk-jp, sans-serif;
font-style: normal;
	color: #424242;
	letter-spacing: .1em;
}
.animegoods p {
	margin-right: 2em;
}

.takasaki {
  color: #424242;
  background-color: #f5cd2a;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: .6rem 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
	   border-radius: 100vh;
	font-size: 14px;
}

.agriculture{
	min-height: 36vw;
}

.agriculture .row{
	justify-content: flex-end;
}

.agriculture .container{
	height: 480px;
}

.agriculture h3 {
	font-size: 1.1rem;
	margin-top: .8em;
	margin-bottom: 2rem;
	font-family: noto-sans-cjk-jp, sans-serif;
font-style: normal;
	color: #424242;
	letter-spacing: .1em;
	margin-left: 1.5em;
}
.agriculture p {
	margin-left: 2em;
}

.others{
	min-height: 32vw;
}

.others .row{
	justify-content: flex-end;
}

.others .container{
	height: 480px;
}

.others h3 {
	font-size: 1.1rem;
	margin-top: .8em;
	margin-bottom: 2rem;
	font-family: noto-sans-cjk-jp, sans-serif;
font-style: normal;
	color: #424242;
	letter-spacing: .1em;
	margin-left: 1.5em;
}
.others p {
	margin-left: 2em;
}

.annaka {
  color: #fff;
  background-color: #eeaa59;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: .6rem 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
	   border-radius: 100vh;
	font-size: 14px;
	margin-left: 2em;
}

.cable{
	object-fit: cover;
	background: url("../images/cable.png");
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: top right;
	margin-bottom: 4em;
	min-height: 640px;
}

.cable .container{
	height: 480px;
}

.cable h3 {
	font-size: 1.1rem;
	margin-top: .8em;
	margin-bottom: 2rem;
	font-family: noto-sans-cjk-jp, sans-serif;
font-style: normal;
	color: #424242;
	letter-spacing: .1em;
}
.cable p {
	margin-right: 2em;
}

.tomioka {
  color: #424242;
  background-color: #d3d255;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: .6rem 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
	   border-radius: 100vh;
	font-size: 14px;
}

.recycle{
	object-fit: cover;
	background: url("../images/recycle.png");
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: top left;
	margin-bottom: 4em;
	min-height: 640px;
}

.recycle .row{
	justify-content: flex-end;
}

.recycle .container{
	height: 480px;
}

.recycle h3 {
	font-size: 1.1rem;
	margin-top: .8em;
	margin-bottom: 2rem;
	font-family: noto-sans-cjk-jp, sans-serif;
font-style: normal;
	color: #424242;
	letter-spacing: .1em;
	margin-left: 1.5em;
}
.recycle p {
	margin-left: 2em;
}

.accordion {
margin: 3em auto;
max-width: 60vw;
}
.toggle {
display: none;
}
.option {
position: relative;
}
.question,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.question {
border-bottom: solid 1px #a8a8a8;
padding: 1em;
display: block;
color: #424242;
font-weight: bold;
}
.question::after,
.question::before {
content: "";
position: absolute;
right: 1.5em;
top:0.95em;
width: 1px;
height: 1.8em;
background-color: #eda958;
transition: all 0.3s;
}
.question::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
}
.content p {
margin: 0;
padding: 1.5em 1em 2em;
font-size: 14px;
line-height: 1.5;
}
.toggle:checked + .question + .content {
max-height: 500px;
transition: all 1.5s;
	background-color: #fffaec;
}
.toggle:checked + .question::before {
transform: rotate(90deg) !important;
}



.tel{
	font-size: 42px;
			font-family: din-2014, sans-serif;
font-weight: 700;
font-style: normal;
	color: #424242;
}

@media screen and (max-width: 896px) {
	.testimonial-and-clients2 {
  margin-top: 12vw;
	margin-bottom: 4vw;
}
	.testimonials {
  padding: 50px 0 85px;
  color: #424242;
}
	.testimonials p::before{
	display: none;
}

.testimonials p::after{
	display: none;
}
	.contact p {
  font-size: 30px;
  line-height: 27px;
  position: relative;
  color: #424242;
font-family: din-2014, sans-serif;
font-weight: 400;
font-style: normal;
			letter-spacing: 0.1vw;
	border-right: none;
	padding: 10px;
}

.tel{
	font-size: 35px;
			font-family: din-2014, sans-serif;
font-weight: 700;
font-style: normal;
	color: #424242;
}
}
/*-----------------------------------
    1 - Clients
------------------------------------*/
.clients {
  padding: 70px 0;
}

.clients .swiper-wrapper {
  text-align: center;
}

.grada{
    width: 50%;
	height: 200px;
	border-radius:1rem 0 0 1rem;
	margin: 0 0 0 auto;
  background-image: linear-gradient(0deg, rgba(237, 169, 88, 1), rgba(244, 204, 41, 1));
	z-index: -1;
	position: absolute;
}

.animegoods .swiper{
    width: 50%;
	border-radius:1rem 0 0 1rem;
	margin: 0 0 0 auto;
	overflow: hidden;
	float: right;
	box-shadow: 20px 20px 0px 0px rgba(245, 205, 42, 1);
}

.swiper img{
	width: 100%;
	height: auto;
}
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 20px !important;
  background: #eda958 !important;
}

.animegoods .swiper:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #eda958 0%, #f4cc29 100% );
    transform: translate3d(20px, 20px, 0) scale(1);
    filter: blur(0px);
    opacity: var(1);
    transition: opacity 0.3s;
    border-radius: inherit;
}

/* 
* Prevents issues when the parent creates a 
* stacking context. (For example, using the transform
* property )
*/
.agriculture .swiper::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    border-radius: inherit;
}
        
.agriculture .swiper{
    width: 50%;
	border-radius:0 1rem 1rem 0;
	margin: auto 0 0 0;
	overflow: hidden;
	float: left;
	box-shadow: -20px 20px 0px 0px rgba(237, 169, 88, 1);
}
.agriculture .swiper:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #eda958 0%, #f4cc29 100% );
    transform: translate3d(20px, 20px, 0) scale(1);
    filter: blur(0px);
    opacity: var(1);
    transition: opacity 0.3s;
    border-radius: inherit;
}
/* 
* Prevents issues when the parent creates a 
* stacking context. (For example, using the transform
* property )
*/
.agriculture .swiper::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    border-radius: inherit;
}

.others .swiper::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    border-radius: inherit;
}
        
.others .swiper{
    width: 50%;
	border-radius:0 1rem 1rem 0;
	margin: auto 0 0 0;
	overflow: hidden;
	float: left;
	box-shadow: -20px 20px 0px 0px rgba(237, 169, 88, 1);
}
.others .swiper:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #eda958 0%, #f4cc29 100% );
    transform: translate3d(20px, 20px, 0) scale(1);
    filter: blur(0px);
    opacity: var(1);
    transition: opacity 0.3s;
    border-radius: inherit;
}
/* 
* Prevents issues when the parent creates a 
* stacking context. (For example, using the transform
* property )
*/
.others .swiper::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    border-radius: inherit;
}
.about{
	width: 100%;
}
.about h3{
	font-size: 1.4rem;
	margin-top: 4em;
	margin-bottom: 1.2rem;
	font-family: noto-sans-cjk-jp, sans-serif;
font-style: normal;
	color: #424242;
	letter-spacing: .1em;
	line-height: 1.8;
}
.about p{
	margin-bottom: 2em;
}

.sdgs{
	display: flex;
	justify-content: center;
}
.sdgs img{
	width: 120px;
	height: auto;
	margin-left: 1em;
}
.sdgs img:first-of-type{
	margin-left: 0px;
}

.about th {
  background: #eda958;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.about td {
  border: solid 1px #ccc;
  padding: 10px;
	text-align: left;
	font-size: 14px;
}

.blog h2{
	text-align: left;
	margin-top: 0!important;
	font-size: 2.2rem!important;
	line-height: 1.6;
}
.blog h4{
	font-family: montserrat, sans-serif;
font-weight: 200;
font-style: normal;
	font-size: 16px;
		margin-top: 1.4em;
	letter-spacing: .1em;
	margin-bottom: 4em;
}
.blog img{
	border-radius: 16px;
	margin-bottom: 4em;
	display: flex;
	margin: 0 auto;
	margin-bottom: 4em;
	max-height: 900px;
}
.blog p{
	font-size: 16px;
	margin-bottom: 20px;
}
@media screen and (max-width: 420px) {
  .tbl-r03 {
    width: 90%;
  }
  .tbl-r03 tr {
    display: block;
    float: left;
  }
  .tbl-r03 tr td, 
  .tbl-r03 tr th {
    border-left: none;
    display: block;
    height: 50px;
  }
  .tbl-r03 thead {
    display: block;
    float: left;
    width: 30%;
  }
  .tbl-r03 thead tr {
    width: 100%;
  }
  .tbl-r03 tbody {
    display: block;
    float: left;
    width: 70%;
  }
  .tbl-r03 tbody tr {
    width: 50%;
  }
  .tbl-r03 tr td + td {
    border-left: none;
  }
  .tbl-r03 tbody td:last-child {
    border-bottom: solid 1px #ccc;
  }
	.sdgs img:nth-child(odd){
	margin-left: 0px;
}
	.about h3{
	margin-top: 2em;
	margin-bottom: 1.2rem;
}
	.others .container{
	height: 260px;
}
	.blog{
		margin-bottom: 4em!important;
	}
	.blog h2{
	font-size: 1.6rem!important;
		line-height: 1.6;
}
	.blog h4{
	margin-bottom: 3em;
}
.blog img{
	margin-bottom: 3em;
	width: 100%;
}
}
@media screen and (max-width: 420px) {
.animegoods .swiper{
    width: 95%;
	float: none;
	margin-bottom: 3em;
}
	.animegoods p {
	margin-right: 0em;
		margin-bottom: 5em;
}
	.agriculture .swiper{
    width: 95%;
	float: none;
	margin-bottom: 3em;
}
		.agriculture p {
	margin-right: 0em;
		margin-bottom: 5em;
}
	.annaka {
	margin-left: 0em;
}
	.agriculture h3 {
	margin-left: 0em;
}
.agriculture p {
	margin-left: 0em;
}
		.others .swiper{
    width: 95%;
	float: none;
	margin-bottom: 3em;
}
		.others p {
	margin-right: 0em;
		margin-bottom: 5em;
}
	.annaka {
	margin-left: 0em;
}
	.others h3 {
	margin-left: 0em;
}
.others p {
	margin-left: 0em;
}
	.accordion {
margin: 0em auto;
max-width: 90vw;
}
	.question {
padding-right: 4em;
}
	.accessarea {
	padding: 3em;
}
		.testimonial-and-clients2 {
  margin-top: -10vw;
}
	.question::after,
.question::before {
top:1.4em;
}
	.sdgs{
	display: block;
}
}

/*-----------------------------------
    1 - CTA 2
------------------------------------*/
.cta2 {
  margin: 50px 0 -30px;
}

/*-----------------------------------
    1 - Footer
------------------------------------*/
footer {
background: #fff;
}

.gray {
	text-align: center;
}

.gray p{
  line-height: 2em;
	margin-bottom: 20px;
	text-align: left;
		letter-spacing: 0.05em;
	font-size: 1rem;
	font-weight: 100;
}

.flags {
	margin: 0 0 60px;
}

.gray h4{
font-family: montserrat, sans-serif;
font-weight: 400;
font-style: normal;
color: #edaa60;
	font-size: 36px;
	text-align: left;
	margin-bottom: 1em;
}
.gray a{
	text-decoration: underline;
	color: #424242;
}
.gray a:hover{
	  color: #a0a0a0;
	  text-decoration: underline;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}
.gray h6{
	 margin-top: 40px;
}
.footer-widgets h5{
	 margin-top: 40px;
	color: #424242;
	font-size: 16px;
}


/*-----------------------------------
    1 - Footer Widgets
------------------------------------*/
.footer-widgets {
  padding: 120px 0;
}

.footer-widgets .col-md-6 .single-widget:not(:first-child) .widget-tiltle {
  margin: 40px 0 30px;
}

.single-widget {
  color: #aaa;
}

.single-widget .widget-tiltle {
  font-size: 28px;
  text-transform: uppercase;
  color: #424242;
	font-family: din-2014, sans-serif;
font-weight: 700;
font-style: normal;
	letter-spacing: 0.1vw;
}

.single-widget i {
  color: #ee1515;
}

.single-widget h6 {
  color: #0ebccc;
		font-family: din-2014, sans-serif;
font-weight: 400;
font-style: normal;
	letter-spacing: 0.1vw;
	font-size: 22px;
}

.single-widget .tel1 {
  color: #0ebccc;
		font-family: din-2014, sans-serif;
font-weight: 400;
font-style: normal;
	letter-spacing: 0.1vw;
	font-size: 22px;
}

.single-widget .tel2 {
	  color: #0ebccc;
		font-family: din-2014, sans-serif;
font-weight: 700;
font-style: normal;
	letter-spacing: 0.1vw;
	font-size: 22px;
	margin-right: 30px;
}

.single-widget .media {
  margin-bottom: 20px;
}



.contact-widget i {
  font-size: 22px;
}

.contact-widget p {
  font-size: 14px;
color: #424242;
	margin-bottom: 40px;
}

.twitter-widget i,
.twitter-widget h6 {
  color: #777;
}

.twitter-widget p {
color: #424242;
}

span {
  color: #fff;
}

.recent-post-widget .rcnt-img {
  width: 68px;
  height: 68px;
  border-radius: 4px;
  overflow: hidden;
}

.recent-post-widget .rcnt-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recent-post-widget a {
  color: #fff;
}

.recent-post-widget p {
  font-size: 18px;
color: #424242;
}

.recent-post-widget i {
  margin-right: 10px;
}

.recent-post-widget i:last-of-type {
  margin-left: 15px;
}

.tags-widget {
  margin: -10px -10px 0 0;
}

.tags-widget a {
  color: #aaa;
  display: inline-block;
  padding: 10px 12px;
  border-radius: 2px;
  background-color: #363636;
  font-size: 14px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  margin: 10px 10px 0 0;
}

.tags-widget a:hover {
  text-decoration: none;
  color: #26264b;
  background-color: #ee1515;
}

.subscribe-widget form {
  margin-bottom: 10px;
}

.subscribe-widget input {
  font-size: 14px;
  padding: 0px 10px;
  background-color: #444;
  border: none;
  line-height: 0;
  position: relative;
  z-index: 1;
}

.subscribe-widget input:focus {
  outline: none;
  box-shadow: none;
}

.subscribe-widget button {
  background: #ee1515;
  border: none;
  padding: 9px 14px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-left: -10px;
  position: relative;
  z-index: 5;
}

.subscribe-widget button i {
  color: #fff;
}

.subscribe-widget .social-nav {
  margin-top: 32px;
}

.subscribe-widget .social-nav a {
  display: inline-block;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  color: #ddd;
  background-color: #444;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-right: 10px;
}

.subscribe-widget .social-nav a i {
  color: #ddd;
}

.subscribe-widget .social-nav a:hover {
  background-color: #ee1515;
}
@media screen and (max-width: 896px) {
	.footer-widgets {
  padding: 40px 15px 0;
}
	.single-widget .widget-tiltle {
  font-size: 28px;
  text-transform: uppercase;
  color: #424242;
	font-family: din-2014, sans-serif;
font-weight: 700;
font-style: normal;
	letter-spacing: 0.1vw;
		text-align: center;
}

	.contact-widget p {
  font-size: 18px;
color: #424242;
	margin-bottom: 40px;
	text-align: center;
}

.single-widget h6 {
  color: #0ebccc;
		font-family: din-2014, sans-serif;
font-weight: 400;
font-style: normal;
	letter-spacing: 0.1vw;
	font-size: 22px;
			text-align: center;
}
.single-widget .media {
  margin-bottom: 20px;
	text-align: center;
}
	.single-widget .media p {
  font-size: 12px;
}
	
	.single-widget .tel2 {
	  color: #0ebccc;
		font-family: din-2014, sans-serif;
font-weight: 700;
font-style: normal;
	letter-spacing: 0.1vw;
	font-size: 22px;
		margin-bottom: 20px;
			margin-right: 0px;
}
}
@media screen and (max-width: 420px){
	.footer-widgets {
 text-align: center;
}
	.footer-widgets h5{
	margin-bottom: 1em;
}
	.contact-widget p {
  font-size: 16px;
	margin-bottom: 30px;
	text-align: left;
		line-height: 1.8;
}
}
/*-----------------------------------
    1 - Foot Note
------------------------------------*/
.foot-note {
padding: 35px 0;
  background-color: #eda958;
  color: #fff;
}

.foot-note p {
  text-align: center;
font-family: montserrat, sans-serif;
font-weight: 400;
font-style: normal;
	margin-bottom: 0;
	font-size: 12px;
}

.foot-note a {
  color: #26264b;
}

.foot-note a:last-child {
  margin-left: 30px;
}

.foot-note a.fh5-link {
  margin-left: 0;
}

.socialEffect__link {
  margin: .3em;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #bfbfbf;
  font-size: 1.6rem;
  background: rgba(255, 255, 255, 0.1);
  transition: transform ease-out 0.2s;
}

.socialEffect__box li {
  display: inline-block;
}


.follow-me {
  list-style: none;
  margin: 0 0 -8px;
  overflow: hidden;
  padding: 0;
}
.follow-me li {
  float: left;
  margin: 0 8px 8px 0;
  padding: 0;
}
.follow-me li a::before {
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  height: 42px; /* Button height */
  line-height: 42px; /* Button height */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  width: 42px; /* Button width */
}

.follow-me li a[href*="twitter.com"]::before        { border-color: #000; color: #000; content: "\e61b"; }
.follow-me li a[href*="facebook.com"]::before       { border-color: #3b5998; color: #3b5998; content: "\f09a"; }
.follow-me li a[href*="instagram.com"]::before      { border-color: #125688; color: #125688; content: "\f16d"; }
.follow-me li a[href*="tiktok.com"]::before      { border-color: #000; color: #000; content: "\e07b"; }

.follow-me li a[href*="youtube.com"]::before        { border-color: #cd201f; color: #cd201f; content: "\f16a"; }
.follow-me li a[href$="/feed"]::before              { border-color: #ffa500; color: #ffa500; content: "\f09e"; }
.follow-me li a[href$="/subscribe"]::before         { border-color: #363636; color: #363636; content: "\f000"; font-family: blogicon; }
.follow-me li a:hover::before {
  color: #fff;
}
.follow-me li a[href*="twitter.com"]:hover::before        { background-color: #000; }
.follow-me li a[href*="dropbox.com"]:hover::before        { background-color: #007ee5; }
.follow-me li a[href*="facebook.com"]:hover::before       { background-color: #3b5998; }
.follow-me li a[href*="tiktok.com"]:hover::before       { background-color: #000; }
.follow-me li a[href*="instagram.com"]:hover::before      { background-color: #125688; }


.follow-me li a[href*="youtube.com"]:hover::before        { background-color: #cd201f; }
.follow-me li a[href$="/feed"]:hover::before              { background-color: #ffa500; }
.follow-me li a[href$="/subscribe"]:hover::before         { background-color: #363636; }



Resources
