/*
Theme Name: jcco251115
Version: 1.1
*/

/*
-------------------
  base style
-------------------
*/

 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing:border-box;
  font: inherit;
  vertical-align: center;
  font-feature-settings: "palt";
  text-autospace: no-autospace;
  letter-spacing: 0px;
  transition:all 0.3s ease-out;
  line-height: 1;
  font-size:1rem;
  color: var(--main-color);
  background-position:center;
  background-size:cover;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

html{
  font-size: 16px;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  background:var(--main-bg);
}
ol, ul, li {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


p,a,td,li,input,textarea{
  line-height: 1.6;
}

a{
	text-decoration: none;
}

a:hover{
  
}
.font{
font-family: "Montserrat", sans-serif;
	font-weight:700;
}


.wp-block-file__button{
  position:relative;
  display:block;
  width: 260px;
  margin:auto!important;
  margin-top:24px;
  padding: 8px 0px;
  border-radius:100px;
  border:4px solid #16A8AA;
  background:#16A8AA!important;
  letter-spacing:0.2vw;
  text-align:center;
  color:#fff;
  font-weight:bold;
  transition:all 0.2s ease-out;
  text-decoration:none!important;
}




strong{
  font-weight:bold;
}

iframe{
  max-width:100%;
}

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


input{
  width:100%;
  border:none;
  border-radius:6px;
  padding: 22px 33px;
	margin:10px 0;
  box-sizing:border-box;
  background:#f5f5f5;
  outline: none;
  resize: none;
  font-size:1rem;
	font-weight:500;
	color:#3d3d3d;
	font-family: 'Noto Sans JP', sans-serif;
}

textarea{
  width:100%;
 border:none;
  padding: 22px 33px;
	margin:10px 0;
  border-radius:4px;  
  box-sizing:border-box;
  background:#f5f5f5;
  border-radius:4px;
  outline: none;
  resize: none;
  -webkit-appearance:none;
  font-size:1rem;
	font-weight:600;
}

input[type="tel"],
input[type="e-mail"],
input[type="file"],
input[type="text"]{
  -webkit-appearance:none;
}


.wpcf7-list-item{
  display:inline-block;
  margin:10px 0px;
  margin-right:40px;
}

.wpcf7-list-item input{
  display:inline-block;
  width:auto;
}

.wpcf7-list-item-label{
  display:inline-block;
  font-size:1rem;
}

input[type="file"]{
  background:none;
  box-shadow:none;
  padding:0px;
}

input[type="submit"]{
  display:block;
  width:380px;
  margin:auto;
  margin-top:24px;
  padding:22px 0px;
  text-align:center;
  border:none;
  border-radius:4px;
  color:#fff;
  letter-spacing:0.2vw;
  font-size:1.2rem;
  font-weight:bold;
  text-decoration:none;
  background:var(--accent-color);
  outline: none;
  -webkit-appearance:none;
}

input[type="submit"]:hover{

}

::placeholder {
  color: #c2c2c2;
}

.wpcf7-list-item input{
  display:inline-block;
  width:auto;
}

.wpcf7-list-item-label{
  display:inline-block;
 font-size:1rem; 
}

.wpcf7-not-valid-tip{
  color:#b01212;
}

wpcf7 span.kome{
  padding:0px 10px;
  margin-left:10px;
  color:#fff;
  font-size:0.7rem;
  background:#b01212;
}


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

:root {
  --main-bg: #ffffff;
  --text-color: #1D1D23;
  --accent-color:#eb6100;
	--blue-color:#003e79;
}

.font{

}

.heading p{
 
}

h2.heading{
  font-size:3rem;
  font-weight:bold;
}

h2.heading span{
  display:block;
}

a.button{
  position:relative;
  display:block;
  width: 260px;
  padding: 12px 0px;
  border-radius:100px;
  background:#161616;
  text-align:center;
  color:#fff;
  font-weight:bold;
  transition:background 0.2s,top 0.8s,opacity 0.8s ease-out;
}

a.button:hover{


}

.gurade{
  
}

.image.fit{
  
  overflow:hidden;
}
.image.fit img{
  object-fit:cover;
  width:100%;
  height:100%;
}


.borderline:before{
	content:"";
	display:block;
	position:absolute;
	bottom:0px;
	width:100%;
	border-bottom:4px solid #ccc;
}

.borderline:after{
	content:"";
	display:block;
	position:absolute;
	bottom:0px;
	width:100px;
	border-bottom:4px solid var(--accent-color);
}

a.more{
	display:flex;
	align-items:center;
	color:var(--accent-color);
	font-weight:500;
}

a.more img{
	width:2rem;
	margin-left:1rem;
}

/*
-------------------
  animation
-------------------
*/


.fadein.fuwa{
  top:60px;
  transition:all 0.6s ease-out;
  opacity:0;
}

.fadein.fuwa.scrollin{
  top:0;
  opacity:1;
}



/*
-------------------
  loading
-------------------
*/
#contents{
  transition:all 2s ease-out;
  transition-delay:0.5s;
  opacity:0;
}

#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index:1000;
  transition:all 0.5s ease-out;
  transition-delay:0s;
  background: #ffffff;
}

#loading.loaded{
 opacity:0;
  z-index:-100;
}

#loading.loaded.is_remove{
  opacity:1;
  z-index:1000;
}

#loading.loaded.is_remove:after{
  bottom:-120%;
}

#loading:after{
  content:"";
  display:block;
  width: 100%;
  height: 100vh;
  bottom:-120%;
  position: fixed;
  background:#fff;
  transition:all 0.3s ease-out;
}

#loading.loaded:after{
  bottom:0;
}



#loading.loaded.is_remove{
  width:100%;
  transition-delay:0s;
  transition:all 0.1s ease-out;
}



#loading.loaded.is_remove img{
  display:block;
}


#loading img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

#loading img.loading-logo{
  top: 48%;
  z-index:2000;
  width: 230px;
}

#loading img.loading-icon{
  top:50%;
  z-index:2000;
  width: 50px;
}


/*
-------------------
  header-PC
-------------------
*/

#header-pc{
  display:flex;
  justify-content:space-between;
  align-items:center;
  position:absolute;
  z-index: 40;
  width:100%;
  padding: 40px 50px;
	padding-right:0px;
}

#header-pc .logo img{
  width: 140px;
}


.lang{
	position:absolute;
	z-index:100;
	width:100%;
	padding:5px;
	text-align:right;
}

.lang.footer{
	text-align:center;
}

.lang li{
	margin:0 0px;
}

.lang a{
	font-size: 1rem;
}

.lang .bogoflags{
	display:none;
}

.bogo-language-switcher{
	display:flex;
	justify-content:end;
}

.footer .bogo-language-switcher{
	justify-content:center;
}

.bogo-language-switcher .first:after {
  content: "";
	display:inline-block;
	width:1px;
	height:10px;
	margin:0 10px;
	color:#4b1313;
	background:#003e79;
}

.bogo-language-switcher .current{
	color:#FF5722!important;
}
  


#header-pc nav ul{
  display:flex;
   align-items:center;
	flex-wrap:wrap;
	justify-content:flex-end;
}

#header-pc nav ul li{
  margin-left:60px;
}

#header-pc nav .lang ul li{
  margin-left:0px;
}


#header-pc nav ul li a{
	letter-spacing:0.1rem;
}

#header-pc nav ul li a:hover{
	color:var(--accent-color);
}

ul a.contact{
	display:flex;
	align-items:center;
	justify-content: space-between;
	background:var(--blue-color);
	color:#fff;
	border-radius:100px 0px 0px 100px;

}

ul a.contact:hover{
	background:var(--accent-color);
}

#header-pc nav ul li a.contact:hover{
	color:#fff;
}

a.contact span.bg{
	display:block;
	width: 3rem;
	height: 3rem;
	margin:10px;
	background:var(--accent-color);
	border-radius:100px;
	background-image:url("images/mail.svg");
	background-size:50%;
	background-repeat:no-repeat;
	background-position:center;
}

ul a.contact:hover span.bg{
	background:var(--blue-color);
	background-image:url("images/mail.svg");
	background-size:70%;
	background-repeat:no-repeat;
	background-position:center;
}

a.contact span.text{
	padding-right: 30px;
	margin: 0px 30px;
	letter-spacing:0.1rem;
	font-weight:600;
}



/*
-------------------
  header-mobile
-------------------
*/

#header-mobile{
  display:none;
  justify-content:space-between;
  align-items:center;
}

#header-mobile .logo{
  position:absolute;
  z-index: 40;
  padding: 8vw 10vw;
}

#header-mobile .logo img{
  width: 30vw;
}


.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 32px;
    border-radius: 3px;
    background-color: var(--blue-color);
    position: absolute;
    transition: all 0.5s
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
	
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
	background-color: var(--accent-color);
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;
}

#menu-btn-check {
    display: none;
}

.menu-content {
    width: 100%;
    height: 100lvh;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #fff;
    transition: all 0.5s;/*ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¨Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â®Ãƒâ€¦Ã‚Â¡*/
}

.menu-content-logo img{
  display:block;
  width: 40%;
  margin:auto;
  margin-top: 15%;
	margin-bottom:10%;
}

.menu-content ul {

}
.menu-content ul li {
 top:80px;
 opacity:0;
 margin: 0vw 0px;
 text-align:center;
 transition-delay:0.3s;
}
.menu-content ul li a{
  display:block;
  padding: 3% 6vw;
  font-weight: 900;
}

.menu-content nav ul li a span{
  display:block;
  font-size:0.8rem;
  font-weight:normal;
}

.menu-content nav ul li a.button-menu{
  height:100%;
  padding: 25px 40px;
  color:#fff;
  font-weight:normal;
}


#menu-btn-check:checked ~ .menu-content ul li{
  top:0px;
  opacity:1;
}

.menu-content ul li:nth-child(2){
  transition-delay: 0.35s;
}

.menu-content ul li:nth-child(3){
  transition-delay: 0.4s;
}
.menu-content ul li:nth-child(4){
  transition-delay: 0.45s;
}
.menu-content ul li:nth-child(5){
  transition-delay: 0.5s;
}
.menu-content ul li:nth-child(6){
  transition-delay: 0.55s;
}
.menu-content ul li:nth-child(7){
  transition-delay: 0.6s;
}

/*
-------------------
  index
-------------------
*/

#parallax{
	position:fixed;
	top:0;
	left:0;
	width:200vh;
	background-image:url("images/bg-line-colorful.svg");
	background-size:230%;
	background-position:center bottom -150%;
	opacity:0.14;
	transform: rotate(90deg);
	transition-duration:6s;
	transition-timing-function:ease;
	filter: blur(5px);
}



#parallax.on{
	width:100%;
	height:100%;
	background-size:200%;
	filter: blur(0px);
	background-position:center;
	transform: rotate(0deg);
}

#topimage{
	display:flex;
	align-items:center;
	justify-content:space-between;
	height: 96svh;
}

#en #topimage{
	height:100svh;
}

#topimage .text{
	padding-left: 4vw;
	width: 53%;
}

#topimage .text h2 br.m{
display:none;
}

#topimage .text h2 span,
#topimage .text h2{
	font-size: 3.6vw;
	font-weight:900;
	line-height:1.4;
}

#en #topimage .text h2 span,
#en #topimage .text h2{
	font-size: 5.3vw;
	font-weight:900;
	line-height: 1;
}


#topimage .text h2 .blue{
	color:var(--blue-color);
}

#topimage .text h2 .orange{
	color:var(--accent-color);
}


#topimage .text h2 span {
	margin:0 -0.4rem;
	-webkit-transform: skewX(-15deg);
	-webkit-transition: opacity 0.5s linear, translate 0.5s ease-out, -webkit-transform 0.3s ease-in;
	display: inline-block;
	line-height: 1.1;
	opacity: 0;
	/* overflow: hidden; */
	transform: skewX(-15deg);
	transition: opacity 0.5s linear, translate 0.5s ease-out, -webkit-transform 0.3s ease-in;
	transition: opacity 0.5s linear, translate 0.5s ease-out, transform 0.3s ease-in;
	transition: opacity 0.5s linear, translate 0.5s ease-out, transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
	translate: 120% 50%;
}
#topimage .text h2 span {
  -webkit-transform: skewX(0deg);
  -webkit-animation: txtColorChange 1s linear forwards;
          animation: txtColorChange 1s linear forwards;
  opacity: 1;
          transform: skewX(0deg);
  translate: 0;
}

#topimage .text h2 span:nth-child(1){
	transition-delay:0.08s;
}

#topimage .text h2 span:nth-child(2){
	transition-delay:0.16s;
}

#topimage .text h2 span:nth-child(3){
	transition-delay:0.24s;
}

#topimage .text h2 span:nth-child(4){
	transition-delay:0.32s;
}

#topimage .text h2 span:nth-child(5){
	transition-delay:0.4s;
}

#topimage .text h2 span:nth-child(6){
	transition-delay:0.48s;
}

#topimage .text h2 span:nth-child(7){
	transition-delay:0.56s;
	font-size:3.1vw
}

#topimage .text h2 span:nth-child(8){
	transition-delay:0.64s;
}

#topimage .text h2 span:nth-child(9){
	transition-delay:0.72s;
}

#topimage .text h2 span:nth-child(10){
	transition-delay:0.8s;
	/* font-size:3.1vw; */
}

#topimage .text h2 span:nth-child(11){
	transition-delay:0.88s;
}

#topimage .text h2 span:nth-child(12){
	transition-delay:0.96s;
}

#topimage .text h2 span:nth-child(13){
	transition-delay:1.04s;
}

#topimage .text h2 span:nth-child(14){
	transition-delay:1.12s;
}

#topimage .text h2 span:nth-child(15){
	transition-delay:1.2s;
}

#topimage .text h2 span:nth-child(16){
	transition-delay:1.28s;
	/* font-size:3.1vw; */
}

#topimage .text h2 span:nth-child(17){
	transition-delay:1.36s;
}

#topimage .text h2 span:nth-child(18){
	transition-delay:1.44s;
}

#topimage .text h2 span:nth-child(19){
	transition-delay:1.52s;
	/* font-size:3.1vw; */
}
#topimage .text h2 span:nth-child(20){
	transition-delay:1.6s;
	/* font-size:3.1vw; */
}

#topimage .text h2 span.s{
	font-size:3.1vw;
}

#topimage .text p{
	margin-top:1vw;
	font-size: 1vw;
	color:#505050;
	font-weight:500;
	opacity:0;
	transition-delay:2s;
	transition-duration:2;
}

#topimage .text p{
	opacity:1;
	
}

#topimage .image{
	text-align:right;
	margin-left: 3vw;
	margin-right: 4vw;
	width: 50%;
}

#en #topimage .image{
	width:40%;
}

#topimage .image img{
	width:100%;
	opacity:0;
	transition:opacity 3s ease;
	transition-delay:2.5s;
}

#topimage .image img{
	opacity:1;
}

#index-event-kouza{
	padding: 10vw 6vw;
	text-align:center;
	background:var(--blue-color);
	color:#fff;
}

	#index-event-kouza h2{
		font-weight:bold;
		font-size:2rem;
	}

#index-event-kouza p{
	margin:20px 0px;
}

#index-event-kouza a{
	margin:auto;
	background:var(--accent-color);
	  position:relative;
  display:block;
  width: 260px;
  padding: 12px 0px;
  border-radius:100px;
  text-align:center;
  color:#fff;
  font-weight:bold;
  transition:background 0.2s,top 0.8s,opacity 0.8s ease-out;
}

#index-event section{
	display:flex;
	justify-content:center;
	max-width:1680px;
	margin:auto;
	padding:0 20px;
}

#index-event section .box{
	margin:0 20px;
}

#index-event section .box p{
	font-weight:900;
}

#index-event section .box{
  top:60px;
  transition:all 0.8s ease-out;
  opacity:0;
  filter:blur(6px);
}

#index-event section .box{
  top:0;
  opacity:1;
  filter:blur(0px);
	transition-delay:2.2s;
	transition-duration:1.2s;
}

#index-event.on section .box:nth-child(2){
	transition-delay:2.7s;
}

#index-event.on section .box:nth-child(3){
	transition-delay:3.2s;
}

.heading{
	text-align:center;
}

.heading h2{
	font-size:4rem;
}

.heading p{
	font-size:1.5rem;
	font-weight:bold;
}

#index-about{
	padding:200px 60px;
}

#en #index-about{
	padding:0px 60px;
}

#index-about section{
	display:flex;
	justify-content:center;
	align-items:center;
	max-width:1180px;
	margin:100px auto;
}

#index-about section .main{
	min-width:550px;
}


#index-about section h3{
	margin:40px 0;
	padding-bottom:20px;
	font-size:2rem;
	font-weight:900;
	line-height:1.4;
	
}



#index-about section p{
	margin-left:60px;
	line-height:2;
}

#index-about .images{
	display:flex;
	justify-content:center;
	align-items: flex-start;
	margin:0 40px;
	max-width:1680px;
	margin:auto;
}

#index-about .images .box{
	aspect-ratio:16/9;
	margin:0 40px;
}

#index-about .images .box:nth-child(1){
	margin-top:200px;
}

#index-about .images .box img{
	border:10px solid var(--blue-color);
	border-bottom:10px solid var(--accent-color);
}

#index-news{
	display:flex;
	justify-content:center;
	padding:200px 60px;
	background:#F3F3F4;
}

#index-news .heading{
	text-align:left;
	margin-right:160px;
}

#index-news .list{
	width:800px;
}

#index-news .list:before{
	content:"";
	display:block;
	position:absolute;
	top:0px;
	width:100%;
	border-top:4px solid #ccc;
}

#index-news .list:after{
	content:"";
	display:block;
	position:absolute;
	top:0px;
	width:100px;
	border-top:4px solid var(--accent-color);
}

#index-news .list .box{
	padding:60px 0px;
}

#index-news p.date{
	color:#9E9E9E;
}

#index-news h3{
	font-weight:800;
	line-height:1.8;
}

#index-news a.more{
	margin-top:60px;
}

#index-activity{
	padding:200px 60px;
	background:#fff;
}

#index-activity section{
	display:flex;
	align-items:center;
	max-width:1380px;
	margin:auto;
}

#index-activity section .left{
	width:50%;
	padding:100px 0px;
}

#index-activity section .right{
	width:50%;
}

#index-activity section h3{
	font-size: 3.2vw;
	font-weight:900;
	line-height:1.4;
}

#index-activity section .left p{
	color:var(--accent-color);
}

#index-join{
	padding:200px 0px;
	padding-top:0;
	background:#fff;
}

#index-join .heading{
	margin-bottom:100px;
}
#index-join .heading h3{
	margin-top:100px;
	font-size:3rem;
	font-weight:bold;
}

#index-join section{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	
}

#index-join .main{
	/* position:absolute; */
	top:0;
	left:0;
	z-index:5;
	width:100%;
}

#index-join .main .box{
	width: 20%;
	margin:1% 0;
}

#index-join .main img{
	mask-image: url("./images/polygon.svg");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: 84%;
}

#index-join .main .box:hover img{
	 transform:rotateY(360deg); 
}

#index-join .join-bg .image{
	display:block;
	width: 20%;
	margin:1% 0;
	aspect-ratio: 1/1;
	background-image:url("images/polygon-blue.svg");
	background-size: 86%;
	background-repeat:no-repeat;
}

#index-join .join-bg .image:nth-child(odd){
	background-image:url("images/polygon-orange.svg");
}

#index-company{
	padding:200px 60px;
	background:#F3F3F4;
}

#index-company .info{
	display:flex;
	justify-content:center;
	align-items:center;
	margin:100px 0;
}

#index-company .logo img{
	width:300px;
}

#index-company table{
	margin-left:100px;
	border-top: 1px solid #ccc;
}

#index-company td{
	padding:60px 0;
	line-height:1.8;
	vertical-align:top;
	border-bottom: 1px solid #ccc;
}

#index-company td:nth-child(2){
	padding-left:60px;
}

#index-company .members{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin:80px 0;
}

#index-company .members .box{
	width:360px;
	margin:0px 40px;;
}
#index-company .members .name{
	font-weight:bold;
	font-size:1.6rem;
}

#index-company .map{
	display:flex;
	justify-content:center;
}

#index-company .map .box{
	width:500px;
	margin:20px;
}

#index-company .map .box .image{
	aspect-ratio:3/2;
	margin-bottom:20px;
}

#index-company .map .box h4{
	font-size:1.6rem;
	font-weight:900;
}

#index-company .map .box p{
	margin:16px 0;
}

#contact-component{
	padding:10px 60px;
	background:#fff;
}

#contact-component section{
	display:flex;
	justify-content:center;
	align-items:center;
}

#contact-component section h2{
	margin-bottom:20px;
	font-size: 5rem;
	color:var(--blue-color);
}

#contact-component section .text p{
	font-size: 1.6rem;
	font-weight:700;
}

#contact-component .info{
	display:flex;
	align-items:center;
	text-align:center;
	margin-left:100px;
}

#contact-component .info .mail{
	width: 450px;
	aspect-ratio:0.88/1;
	background-image:url("images/polygonbg-blue.svg");
	background-size: 96%;
	background-repeat:no-repeat;
	background-position:center;
}

#contact-component .info .tel{
	left:-40px;
	width:300px;
	aspect-ratio:0.88/1;
	background-image:url("images/polygonbg-orange.svg");
	background-size: 96%;
	background-repeat:no-repeat;
	background-position:center;
}

#contact-component .info .tel a{
	color:#fff;
	font-size: 1.7rem;
	font-weight:900;
}

#contact-component .info p{
	padding-top: 38%;
	font-weight: 900;
	font-size: 1.7rem;
	color:#fff;
}

#contact-component .info .mail a{
	display:flex;
	align-items:center;
	justify-content: space-between;
	width:300px;
	margin:auto;
	margin-top:20px;
	background:#fff;
	border-radius:100px;

}

#en #contact-component .info .mail a{
	/* top: 40%; */
}

#contact-component .info .mail a span.bg{
	display:block;
	width: 3rem;
	height: 3rem;
	margin:10px;
	background:var(--accent-color);
	border-radius:100px;
	background-image:url("images/mail.svg");
	background-size:50%;
	background-repeat:no-repeat;
	background-position:center;
}

#contact-component .info .mail a span.text{
	padding-right: 60px;
	margin: 0px 30px;
	letter-spacing:0.1rem;
	font-weight:900;
}

/*
-------------------
  page
-------------------
*/

#page{

}

/*
-------------------
  about
-------------------
*/

/*
-------------------
  news
-------------------
*/

#index-news.newspage{
	padding-top:300px;
}

/*
-------------------
  single
-------------------
*/

#single{
	padding-top:200px;
}

#single article{
	max-width:1080px;
	margin:auto;
	padding:60px;
	background:#fff;
}

#single p.date{
	 margin: 0px 60px;
	margin-bottom:20px;
}

#single h1{
  padding: 0px 60px;
  margin-bottom:40px;
  font-size: 2.4rem;
  line-height:1.4;
  font-weight: 800;
}

.single-style h2{
  padding: 8px 60px;
  margin:80px 0px;
  font-size:2rem;
  font-weight:600;
  line-height:1.4;
	background-color:var(--blue-color);
  color:#fff;
}


.single-style h3{
  padding: 6px 10px;
  margin:0px 60px;
  margin-top:40px;
  font-size:20px;
  line-height:1.4;
	background-color:var(--accent-color);
	color:#fff;
	 font-weight:600;
}

.single-style h4{

  margin:0px 60px;
  padding: 16px 0px;
  border-bottom: 3px solid var(--accent-color);
	 font-weight:600;
}

.single-style h5{
  margin:0px 60px;
   font-weight:600;
}

.single-style h6{
  position:relative;
  padding:10px 10px;
  margin:0px 60px;
  color:var(--main-bg);
  background:var(--main-color);
}

.single-style img{
  display:block;
  max-height: 600px;
  width:auto;
  margin:auto;
}

.single-style p{
  margin: 80px 0;
  padding: 0 60px;
}

.single-style .has-text-align-left{
  text-align:left;
}

.single-style .has-text-align-center{
  text-align:center;
}

.single-style .has-text-align-right{
  text-align:right;
}

.single-style .wp-block-image{
  margin: 80px 0;
}

.wp-element-caption{
  margin:20px 60px;
  color:#868686;
}


.single-style .wp-block-gallery{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:0;
  padding:10px 0px;
  background:var(--main-color);
  line-height:0;
}

.single-style .wp-block-gallery .wp-block-image{
  width: 48%;
  margin: 0px;
  line-height:0;
}

.single-style .wp-block-gallery .wp-block-image img{
  width:100%;
  line-height:0;
  border:none;
}

.single-style p.date{
  margin:  0px;
}

.single-style a{
  text-decoration:underline;
	word-wrap:break-word;
}

.single-style strong{
  font-weight:bold;
  /* font-size:1.1rem; */
}

.single-style ul{
  margin: 80px 60px;
}

.single-style ul li{
  list-style:disc;
  margin:6px 0;
  margin-left:20px;

}

.single-style ol{
  margin:80px 60px;
}

.single-style ol li{
  list-style:decimal;
  margin:6px 0;
  margin-left:20px;

}

.single-style table{
  margin:60px 60px;
}

.single-style td{
  padding:16px;
  line-height:1.6;
  border:1px solid #000;
}

.single-style iframe{
  width:100%;
  height:500px;;
}

.single-style blockquote{
  margin:0px 60px;
  padding:20px 20px;
  border-left:1px solid #000;
  background:#f6f6f6;
}

.single-style blockquote:before{
  content:"``";
  position:absolute;
  top: 1px;
  left: 10px;
  font-size: 30px;
}

.single-style blockquote p{
  margin:0px;
  padding:0px;
  font-style: italic;
}

.single-style blockquote cite{
  display:block;
  margin-top:20px;
  font-style: italic;
  font-size:0.8rem;
}

.wp-pagenavi{
  margin:80px auto;
  text-align:center;
}

.wp-pagenavi a{
  padding: 15px 20px;
  margin:0px 10px;
  background:var(--accent-color);
  color:#fff;
}


.wp-pagenavi a:hover{
  background:var(--blue-color);
}

.wp-pagenavi span{
  padding:10px 15px;;
  margin:0px 10px;
}

.single-style 
.wp-block-button__link{
	background:var(--accent-color);
	text-decoration:none;
	padding:10px 80px;
	border-bottom:4px solid #b34a00;
}

/*
-------------------
  contact
-------------------
*/

#contact{
	padding-top:200px;
	background:#fff;
}

#contact article{
	max-width:1080px;
	margin:auto;
	padding:60px;
	
}

#contact article h1{
	font-size:3rem;
	padding-bottom:40px;
		font-weight:900;
}

#contact article h1 span{
	margin-left:40px;
	font-weight:500;
}

#contact .wpcf7{
	margin:60px 0;
}

#contact .wpcf7 li{
	margin:40px 0;
}

#contact .wpcf7 li p{
	font-weight:700;
	font-size:1.2rem;
}

#contact .wpcf7 li p .kome{
	color:#dd0000;
	font-size:0.7rem;
}

#contact .wpcf7 p.privacy{
	text-align:center;
}

#contact .wpcf7 p.privacy a{
	margin-left:10px;
	text-decoration:underline;
}

/*
-------------------
  404
-------------------
*/

#page-404{
  padding:200px 40px;
  padding-bottom:10px;
  text-align:center;
}

/*
-------------------
  footer
-------------------
*/

footer{
  background:#3E3A39;
}

footer section{
  padding:80px;  
  display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}

footer section h1 img{
	width: 190px;
	margin-right:60px;
}

footer section ul{
	display:flex;
	justify-content:space-between;
}

footer section ul li{
	margin:0 60px;
}

footer section ul li a{
	color:#fff;
	letter-spacing:0.1rem;
}

footer small{
  display:block;
  padding:10px 0px;
  color:#838383;
  text-align:center;
  font-size:0.7rem;
}


.scrollbutton{
  display:none;
}


/*
-------------------
  tablet style
-------------------
*/
@media screen and (max-width:1100px){

  
}


/*
-------------------
  mobile style
-------------------
*/

@media screen and (max-width:680px){

#parallax{
	transform: rotate(90deg);
	width:100vh;
	background-position:center bottom -150%;
	filter: unset;
	background-size:200%;
}

#parallax.on {
filter: unset;
	background-size:200%;
	transform: rotate(90deg);
	width:100vh;
	background-position:center;
}	
  
#loading img.loading-logo{
  width: 50%;
}

.lang{
	position:fixed;
	bottom:0;
	padding:0
}

	.lang .list-view li{
		padding:0 2vw;
		background:#fff;
	}
		.lang .list-view li a{
			font-size:4vw;
		}
	
#header-pc{
  display:none;
}

#header-mobile{
  display:block;
}

.menu-content ul li a.contact{
	display:flex;
	width:95%;
	margin-left:auto;
	margin-top: 7%;
	padding:0;
	font-weight:900;
}	
a.contact span.text{
	position:absolute;
	width:100%;
	padding-right:0;
	margin:0;
	font-weight:900;
	font-size:4vw;
}	

.wpcf7-list-item-label,
p,a,td,li,input,textarea,figcaption{
  font-size:3.6vw;
  line-height: 1.9;
  letter-spacing:0.1rem;
}    

.heading h2{
	font-size:12vw;
}	

#en #topimage,
#topimage{
	display:block;
	height: auto;
}	

#topimage .text{
	padding-top: 46%;
	margin-bottom:10%;
	width:auto;
	padding-left: 11vw;
}

#en #topimage .text{
	padding-top: 74%;
}

#topimage .text h2 br.m{
display:block;
}	
	
#topimage .text h2 span, #topimage .text h2{
	font-size: 12vw;
	line-height:1.1;
}
#en #topimage .text h2 span, #en #topimage .text h2{
	font-size: 9vw;
	line-height:1.1;
}
	

	
	#topimage .text h2 span:nth-child(7),
	#topimage .text h2 span:nth-child(11),
	#topimage .text h2 span:nth-child(17),
	#topimage .text h2 span:nth-child(21),
	#topimage .text h2 span:nth-child(22)
	{
		font-size: 8vw;
	}

#topimage .text h2 span{
	margin:0 -0.2rem;
}

	#topimage .text p{
		font-size: 2.4vw;
		letter-spacing:0;
	}

#topimage .image{
	position: relative;
	text-align:center;
	width: 77vw;
	margin:0 auto;
	margin-bottom:10%;
}

#en #topimage .image{
	width: 77vw;
}	

#topimage .image img{
	
}	

#index-event-kouza{
	padding: 10vw 6vw;
}
	
#index-event-kouza h2{
	font-size: 8vw;
	text-align:left;
	line-height:1.4;
}
#index-event-kouza p{
	text-align:left;
}
	
	
#index-event section{
	display:block;
	margin-top:12vw;
	padding:0px;
}	

#index-event section .box{
	margin:0px 6vw;
	margin-bottom: 12vw;
}
#index-event section .box p{
	line-height:1.4;
}	

	#en #index-about,
#index-about{
	padding:20vw 6vw;
}	
	
#index-about section{
	display:block;
	margin:20vw 0;
}	

#index-about section .main{
	min-width:unset;
}
	
#index-about section h3{
	font-size:7vw;
	margin-bottom:20vw;
}

#index-about section h3 br{
	display:none;
}	
#index-about section p{
	margin:0;
}
#index-about .images{
	display:block;
	margin:6vw 0;
}

#index-about .images .box{
	width:80%;
	margin:6vw 0;
}	
#index-about .images .box:nth-child(1){
	margin-top:unset;
	margin-left:auto;
}	

#index-about .images .box img{
	border-width:5px;
}
	
#index-news{
	display:block;
	padding:20vw 6vw;
}
#index-news .heading{
	margin:0;
	text-align:center;
}
	
#index-news .list{
	width:auto;
	margin-top:16vw;
}

#index-news .list .box{
	padding:10vw 0;
}	

#index-news h3{
	line-height: 0;
}	
#index-news h3 a{
	line-height:1.4;
	font-size:4vw;
}
	
#index-activity{
	padding:20vw 6vw;
}

#index-activity .heading{
	margin-bottom:10vw;
}
	
#index-activity section{
	display:block;
	padding-bottom:6vw;
	margin-bottom:20vw;
}	
#index-activity section .left{
	width:auto;
	padding:8vw 0;
}	
#index-activity section .right{
	width:auto;
}
#index-activity section h3{
	font-size: 6vw;
}

#index-activity section h3 br{
	/* display:none; */
}	
#index-join{
	padding:0vw 0;
	padding-bottom:20vw;
}
	
#index-join .main .box{
	width: 49%;
}	
#index-join .main img{
	mask-size: 82%;
}	

#index-join section{
	justify-content:flex-start;
}	

#index-join .join-bg .image{
	width: 49%;
}	

#index-company{
	padding:20vw 6vw;
}	
	
#index-company .info{
	display:block;
	margin:20vw 0;
	text-align:center;
}

#index-company .logo img{
	width: 70%;
}	

#index-company table{
	width:100%;
	margin:0;
	margin-top:10vw;
}
#index-company td{
	display:block;
	padding:6vw;
}

	#index-company td:nth-child(1){
		padding:0;
		font-weight:900;
	}

#index-company td:nth-child(2){
	padding-left:unset;
	text-align:left;
}	

#index-company .members .box{
	margin:20px 0;
}	
	
#index-company .map{
	display:block;
}

	

	#index-company .map .box{
		width:auto;
		margin:0;
		margin-bottom:20vw;
	}

	#contact-component{
		padding:20vw 6vw;
	}

	#contact-component section .text p{
		font-size:5vw;
	}
	
	#contact-component section{
		display:block;
	}

	#contact-component section .text{
		text-align:center;
	}

	#contact-component section h2{
		font-size: 12vw;
	}

	#contact-component .info{
		display:block;
		margin:0;
	}

	#contact-component .info .mail{
		width: auto;
	}

	#contact-component .info p{
		font-size:5vw;
		padding-top: 27%;
	}
	#contact-component .info .mail a span.text{
		padding:0;
		position:absolute;
		text-align:center;
		width:80%;
	}
	
	#contact-component .info .mail a{
		width: 86%;
	}

	#contact-component .info .tel{
		width: 80%;
		margin:auto;
		margin-top:-20%;
		left:unset;
	}

		#contact-component .info .tel p{
			padding-top:40%;
		}

	#contact-component .info .tel a{
		font-size:7vw;
	}
#index-news.newspage{
	padding-top:40vw;
}

#single{
	padding:20vw 0;
	padding-top:30vw;
}	

#single article{
	padding:0;
}	
#single p.date{
	margin-inline:6vw;
}	
	
#single h1{
	padding-inline:6vw;
	font-size: 6vw;
}


.single-style h2{
  padding: 2vw 6vw;
  margin:10vw 0px;
  font-size:7vw;
}  
.single-style h3{
  padding: 1vw 2vw;
  margin:0px 6vw;
}  

.single-style h4{
  padding-left: 2vw;
  padding-right:0px;
  margin:0px;
  margin-top:10vw;
  margin-left:6vw;
}  

.single-style h5{
  padding-left: 0vw;
  padding-right:0px;
  margin:0px;
  margin-top:10vw;
  margin-left:6vw;
} 

.single-style h6{
  padding:2vw 3vw;
  margin:0px;
  margin-top:10vw;
  margin-left:6vw;
}     
  .single-style p{
    padding:0px 6vw;
  }

.single-style ul li{
  margin-left:0px;
	padding-right:6vw;
}


  
  .single-style ol li{
  margin-left:0px;
padding-right:6vw;
}
  
.wp-element-caption{
  margin:6vw;
}  
  
.single-style ul{
  padding-left:10vw;
  padding-right:0px;
  margin:10vw 0px;
}  

  .single-style ol{
  padding-left:10vw;
  padding-right:0px;
  margin:10vw 0px;
}  

.single-style iframe{
  width:100%;
  height:50vw;
}

  
.single-style blockquote{
  margin:10vw 0px;
  margin-left:6vw;
  padding:6vw;
}  

.single-style table{
  margin:10vw 0px;
  margin-left:6vw;
}

#contact{
	padding-top:40vw;
}	
#contact article{
	padding:0 6vw;
}	
#contact article h1{
	font-size: 8vw;

}	

#contact article h1 span{
	display:block;
	margin:0;
	margin-top:6vw;
	font-size:3.6vw;
}	

input[type="submit"]{
	width:100%;
	padding:2vw;
}	
#contact .wpcf7 li:last-child{
	margin-bottom:0;
}	
    
  .scrollbutton{
    display:block;
    position:fixed;
    z-index: 70;
    bottom: -15%;
    width:100%;
  }
  
.scrollbutton a{ 
  display:block;
  width:90%;
  height:auto;
  padding: 6vw 10vw;
  margin:auto;
  background:var(--red-color);
  border-radius:100px;
  color:#fff;
  font-weight:900;
  text-align:center;
}

  .scrollbutton.active{
    bottom:1%;
  }  

footer section{
	display:block;
	padding:20vw 6vw;
	text-align:center;
}	

footer section ul{
	display:block;
	margin-top:20vw;
}	

footer section ul li{
	margin:10vw auto;
	text-align:center;
}	

}

/*
-------------------
  print style
-------------------
*/
  
@media print {
 body{
   width:1080px;
 }
}









/*
-------------------
  global-styles-inline-css
-------------------
*/



body{
--wp--preset--color--black: #000000;
--wp--preset--color--cyan-bluish-gray: #abb8c3;
--wp--preset--color--white: #ffffff;
--wp--preset--color--pale-pink: #f78da7;
--wp--preset--color--vivid-red: #cf2e2e;
--wp--preset--color--luminous-vivid-orange: #ff6900;
--wp--preset--color--luminous-vivid-amber: #fcb900;
--wp--preset--color--light-green-cyan: #7bdcb5;
--wp--preset--color--vivid-green-cyan: #00d084;
--wp--preset--color--pale-cyan-blue: #8ed1fc;
--wp--preset--color--vivid-cyan-blue: #0693e3;
--wp--preset--color--vivid-purple: #9b51e0;
--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);
--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);
--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);
--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);
-wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);
--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);
--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);
--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);
--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);
--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);
--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
--wp--preset--duotone--midnight: url('#wp-duotone-midnight');
--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
--wp--preset--font-size--small: 13px;
--wp--preset--font-size--medium: 20px;
--wp--preset--font-size--large: 36px;
--wp--preset--font-size--x-large: 42px;

}

.has-black-color{
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color{
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
                           }
  .has-white-color{
    color: var(--wp--preset--color--white) !important;
  }
  .has-pale-pink-color{
    color: var(--wp--preset--color--pale-pink) !important;
  }
  .has-vivid-red-color{
    color: var(--wp--preset--color--vivid-red) !important;
  }
  .has-luminous-vivid-orange-color{
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
  }
  .has-luminous-vivid-amber-color{
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
  }
  .has-light-green-cyan-color{
    color: var(--wp--preset--color--light-green-cyan) !important;
  }
  .has-vivid-green-cyan-color{
    color: var(--wp--preset--color--vivid-green-cyan) !important;
  }
  .has-pale-cyan-blue-color{
    color: var(--wp--preset--color--pale-cyan-blue) !important;
  }
  .has-vivid-cyan-blue-color{
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
  }
  .has-vivid-purple-color{
    color: var(--wp--preset--color--vivid-purple) !important;
  }
  .has-black-background-color{
    background-color: var(--wp--preset--color--black) !important;
  }
  .has-cyan-bluish-gray-background-color{
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
  }
  .has-white-background-color{
    background-color: var(--wp--preset--color--white) !important;
  }
  .has-pale-pink-background-color{
    background-color: var(--wp--preset--color--pale-pink) !important;
  }
  .has-vivid-red-background-color{
    background-color: var(--wp--preset--color--vivid-red) !important;
  }
  .has-luminous-vivid-orange-background-color{
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
  }
  .has-luminous-vivid-amber-background-color{
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
  }
  .has-light-green-cyan-background-color{
    background-color: var(--wp--preset--color--light-green-cyan) !important;
  }
  .has-vivid-green-cyan-background-color{
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
  }
  .has-pale-cyan-blue-background-color{
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
  }
  .has-vivid-cyan-blue-background-color{
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
  }
  .has-vivid-purple-background-color{
    background-color: var(--wp--preset--color--vivid-purple) !important;
  }
  .has-black-border-color{
    border-color: var(--wp--preset--color--black) !important;}
  .has-cyan-bluish-gray-border-color{
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
  }
  .has-white-border-color{
    border-color: var(--wp--preset--color--white) !important;
  }
  .has-pale-pink-border-color{
    border-color: var(--wp--preset--color--pale-pink) !important;
  }
  .has-vivid-red-border-color{
    border-color: var(--wp--preset--color--vivid-red) !important;
  }
  .has-luminous-vivid-orange-border-color{
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
  }
  .has-luminous-vivid-amber-border-color{
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
  }
  .has-light-green-cyan-border-color{
    border-color: var(--wp--preset--color--light-green-cyan) !important;
  }
  .has-vivid-green-cyan-border-color{
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
  }
  .has-pale-cyan-blue-border-color{
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
  }
  .has-vivid-cyan-blue-border-color{
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
  }
  .has-vivid-purple-border-color{
    border-color: var(--wp--preset--color--vivid-purple) !important;
  }
  .has-vivid-cyan-blue-to-vivid-purple-gradient-background{
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
  }
  .has-light-green-cyan-to-vivid-green-cyan-gradient-background{
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
  }
  .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
  }
  .has-luminous-vivid-orange-to-vivid-red-gradient-background{
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
  }
  .has-very-light-gray-to-cyan-bluish-gray-gradient-background{
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
  }
  .has-cool-to-warm-spectrum-gradient-background{
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
  }
  .has-blush-light-purple-gradient-background{
    background: var(--wp--preset--gradient--blush-light-purple) !important;
  }
  .has-blush-bordeaux-gradient-background{
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
  }
  .has-luminous-dusk-gradient-background{
    background: var(--wp--preset--gradient--luminous-dusk) !important;
  }
  .has-pale-ocean-gradient-background{
    background: var(--wp--preset--gradient--pale-ocean) !important;
  }
  .has-electric-grass-gradient-background{
    background: var(--wp--preset--gradient--electric-grass) !important;
  }
  .has-midnight-gradient-background{
    background: var(--wp--preset--gradient--midnight) !important;
  }
  .has-small-font-size{
    font-size: var(--wp--preset--font-size--small) !important;
  }
  .has-medium-font-size{
    font-size: var(--wp--preset--font-size--medium) !important;
  }
  .has-large-font-size{
    font-size: var(--wp--preset--font-size--large) !important;
  }
  .has-x-large-font-size{
    font-size: var(--wp--preset--font-size--x-large) !important;
  }

  