@charset "UTF-8";
/*
 * common.css
 *
 */


/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

.sp_menu {
	display:none;
}
.only_pc {
	display:block;
}
.only_sp {
	display:none;
}

/* !Reseting
---------------------------------------------------------- */
body {
/*	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
	font-size: 14px;
	line-height: 1.5;
	width:100%;
    /*overflow: scroll;
    -webkit-overflow-scrolling:touch;*/
}
#wrapper {
	width:100%;
	overflow: hidden;
}
img {
	vertical-align:bottom;
	width: 100%;
}
.bold {
    font-weight: bold;
}
a{
	color:#1d3994;
	text-decoration:none;
}
a:hover {
	opacity:0.6;
	text-decoration:underline;	
}
section {
    max-width: 100%;
	margin:0px auto;
}
.text-bold {
	font-weight:bold;
}
#dialog_menu,
#sp-menu,
#contents .only_sp,
.only_sp {
	display:none;
}
.effect-fade {
	opacity : 0;
	transform : translate(0, 145px);
	transition : all 1000ms;
}
.effect-fade-right {
	opacity : 0;
	transform : translate(200px, 0px);
	transition : all 1000ms;
}
.effect-fade-left {
	opacity : 0;
	transform : translate(-200px, 0px);
	transition : all 1000ms;
}

.effect-fade.effect-scroll, .effect-fade-right.effect-scroll, .effect-fade-left.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}

/*==================================
             header
==================================*/
#header {
	position:fixed;
	z-index: 9999;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	top:-4px;
	width:100%;
}
#headerIn {
	width:1100px;
	margin:0 auto;
}
#head-top {
	font-size:14px;
	padding: 1px 0;
    box-shadow: 1px 2px 10px;
}
#head-h1 {
	width : 100vw;
	margin : 0px auto;
	background: #ffff;
}
#head-h1 h1{
	float:left;
	margin:2px 0px;
	font-size:14px;
	color:#fff;
}
#head-h1 ul li{
	padding : 0px 5px;
	float:left;
	
}

#head-h1 a{
	color:#088424;
	text-decoration:none;
	padding:10px 0px;
	font-weight:800;
}
#head-h1 li a {
  position: relative;
  text-align:center;
  display: inline-block;
  text-decoration: none;
  margin-bottom:20%;
  width:100px;
  border: 1px solid #fff;
  box-shadow: 2px 8px 9px rgb(0 0 0 / 25%);
  border-radius: 8px
}
#head-h1 li a::after {
	position: absolute;
	bottom: 1px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background:#088424;;
	transform: scale(0, 2);
	transform-origin: center top;
	transition: transform .4s;
	border: 0.01rem solid rgb(255 255 255 / 80%);
	border-radius: 30px;
}
#head-h1 li a:hover::after {
  transform: scale(1, 1);
}
#head-h1 nav {
	float:right;
	margin-top:25px;
	padding: 0vw 14vw;
}
#headerLogo_left {
	display:inline-block;
	vertical-align:top;
}
#headerLogo_left h2 {
    color: #00246C;
	margin-top: -6px;
	
}

#headerLogo_right {
	float:right;
	margin:15px auto;
}
#navi1 {
	position:relative;
	z-index:1;
	top:398px;
}
#navi1 ul{
	text-align:center;
	width:1000px;
	margin:0 auto;
	padding:0 5px;
	display:table;
	table-layout:fixed;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 8px gray;
}
#navi1 li{
	display:table-cell;
	font-size:15px
}
#navi1 li:last-of-type a {
	border-right:none;
}
#navi1 a {
	margin:5px 0;
	padding:12px 0;
	text-decoration:none;
	display:block;
	color:#000;
	border-right:1px solid #00246C;
}


.active {
    border-radius: 6px;
    border: 0.01rem solid;
	border-bottom:none;
	background: #ffeba7;
  
}
#headerLogo_left h1,
#headerLogo_left .club_name {
	display:inline-block;
	vertical-align:top;
	position:absolute;
}
#headerLogo_left .club_name {
	margin:-70px 0 0 15px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
}
body:not(.home) #headerLogo_left .club_name {
	color:#000;
}
#headerLogo_left h1 img {
	width:270px;
	height:auto;
}
#headerLogo_left h2 {
	font-weight:bold;
	color:white;
	font-size:37px;
}
#headerLogo_left p {
	margin:0 auto;
}
.name_en {
	margin:0 0 0 20px;
	font-size:16px;
	color:#FEBD11;
}
section p {
	font-size:16px;
	text-align:left;
	line-height:1.7em;
	text-align:center;
}
.sentence {
	font-size:16px;
	text-align:left;
	line-height:1.7em;
}
section h2 {
	text-align:center;
	padding: 20px;
    font-weight: bold;
    color: #088424;
	font-size:50px;
}
section h3 {
	margin:0 auto 20px;	
	font-size:22px;
	font-weight:bold;
	text-align:center;
}
.box h2 {
	color:#00246C;
	font-size:22px;
	text-align:center;
}
/*==================================
              Buttom
==================================*/
.view_more_link {
	width: 200px;
    color: #088424;
    margin: 20px auto;
    background-color: #ffff;
	border-radius: 23px;
}
.view_more_link a {
	background: #eee;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #088424;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	text-decoration: none;
	border: 2px solid;
	border-radius: 50px;
}


.view_more_link a::before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -1em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: black;
    transition: 0.3s;
}
.view_more_link a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1em;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: #088424;
    transition: 0.3s;
}
.view_more_link a:hover::before, .view_more_link a:hover::after {
    right: -0.5em;
	background-color: black;
}
.view_more_link a:hover {
    background: #088424;
    color: #fff;
}
/*==================================
          Title-font
===================================*/

.t-title{
	font-size: 1.5em;/* フォントサイズ */
	font-weight: bold;/* フォント太さ */   
	padding-top: .4em;
	padding-bottom: .4em;
	border-bottom: solid 4px #0000CC;/* 線 */
	padding:8px 180px;
	

}
.font-big{	
	font-size:50px;
	color:#088424;
	letter-spacing:10px;
    vertical-align:  middle;
	font-weight: bolder;
} 
.font {
	color:#000000;
    vertical-align:  middle;            /* 中央寄せ */
	font-weight: bolder;                /* 外側の余白指定 */
	font-size:22px;
}
/*==================================
          Title-font End
===================================*/
/*==================================
              slide
==================================*/
/* スライド画像用CSS start */
#top_slide {
	max-width:inherit;
}
#slide, #slide_sp {
	position:absolute;
}
.page_top_img {
	position:absolute;
	width:100%;
	height:300px;	
}

.page_top_img img {
	position:relative;
	width:100%;
	height:auto
}
#slide_wrapp {
	position: relative;
	overflow: hidden;
	height: 600px;
	margin: 0 auto;
}
#page_image {
	position:absolute;
	width:100%;
	height:600px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
}
#slide_wrapp .slide_item {
	opacity: 0;
	transform: scale(1);
	transition: opacity 2s linear, transform 7.5s linear;
	position: relative;
}
#slide_wrapp .slide_item:not(:first-child) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#slide_wrapp .slide_item.show_ {
	opacity: 1;
}
#slide_wrapp .slide_item.zoom_ {
	transform: scale(1.1);
}
#slide_wrapp .slide_item img {
	display: block;
	width:100%;
	height: 100vh;
    width: 100vw;
    object-fit: cover;
}
.en_copy {
	position:relative;
	width:561px;
	margin:0 auto;
	text-align:center;	
}
.en_copy p,
.page .en_copy h3,
.error404  .en_copy h3{
	position:relative;
	top:220px;
	color:#fff;
	font-size:40px;
	font-weight:bold;
    font-family: 'Noto Serif JP', serif;	
	text-align:center;
}

/*==================================
             contents
==================================*/
.home #contents {
	margin-top:480px;
	position:relative;
}
#contents {
	margin:0px auto;
	
}
.box {
	width:1100px;
	margin:0 auto;
	padding:30px 50px;
	box-sizing:border-box;
}
.box img {
	width:100%;
	height:auto;
}
.sub_ttl {
	display:block;
	font-size:18px;
	color:#E2882A;
	font-weight:bold;	
}

/*==================================
             pagetop
==================================*/
#pageTop {
	position: fixed;
	z-index: 9999;
	bottom: 20px;
	right: 15px;
	font-size: 12px;
}
#pageTop a {
	background: #088424;
	text-decoration: none;
	color: #fff;
	font-size:14px;
	padding: 10px 15px;
	text-align: center;
	display: block;
	-moz-opacity: 0.5;
	opacity: 0.5;
	border-radius: 50px; 
	box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.5);
}
#pageTop a:hover {
	text-decoration: none;
	background: #999;
	color: #fff;
}
#pageTop a:before {
    content: "▲";
}

/*==================================
             footer start
==================================*/
.footer05 {
 color: #808080;
 background: #FFFFFF;
 padding: 30px;
}
.footer05 a {
 color: #088424;
 text-decoration: none;
}
.footer05 li::before {
    content: "□  ";
    color: #088424; /* 三角の色をリンクと合わせる */
    margin-right: 12px; /* 三角とテキストの間に余白を入れる */
}
.sns li::before {
	display: none;

}

.footer05 li a:hover {
 text-decoration: underline;
}
.footer05 .wrap05 {
 width: 1100px;
 margin: 0 auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.wrap05 h4 {
    color: #088424;
    font-size: 12px;
    font-weight: 800;
}

.footer05 .wrap05 h3 {
 color: #088424;
 font-weight: 900;
 margin: 0 0 10px 0;
 padding: 0;
 border-bottom: 3px #c4c4c4 solid;
}
.footer05 .wrap05 p {
 margin: 0;
 padding: 0 0 20px 0;
}
.footer05 .wrap05 .box05 {
 width: 22%;
}
.footer05 .wrap05 .box05 ul {
 margin: 0;
 padding: 0 0 20px 0;
 list-style: none;
}
.footer05 .wrap05 .copyright {
 width: 100%;
 padding: 20px 0 0 0;
}

@media only screen and (max-width: 599px) {
.footer05 .wrap05 {
 width: 100%;
 padding: 0 20px;
 box-sizing: border-box;
}
.footer05 li::before {
        display: none;
    }
.footer05 .wrap05 h3 {
 border: none;
}
.footer05 .wrap05 .box05 {
 width: 100%;
}
.footer05 .wrap05 .box05 ul {
 border-top: 1px #c4c4c4 solid;
}
.footer05 .wrap05 .box05 ul li a {
 display: block;
 padding: 5px 15px;
 border-bottom: 1px #c4c4c4 solid;
}
}

/*===================================
			 footer end
===================================*/

/*==================================
			 sns icons start
==================================*/
.sns ul {
  display: flex;
  gap: 20px; /* アイコンの間隔 */
  list-style: none;
  padding: 0;
}

.sns li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 30%;
  color: white;
  font-size: 24px;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 2px 8px 9px rgb(0 0 0 / 25%);
}

/* 各SNSの背景色を指定 */
.sns a.facebook {
  background-color: #3b5998;
}

.sns a.instagram {
  background: radial-gradient(circle at 30% 30%, #feda75, #d62976, #962fbf, #4f5bd5);
}

.sns a.x {
  background-color: #000000;
}

.sns a.youtube {
  background-color: #ff0000;
}

/* ホバーで少し拡大 */
.sns li a:hover {
  transform: scale(1.1);
  text-decoration: none;
}

.sns {
        ul {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
        }
    }
.sns a img {
  	filter: brightness(0) invert(1); /* 画像を白に変換 */
	width: 32px;
    height: 32px;
}
/*==================================
	      sns icons end
==================================*/
	    	
/*==================================
         menuToggle
==================================*/

#menuToggle {
  position:fixed;
  top: 15px;
  right: 11px;
  z-index: 100;
  -webkit-user-select: none;
  user-select: none;
  display: inline-block;
  padding:15px;
}

#menuToggle input {
  display: block;
  width: 68px;
  height: 64px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 102; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
	display: block;
	width: 37px;
	height: 5px;
	margin-bottom: 5px;
	position: relative;
	background:#088424;
	border-radius: 3px;
	z-index: 101;
	transform-origin: 4px 0px;
	-ms-transform-origin: 4px 0px; /* IE 9 */
	-webkit-transform-origin: 4px 0px; /* Safari and Chrome */
	-moz-transform-origin: 4px 0px; /* Firefox */
	-o-transform-origin: 4px 0px; /* Opera */

	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				opacity 0.55s ease; /* Firefox 4 */
	-moz-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				opacity 0.55s ease;
	-webkit-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				opacity 0.55s ease; /* Safari and Chrome */
	-o-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				opacity 0.55s ease; /* Opera */
}

#menuToggle span:first-child {
	transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%; /* IE 9 */
	-webkit-transform-origin: 0% 0%; /* Safari and Chrome */
	-moz-transform-origin: 0% 0%; /* Firefox */
	-o-transform-origin: 0% 0%; /* Opera */
}

#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
	-ms-transform-origin: 0% 100%; /* IE 9 */
	-webkit-transform-origin: 0% 100%; /* Safari and Chrome */
	-moz-transform-origin: 0% 100%; /* Firefox */
	-o-transform-origin: 0% 100%; /* Opera */
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) translate(-2px, -1px);
	-moz-transform: rotate(45deg) translate(-2px, -1px); /* Firefox 4 */
	-webkit-transform: rotate(45deg) translate(-2px, -1px); /* Safari and Chrome */
	-o-transform: rotate(45deg) translate(-2px, -1px); /* Opera */
	background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
	-moz-transform: rotate(0deg) scale(0.2, 0.2); /* Firefox 4 */
	-webkit-transform: rotate(0deg) scale(0.2, 0.2); /* Safari and Chrome */
	-o-transform: rotate(0deg) scale(0.2, 0.2); /* Opera */
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
	opacity: 1;
	transform: rotate(-45deg) translate(0, -1px);
	-moz-transform: rotate(-45deg) translate(0, -1px); /* Firefox 4 */
	-webkit-transform: rotate(-45deg) translate(0, -1px); /* Safari and Chrome */
	-o-transform: rotate(-45deg) translate(0, -1px); /* Opera */
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
	position: absolute;
	width: 300px;
	margin: -100px 0 0 0;
	padding: 50px 50px 50px 50px;
	padding-top: 75px;
	right: -31px;
	background:#088424;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	/* to stop flickering of text in safari */
	transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%; /* IE 9 */
	-webkit-transform-origin: 0% 0%; /* Safari and Chrome */
	-moz-transform-origin: 0% 0%; /* Firefox */
	-o-transform-origin: 0% 0%; /* Opera */
	transform: translate(100%, 0);
	-moz-transform: translate(100%, 0); /* Firefox 4 */
	-webkit-transform: translate(100%, 0); /* Safari and Chrome */
	-o-transform: translate(100%, 0); /* Opera */
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	-moz-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); /* Firefox 4 */
	-webkit-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); /* Safari and Chrome */
	-o-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); /* Opera */
}
@media screen and (max-width: 991px) {

    }
#menu li {
    padding: 10px;
	/*width: max-content;*/
	width:332px;
    font-size: 14px;
    background-size: 7px auto;
	border-bottom:1px solid #333333;
}
#menu li a {
    color: white;
    text-decoration: none;
	font-weight:600;
}

#menu li a:hover {
	color:#000000;
	background-color:#FFFFFF;
}

#menu li a::before {
    left: 0;
    margin: 0 10px 0 0;
    font-family: 'Font Awesome 5 Free';
    content: '\f054';
    font-weight: 900;
    position: relative;
    color:yellow;
}
#menu li h4 {
    padding: 10px 0 5px 20px;
    color: #113D96;
    background-image: url(../img/page_top_bg.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 7px auto;
}
#menu li.business ul li {
    background-image: none;
}
#menu li.business {
    padding: 0;
    background-image: none;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul {
	transform: scale(1.0, 1.0);
	-ms-transform: scale(1.0, 1.0); /* IE 9 */
	-webkit-transform: scale(1.0, 1.0); /* Safari and Chrome */
	-o-transform: scale(1.0, 1.0); /* Opera */
	-moz-transform: scale(1.0, 1.0); /* Firefox */
	opacity: 1;
}

#humberger-menu {
	top:0px;
	right:10px;
	z-index:99999;
	position:absolute;
	transition : .3s;
	-moz-transition: .3s; /* Firefox 4 */
	-webkit-transition: .3s; /* Safari and Chrome */
	-o-transition: .3s; /* Opera */
}
.menu-off {
	position: fixed;
}
.hum-show {
	position: fixed;
	width: 100%;
	opacity:0.4;
}
@media screen and (max-width: 600px) {

#menu li {
	font-size:10px;
}
#menu {
	width:217px;

}
}
/* オーバーレイをbody全体に敷く */
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 998;
  transition: opacity 0.3s ease;
}

/* メニュー表示中のみオーバーレイ表示 */
#h-menu:checked ~ ul + body::after {
  opacity: 1;
  visibility: visible;
}

/*==================================
         menuToggle End
==================================*/


/*==================================
          small nav
===================================*/
.m-bread {
    border-bottom: 1px solid #e6ecf2;
    background-color: #fff;
}

/*==================================
         Language
===================================*/

.ble{
	color:white;
	font-weight:900;
	}

.section-center{
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 6;
  text-align: center;
  transform: translateY(-50%);
}


[type="checkbox"]:checked,
[type="checkbox"]:not(:checked){
  position: absolute;
  left: -9999px;
}
.menu-icon:checked + label,
.menu-icon:not(:checked) + label{
  position: fixed;
  top: 109px;
  right: 25px;
  display: block;
  padding:10px 6px;
  margin: 0;
  cursor: pointer;
  z-index: 10;
}

.nav24{
 position: fixed;
    top: 107px;
    right: 22px;
    display: block;
    width: 83px;
    height: 37px;
    padding: 0;
    margin: 0;
    z-index: 9;
	border-radius:3px;
  overflow: hidden;
  box-shadow: 0 8px 30px 0 rgba(0,0,0,0.3);
  background-color:#088424;
  /*animation: border-transform 7s linear infinite;*/
  transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1),  
              right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1),
              transform 250ms 1100ms ease,
              width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1),
              height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
			  border: 1.5px solid white;
			  
}
@keyframes border-transform{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
  14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
  28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
  42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
  56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
  70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
  84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
}

.menu-icon:checked ~ .nav24 {
  animation-play-state: paused;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 200%;
  height: 200%;
  transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),  
              right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),
              transform 250ms 700ms ease,
              width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1),
              height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1);
}

.nav24 ul{
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 6;
  text-align: center;
  transform: translateY(-50%);
  list-style: none;
}
.nav24 ul li{
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 10px 0;
  text-align: center;
  list-style: none;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 250ms linear;
}
.nav24 ul li:nth-child(1){
  transition-delay: 200ms;
}
.nav24 ul li:nth-child(2){
  transition-delay: 150ms;
}
.nav24 ul li:nth-child(3){
  transition-delay: 100ms;
}
.nav24 ul li:nth-child(4){
  transition-delay: 50ms;
}
.nav24 ul li a{
  font-family: 'Montserrat', sans-serif;
  font-size: 4vh;
  text-transform: uppercase;
  line-height: 2;
  display: inline-block;
  position: relative;
  color: white;
  transition: all 250ms linear;
}
.nav24 ul li a:hover{
  text-decoration: none;
  color:black;
}
.nav24 ul li a:after{
  display: block;
  position: absolute;
  content: '';
  height: 2px;
  width: 0;
  left: 0;
  background-color: yellow;
  opacity: 0.8;
  border-radius:2px solid white;
  transition: width 250ms linear;
}
.nav24 ul li a:hover:after{
  width: 100%;
}


.menu-icon:checked ~ .nav24  ul li {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 350ms ease,
              transform 250ms ease;
}
.menu-icon:checked ~ .nav24 ul li:nth-child(1){
  transition-delay: 1400ms;
}
.menu-icon:checked ~ .nav24 ul li:nth-child(2){
  transition-delay: 1480ms;
}
.menu-icon:checked ~ .nav24 ul li:nth-child(3){
  transition-delay: 1560ms;
}
.menu-icon:checked ~ .nav24 ul li:nth-child(4){
  transition-delay: 1640ms;
}
.dropbtn {
 
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  width:1100px;
  display: none;

}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: fixed;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 3;
  right:46px;
  top:119px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #088424;
  padding: 30px 90px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	border-bottom:#088424 2px solid;
	color:#000000;
background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}


.logo {
	position: absolute;
	top: 60px;
	left: 50px;
	display: block;
	z-index: 11;
	transition: all 250ms linear;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
}



@media screen and (max-width: 991px) {
  
  .logo {
    left: 30px;
  }
  .h1{
    font-size: 9vw;
    -webkit-text-stroke: 2px transparent;
    text-stroke: 2px transparent;
    -webkit-text-fill-color: #ffeba7;
    text-fill-color: #ffeba7;
    color: #ffeba7;
  }
  .nav24 ul li a{
    font-size: 2vh;
  }
}

/*==================================
		  view_more_link yellow start
===================================*/
.view_more_link1 {
	width: 200px;
    color: #088424;
    margin: 20px auto;
    background-color: #ffff;
	border-radius: 23px;
}
.view_more_link1 a {
	background: #FEBD11;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: black;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	text-decoration: none;
	border: 2px solid #088424;
	border-radius: 50px;
}


.view_more_link1 a::before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -1em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: black;
    transition: 0.3s;
}
.view_more_link1 a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1em;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: #088424;
    transition: 0.3s;
}
.view_more_link1 a:hover::before, .view_more_link1 a:hover::after {
    right: -0.5em;
	background-color: black;
}
.view_more_link1 a:hover {
    background: #088424;
    color: #fff;
}

/*==================================
		  view_more_link yellow end
===================================*/

/* Loading Block */
/*#L24 {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #088424;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner24{
  width: 100px;
  height: 100px;
  margin: 300px auto;
  background-image: url(../img/logo.svg);
  border-radius: 100%;
  animation: sk-scaleout 1.5s infinite ease-in-out;
}
/* Loading Animation */
/*@keyframes sk-scaleout {
  0% {
    transform: scale(2);
  } 100% {
    transform: scale(20.0);
    opacity: 0;
  }
}

/* Hide Loading Block */
/*.LD{
  opacity: 0;
  visibility: hidden;
}*/

