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

/*
**  ===================================================================
**  各種設定：var,reset,base-font,break-point
**  ===================================================================
*/
/**
 * Foundation
**/
/*
**  ===================================================================
**  foundation CSS ※サイト全体に共通のスタイル
**  ===================================================================
*/
/*!
     * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
     * http://cssreset.com
     * Copyright 2012 Yahoo! Inc. All rights reserved.
     * http://yuilibrary.com/license/
     */
/*
        TODO will need to remove settings on HTML since we can't namespace it.
        TODO with the prefix, should I group by selector or property for weight savings?
    */
html {
	color: #414141;
	background: #fff;
}

/*
        TODO remove settings on BODY since we can't namespace it.
    */
/*
        TODO test putting a class on HEAD.
            - Fails on FF.
    */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

/*
        TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
    */
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: "";
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
	color: #414141;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
	display: none;
}

html {
	font-size: 100%;
	line-height: 1.7;
	font-family: "AvenirLTPro-Roman", sans-serif;
	font-size: 16px;
	letter-spacing: 0;
	color: #414141;
	overflow: auto;
	opacity: 1;
}

a {
	transition: opacity 0.3s;
	text-transform: none;
	color: #666;
}
a:hover {
	opacity: 0.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
	font-family: "AvenirLTPro-Roman";
	line-height: 1.5;
}

h1 {
	font-size: 44px;
}

h2 {
	font-size: 38px;
	margin-bottom: 48px;
}
@media only screen and (max-width: 480px) {
	h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

h3 {
	font-size: 32px;
	margin-bottom: 24px;
}
@media only screen and (max-width: 480px) {
	h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

h4 {
	font-size: 24px;
	margin-bottom: 24px;
}
@media only screen and (max-width: 480px) {
	h4 {
		font-size: 16px;
		margin-bottom: 20px;
	}
}

h5 {
	font-size: 16px;
	margin-bottom: 24px;
}
@media only screen and (max-width: 480px) {
	h5 {
		font-size: 16px;
		margin-bottom: 20px;
	}
}

h6 {
	font-size: 16px;
	margin-bottom: 24px;
}
@media only screen and (max-width: 480px) {
	h6 {
		font-size: 16px;
		margin-bottom: 20px;
	}
}

p {
	font-family: "AvenirLTPro-Light";
}
p.justify {
	text-align: justify;
}
p .has-small-font-size {
	font-size: 13px;
	line-height: 28px;
}

#fontplus-trial-banner {
	display: none !important;
}

html.jp {
	font-family: "TsukuGoPr5-R-AvenirNextLTPro-Regular", sans-serif;
}
html.jp h1,
html.jp h2,
html.jp h3,
html.jp h4,
html.jp h5,
html.jp h6,
html.jp b,
html.jp strong {
	font-family: "TsukuGoPro-B-AvenirNextLTPro-Medium", sans-serif;
}
html.jp p {
	font-family: "TsukuGoPr5-R-AvenirNextLTPro-Regular", sans-serif;
}

body.post-type-archive-post header,
body.single-post header,
body.category header,
body.tag header,
body.page-template-page-policy-php header,
body.page-template-page-ir header,
body:has(.page-desing-contact) header,
body:has(#archive) header,
body:has(#document) header {
	border-bottom: 1px solid #666;
}
body.post-type-archive-post header a,
body.single-post header a,
body.category header a,
body.tag header a,
body.page-template-page-policy-php header a,
body.page-template-page-ir header a,
body:has(.page-desing-contact) header a,
body:has(#archive) header a,
body:has(#document) header a {
	color: #666;
}
body.post-type-archive-post header .header_inner .header_logo h1,
body.single-post header .header_inner .header_logo h1,
body.category header .header_inner .header_logo h1,
body.tag header .header_inner .header_logo h1,
body.page-template-page-policy-php header .header_inner .header_logo h1,
body.page-template-page-ir header .header_inner .header_logo h1,
body:has(.page-desing-contact) header .header_inner .header_logo h1,
body:has(#archive) header .header_inner .header_logo h1,
body:has(#document) header .header_inner .header_logo h1 {
	background: url("../images/synspective_logo_h_light.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
body.post-type-archive-post header .header_inner .contact_btns label,
body.single-post header .header_inner .contact_btns label,
body.category header .header_inner .contact_btns label,
body.tag header .header_inner .contact_btns label,
body.page-template-page-policy-php header .header_inner .contact_btns label,
body.page-template-page-ir header .header_inner .contact_btns label,
body:has(.page-desing-contact) header .header_inner .contact_btns label,
body:has(#archive) header .header_inner .contact_btns label,
body:has(#document) header .header_inner .contact_btns label {
	border: 1px solid #666;
	color: #666;
}
body.post-type-archive-post header .header_inner .contact_btns label svg path,
body.single-post header .header_inner .contact_btns label svg path,
body.category header .header_inner .contact_btns label svg path,
body.tag header .header_inner .contact_btns label svg path,
body.page-template-page-policy-php header .header_inner .contact_btns label svg path,
body.page-template-page-ir header .header_inner .contact_btns label svg path,
body:has(.page-desing-contact) header .header_inner .contact_btns label svg path,
body:has(#archive) header .header_inner .contact_btns label svg path,
body:has(#document) header .header_inner .contact_btns label svg path {
	fill: #666;
}
body.post-type-archive-post header .header_inner .nav_top .language a:after,
body.single-post header .header_inner .nav_top .language a:after,
body.category header .header_inner .nav_top .language a:after,
body.tag header .header_inner .nav_top .language a:after,
body.page-template-page-policy-php header .header_inner .nav_top .language a:after,
body.page-template-page-ir header .header_inner .nav_top .language a:after,
body:has(.page-desing-contact) header .header_inner .nav_top .language a:after,
body:has(#archive) header .header_inner .nav_top .language a:after,
body:has(#document) header .header_inner .nav_top .language a:after {
	content: "";
	width: 1px;
	height: 14px;
	display: block;
	background: #666;
	margin-top: -3px;
}
body.post-type-archive-post header .header_inner .nav_top .language a.jp:after,
body.single-post header .header_inner .nav_top .language a.jp:after,
body.category header .header_inner .nav_top .language a.jp:after,
body.tag header .header_inner .nav_top .language a.jp:after,
body.page-template-page-policy-php header .header_inner .nav_top .language a.jp:after,
body.page-template-page-ir header .header_inner .nav_top .language a.jp:after,
body:has(.page-desing-contact) header .header_inner .nav_top .language a.jp:after,
body:has(#archive) header .header_inner .nav_top .language a.jp:after,
body:has(#document) header .header_inner .nav_top .language a.jp:after {
	display: none;
}
body.post-type-archive-post header .header_inner .navs .menu .sub-menu,
body.single-post header .header_inner .navs .menu .sub-menu,
body.category header .header_inner .navs .menu .sub-menu,
body.tag header .header_inner .navs .menu .sub-menu,
body.page-template-page-policy-php header .header_inner .navs .menu .sub-menu,
body.page-template-page-ir header .header_inner .navs .menu .sub-menu,
body:has(.page-desing-contact) header .header_inner .navs .menu .sub-menu,
body:has(#archive) header .header_inner .navs .menu .sub-menu,
body:has(#document) header .header_inner .navs .menu .sub-menu {
	background: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 960px) {
	body.post-type-archive-post header .menu_btn .desvg line,
	body.single-post header .menu_btn .desvg line,
	body.category header .menu_btn .desvg line,
	body.tag header .menu_btn .desvg line,
	body.page-template-page-policy-php header .menu_btn .desvg line,
	body.page-template-page-ir header .menu_btn .desvg line,
	body:has(.page-desing-contact) header .menu_btn .desvg line,
	body:has(#archive) header .menu_btn .desvg line,
	body:has(#document) header .menu_btn .desvg line {
		stroke: #0a0a14;
	}
}
/*
header {
	position: fixed;
	top: 0;
	left: 0;
	background: none;
	width: 100%;
	z-index: 100;
	padding: 24px 0 20px;
	color: #fff;
	transition: 0.2s;
	transform: translateY(0%);
}
*/
header.back {
	transform: translateY(-100%);
}
@media only screen and (max-width: 960px) {
	header.back {
		transform: translateY(0%);
	}
}
@media only screen and (max-width: 960px) {
	header {
		height: 56px;
		overflow: hidden;
		padding: 8px 0 0;
	}
	header.active {
		height: 100svh;
		overflow: scroll;
		padding: 8px 0 40px;
	}
}
header a {
	color: #fff;
	text-decoration: none;
}
@media only screen and (max-width: 960px) {
	header a {
		color: #292c2d;
		height: auto;
	}
}
header .header_inner {
	max-width: 1440px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 48px;
	display: grid;
	grid-template-columns: repeat(2, auto);
	grid-template-rows: 44px auto;
	grid-column-gap: 0px;
	grid-row-gap: 16px;
}
@media only screen and (max-width: 960px) {
	header .header_inner {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		padding: 0 48px;
		margin-bottom: 104px;
	}
}
@media only screen and (max-width: 480px) {
	header .header_inner {
		padding: 0 20px;
	}
}
header .header_inner .header_logo {
	grid-area: 1/1/2/2;
}
@media only screen and (max-width: 960px) {
	header .header_inner .header_logo {
		order: 1;
	}
}
header .header_inner .header_logo h1 {
	font-size: 10px;
	line-height: 1;
	aspect-ratio: 4382/924;
	height: 42px;
	background: url("../images/synspective_logo_h_dark.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	text-indent: -9999px;
}
@media only screen and (max-width: 960px) {
	header .header_inner .header_logo h1 {
		margin-top: 8px;
		height: 34px;
	}
}
header .header_inner .nav_top {
	grid-area: 1/2/2/3;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
@media only screen and (max-width: 960px) {
	header .header_inner .nav_top {
		order: 3;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		border-top: 1px solid #cdcdcd;
		padding-top: 24px;
		margin-top: 24px;
		width: 100%;
		padding-left: 12px;
	}
}
header .header_inner .nav_top .menu {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	margin-right: 20px;
}
@media only screen and (max-width: 960px) {
	header .header_inner .nav_top .menu {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		margin-top: auto;
		gap: 24px;
	}
}
header .header_inner .nav_top .menu li {
	line-height: 0;
}
header .header_inner .nav_top .menu a {
	font-size: 12px;
	line-height: 18px;
}
@media only screen and (max-width: 960px) {
	header .header_inner .nav_top .menu a {
		font-size: 16px;
	}
}
header .header_inner .nav_top .language {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
}
@media only screen and (max-width: 960px) {
	header .header_inner .nav_top .language {
		margin-top: 36px;
	}
}
header .header_inner .nav_top .language a {
	font-size: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	line-height: 18px;
}
@media only screen and (max-width: 960px) {
	header .header_inner .nav_top .language a {
		font-size: 16px;
	}
}
header .header_inner .nav_top .language a:after {
	content: "";
	width: 1px;
	height: 14px;
	display: block;
	background: #fff;
	margin-top: -3px;
}
header .header_inner .nav_top .language a.jp:after {
	display: none;
}
header .header_inner .navs {
	grid-area: 2/1/3/2;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 2px;
}
@media only screen and (max-width: 960px) {
	header .header_inner .navs {
		order: 2;
		flex-direction: column;
		align-items: flex-start;
		border-top: 1px solid #cdcdcd;
		padding-top: 24px;
		margin-top: 24px;
		width: 100%;
	}
}
header .header_inner .navs .menu-menu-1-container {
	height: 100%;
}
header .header_inner .navs .menu {
	display: flex;
	justify-content: flex-start;
	gap: 64px;
	height: 100%;
}
@media only screen and (max-width: 1090px) {
	header .header_inner .navs .menu {
		gap: 32px;
	}
}
@media only screen and (max-width: 960px) {
	header .header_inner .navs .menu {
		flex-direction: column;
		gap: 20px;
	}
}
header .header_inner .navs .menu .current-menu-item {
	display: flex;
	align-items: center;
}
header .header_inner .navs .menu .menu-item-type-custom {
	display: flex;
	align-items: center;
}
header .header_inner .navs .menu .menu-item-object-page {
	display: flex;
	align-items: center;
}
header .header_inner .navs .menu .menu-item-has-children {
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 960px) {
	header .header_inner .navs .menu .menu-item-has-children {
		display: block;
	}
}
header .header_inner .navs .menu .sub-menu {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 40px;
	left: -16px;
	width: 326px;
	padding: 14px 18px 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
	pointer-events: none;
	background: rgba(41, 44, 45, 0.9);
}
@media only screen and (max-width: 960px) {
	header .header_inner .navs .menu .sub-menu {
		pointer-events: all;
		opacity: 1;
		width: 100%;
		position: static;
		margin-top: 0px;
		padding: 0 0 0 42px;
		height: 0px;
		overflow: hidden;
		background: none;
	}
}
@media only screen and (max-width: 960px) {
	header .header_inner .navs .menu .sub-menu li {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
	}
}
header .header_inner .navs .menu .sub-menu li a {
	font-size: 16px;
}
@media only screen and (max-width: 960px) {
	header .header_inner .navs .menu .sub-menu li a {
		margin-left: 12px;
	}
}
@media only screen and (max-width: 960px) {
	header .header_inner .navs .menu .sub-menu li:before {
		content: "";
		width: 12px;
		height: 24px;
		display: block;
		background: url("../images/sub_menu_line.svg");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
}
header .header_inner .navs .menu .menu-item {
	position: relative;
}
header .header_inner .navs .menu .menu-item .sp_toggle_btn {
	display: none;
}
@media only screen and (max-width: 960px) {
	header .header_inner .navs .menu .menu-item .sp_toggle_btn {
		display: block;
		background: url("../images/nav_arrow.svg");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		width: 16px;
		height: 16px;
		position: absolute;
		top: 4px;
		left: 8px;
	}
}
header .header_inner .navs .menu .menu-item a {
	font-size: 20px;
}
@media only screen and (max-width: 960px) {
	header .header_inner .navs .menu .menu-item a {
		font-size: 16px;
		margin-left: 32px;
	}
}
header .header_inner .navs .menu .menu-item:hover .sub-menu {
	opacity: 1;
	pointer-events: all;
}
header .header_inner .navs .menu .menu-item.open .sub-menu {
	margin-top: 24px;
	height: auto;
}
header .header_inner .contact_btns {
	grid-area: 2/2/3/3;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
@media only screen and (max-width: 960px) {
	header .header_inner .contact_btns.pc {
		visibility: hidden;
		pointer-events: none;
		display: none;
	}
}
header .header_inner .contact_btns.sp {
	visibility: hidden;
	pointer-events: none;
}
@media only screen and (max-width: 960px) {
	header .header_inner .contact_btns.sp {
		visibility: visible;
		pointer-events: all;
		display: inline-flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		padding: 8px 16px 5px;
		border: 1px solid #292c2d;
		margin-left: 12px;
	}
}
@media only screen and (max-width: 960px) {
	header .header_inner .contact_btns {
		order: 4;
		justify-content: flex-start;
		margin-top: 24px;
	}
}
header .header_inner .contact_btns label {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 8px 16px 5px;
	border: 1px solid #fff;
	cursor: pointer;
}
@media only screen and (max-width: 960px) {
	header .header_inner .contact_btns label {
		border: 1px solid #292c2d;
		color: #292c2d;
	}
}
header .header_inner .contact_btns label svg {
	margin-top: -3px;
}
header .header_inner .contact_btns label svg path {
	fill: #fff;
}
@media only screen and (max-width: 960px) {
	header .header_inner .contact_btns label svg path {
		fill: #292c2d;
	}
}
header .header_inner .contact_btns input {
	display: none;
}
header .header_inner .contact_btns .drawer {
	position: fixed;
	top: 0px;
	right: 0;
	width: 100%;
	transition: transform 0.5s;
	height: 100vh;
	overflow: scroll;
	pointer-events: none;
	visibility: hidden;
}
header .header_inner .contact_btns .drawer iframe {
	position: absolute;
	top: 0;
	right: 0;
	transform: translateX(100%);
	transition: transform 0.5s;
	z-index: 2;
	max-width: 800px;
	height: 100%;
}
header .header_inner .contact_btns:has(input:checked) .drawer {
	pointer-events: all;
	visibility: visible;
}
header .header_inner .contact_btns:has(input:checked) .drawer iframe {
	transform: translateX(0%);
}
header .header_inner .contact_btns:has(input:checked) .drawer:after {
	content: "";
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
header.black {
	background: #0a0a14;
}
header.black a {
	color: #fff !important;
}
@media only screen and (max-width: 960px) {
	header.black a {
		color: #292c2d !important;
	}
}
header.black .header_inner .header_logo h1 {
	background: url("../images/synspective_logo_h_dark.svg") !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center !important;
}
header.black .header_inner .navs .menu .sub-menu {
	background: #292c2d !important;
}
@media only screen and (max-width: 960px) {
	header.black .header_inner .navs .menu .sub-menu {
		background: #fff !important;
	}
}
header.black .header_inner .language a:after {
	background: #fff;
}
@media only screen and (max-width: 960px) {
	header.black .header_inner .language a:after {
		background: #292c2d;
	}
}
header.black .header_inner .contact_btns label {
	border: 1px solid #fff;
	color: #fff !important;
}
header.black .header_inner .contact_btns label svg path {
	fill: #fff !important;
}
@media only screen and (max-width: 960px) {
	header.black .header_inner .contact_btns label svg path {
		fill: #292c2d;
	}
}
header.black .header_inner .contact_btns a {
	border: 1px solid #fff !important;
}
@media only screen and (max-width: 960px) {
	header.black .header_inner .contact_btns a {
		border: 1px solid #000;
	}
}
@media only screen and (max-width: 960px) {
	header.black.active .header_inner .header_logo svg path {
		fill: #292c2d !important;
	}
}
@media only screen and (max-width: 960px) {
	header.black .menu_btn .desvg line {
		stroke: #fff !important;
	}
}
header .menu_btn {
	display: none;
}
@media only screen and (max-width: 960px) {
	header .menu_btn {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 24px;
		position: absolute;
		right: 48px;
		top: 20px;
	}
	header .menu_btn .desvg line {
		stroke: #fff;
	}
}
@media only screen and (max-width: 480px) {
	header .menu_btn {
		right: 20px;
	}
}
header .menu_close {
	display: none;
}
@media only screen and (max-width: 960px) {
	header .menu_close {
		display: none;
		position: absolute;
		right: 16px;
		top: 20px;
	}
	header .menu_close .desvg line {
		stroke: #292c2d;
	}
}

header.active {
	background: #fff;
}
@media only screen and (max-width: 960px) {
	header.active .menu_btn {
		display: none;
	}
}
@media only screen and (max-width: 960px) {
	header.active .menu_close {
		display: block;
	}
}
@media only screen and (max-width: 960px) {
	header.active .header_inner .header_logo svg path {
		fill: #292c2d !important;
	}
}

html:has(#contact_drawer:checked) {
	overflow: hidden;
	height: 100%;
}

.page-desing-contact {
	padding-top: 120px;
}

#loader-bg {
	display: none;
	position: fixed;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #1b1f53;
	z-index: 1000;
}

#loader {
	display: none;
	width: calc(var(--fluidPx) * 200);
	height: auto;
	text-align: center;
	color: #fff;
	z-index: 1002;
}

#loader svg {
	fill: #fff;
}

body.admin-bar header {
	top: 32px;
}

html.jp header .header_inner .contact_btns label {
	padding: 6px 16px 8px;
}
html.jp header .header_inner .contact_btns label svg {
	margin-top: 0;
}
html.jp header .header_inner .navs {
	margin-top: 0;
}
html.jp header .header_inner .navs .menu .sub-menu {
	top: 44px;
}
@media only screen and (max-width: 960px) {
	html.jp header .header_inner .navs .menu .menu-item .sp_toggle_btn {
		top: 6px;
	}
	html.jp header .header_inner .navs .menu .sub-menu li a {
		margin-top: -4px;
	}
}

body.page-template-page-ir header {
	border-bottom: none;
}

footer#footer {
	max-width: 1440px;
	padding: 32px 48px 0;
	margin: 0 auto;
	box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
	footer#footer {
		padding: 20px 20px 0;
	}
}
footer#footer .footer_top {
	border-top: 1px solid #a6acb1;
	padding-top: 144px;
	width: 100%;
	box-sizing: border-box;
	margin: 80px auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 48px;
	position: relative;
}
@media only screen and (max-width: 748px) {
	footer#footer .footer_top {
		gap: 20px;
		padding-top: 96px;
		margin: 48px auto;
	}
}
footer#footer .footer_top a {
	font-size: 16px;
	line-height: 36px;
	text-decoration: none;
	color: #666;
	font-family: "AvenirLTPro-Light";
}
footer#footer .footer_top .menu-item {
	max-width: calc(25% - 36px);
	min-width: 300px;
	width: 100%;
	margin-bottom: 32px;
}
@media only screen and (max-width: 1440px) {
	footer#footer .footer_top .menu-item {
		max-width: calc(33% - 36px);
	}
}
@media only screen and (max-width: 1090px) {
	footer#footer .footer_top .menu-item {
		max-width: calc(50% - 36px);
	}
}
@media only screen and (max-width: 748px) {
	footer#footer .footer_top .menu-item {
		max-width: 100%;
	}
}
footer#footer .footer_top #sns {
	max-width: calc(25% - 36px);
	min-width: 300px;
}
footer#footer .footer_top #sns .sns_inner {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: flex-start;
}
footer#footer .footer_top .sub-menu {
	border-top: 1px solid #cdcdcd;
	padding-top: 16px;
}
footer#footer .footer_top .sub-menu .menu-item {
	width: 100%;
	max-width: 100%;
	margin-bottom: 0;
	line-height: 32px;
	margin-bottom: 12px;
}
footer#footer .footer_top .sub-menu .menu-item a {
	line-height: 2;
}
footer#footer .footer_bottom {
	border-top: 1px solid #cdcdcd;
	width: 100%;
	padding: 32px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
}
@media only screen and (max-width: 748px) {
	footer#footer .footer_bottom {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
}
footer#footer .footer_bottom .menu-poricy-container {
	padding-right: 32px;
}
footer#footer .footer_bottom .menu-poricy-container ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 32px;
}
@media only screen and (max-width: 748px) {
	footer#footer .footer_bottom .menu-poricy-container ul {
		flex-direction: column;
		gap: 12px;
		align-items: flex-start;
		justify-content: flex-start;
		margin-bottom: 24px;
	}
}

#mainvisual {
	margin-top: 0;
	aspect-ratio: 1440/784;
	margin-left: calc((100vw - 100%) / 2 * -1);
	margin-right: calc((100vw - 100%) / 2 * -1);
	min-height: 784px;
	max-width: calc(var(--vw) * 100);
}
@media only screen and (max-width: 480px) {
	#mainvisual {
		height: 100svh;
		min-height: auto;
		aspect-ratio: auto;
	}
}
#mainvisual .slide {
	background-size: cover;
	background-position: center;
	width: 100%;
	max-width: 100%;
	height: 100%;
	min-height: 520px;
	box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
	#mainvisual .slide {
		height: 100svh;
		min-height: auto;
		aspect-ratio: auto;
	}
}
#mainvisual .slide .slide_inner {
	max-width: 1440px;
	width: 100%;
	height: 100%;
	padding: 0 48px;
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}
@media only screen and (max-width: 768px) {
	#mainvisual .slide .slide_inner {
		flex-direction: column;
		justify-content: center;
	}
}
@media only screen and (max-width: 480px) {
	#mainvisual .slide .slide_inner {
		padding: 0;
	}
}
#mainvisual .slide .slide_inner .text_block {
	width: 100%;
}
@media only screen and (max-width: 480px) {
	#mainvisual .slide .slide_inner .text_block {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
}
#mainvisual .slide .slide_inner .text_block h1 {
	color: #fcfcfc;
	font-size: 44px;
	margin-bottom: calc(var(--fluidPx) * 20);
	margin-top: 0px;
	font-weight: 400;
	text-shadow: calc(var(--fluidPx) * 0) calc(var(--fluidPx) * 0) calc(var(--fluidPx) * 4) #1b1f53;
	letter-spacing: 0px;
	line-height: 1.5;
}
@media only screen and (max-width: 480px) {
	#mainvisual .slide .slide_inner .text_block h1 {
		font-size: 32px;
	}
}
#mainvisual .slide .slide_inner .text_block p {
	color: #fcfcfc;
	font-size: 20px;
	line-height: 28px;
	font-family: "AvenirLTPro-Light", "TsukuGoPr5-R-AvenirNextLTPro-Regular";
	text-shadow: calc(var(--fluidPx) * 0) calc(var(--fluidPx) * 0) calc(var(--fluidPx) * 4) #1b1f53;
}
#mainvisual .slide .slide_inner .wp-block-buttons {
	margin-bottom: auto;
}
#mainvisual .slide .slide_inner .wp-block-buttons .wp-block-button__link {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	/* margin-right: 36px; */
	margin-bottom: 20px;
}
#mainvisual .slide .slide_inner .wp-block-buttons .wp-block-button__link:after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 18px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 20' fill='none' %3E%3Cline y1='9.5' x2='22' y2='9.5' stroke='%23fff'/%3E%3Cpath d='M14.4272 1L22.2127 9.90158L14.4272 18.8037' stroke='%23fff'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center !important;
	margin-top: -3px;
}
#mainvisual .slide figure {
	position: absolute;
	font-size: 12px;
	color: #fff;
	bottom: 20px;
	right: 20px;
	z-index: 2;
}
#mainvisual .slide .video {
	width: 100%;
	height: 100%;
}
#mainvisual .slide .video .slide-video {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#mainvisual .slick-list {
	height: 100%;
}
#mainvisual .slick-list .slick-track {
	height: 100%;
}
#mainvisual .slick-next {
	z-index: 5;
	right: 40px;
	z-index: 5;
	width: 24px;
	height: auto;
	aspect-ratio: 47/83;
}
@media only screen and (max-width: 1280px) {
	#mainvisual .slick-next {
		right: 16px;
	}
}
@media only screen and (max-width: 768px) {
	#mainvisual .slick-next {
		right: 8px;
		width: 16px;
	}
}
#mainvisual .slick-next:before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("../images/mav_arrow.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: none;
}
#mainvisual .slick-prev {
	z-index: 5;
	left: 40px;
	width: 24px;
	height: auto;
	aspect-ratio: 47/83;
}
@media only screen and (max-width: 1280px) {
	#mainvisual .slick-prev {
		left: 16px;
	}
}
@media only screen and (max-width: 768px) {
	#mainvisual .slick-prev {
		left: 8px;
		width: 16px;
	}
}
#mainvisual .slick-prev:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url("../images/mav_arrow.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: none;
	transform: rotate(180deg);
}
#mainvisual .slick-dots {
	bottom: calc(var(--fluidPx) * 24);
}
#mainvisual .slick-dots li {
	position: relative;
	width: 24px;
	height: 24px;
	background: transparent;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
	z-index: 1;
}
#mainvisual .slick-dots li.slick-active {
	background: #6fadbd;
}
#mainvisual .slick-dots li.slick-active::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -12px;
	width: 24px;
	height: 24px;
	background: black;
	transform-origin: right 12px;
	z-index: 2;
	animation: rotate-circle-left 15s linear forwards;
}
#mainvisual .slick-dots li.slick-active::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 12px;
	width: 24px;
	height: 24px;
	background: black;
	transform-origin: left 12px;
	z-index: 3;
	animation: rotate-circle-right 15s linear forwards;
}
#mainvisual .slick-dots li.slick-active button {
	position: absolute;
	background: black !important;
	border-radius: 50%;
	z-index: 4;
}
#mainvisual .slick-dots li.slick-active button:before {
	content: "";
	background: #6fadbd;
	position: absolute;
}
#mainvisual .slick-dots li button {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 20px;
	height: 20px;
	padding-top: 7px;
	background: transparent;
	border-radius: 50%;
	z-index: 4;
}
#mainvisual .slick-dots li button:before {
	content: "";
	width: 10px;
	height: 10px;
	background: transparent;
	border: 2px solid #6fadbd;
	position: absolute;
	box-sizing: border-box;
	top: 5px;
	left: 5px;
	border-radius: 50%;
	z-index: 4;
}
#mainvisual .btn_block {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#mainvisual .btn_block a {
	margin-right: calc(var(--fluidPx) * 48);
}
@keyframes rotate-circle-right {
	0% {
		transform: rotate(0deg);
		background: black;
	}
	50% {
		transform: rotate(180deg);
		background: black;
	}
	50.01% {
		transform: rotate(360deg);
		background: #6fadbd;
	}
	100% {
		transform: rotate(360deg);
		background: #6fadbd;
	}
}
@keyframes rotate-circle-left {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(180deg);
	}
}
.recent_post_block {
	margin-bottom: 96px;
}
.recent_post_block h2 {
	font-size: 36px;
	color: #414141;
}

.post_col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media (max-width: 768px) {
	.post_col {
		gap: 24px;
	}
}
@media (max-width: 480px) {
	.post_col {
		flex-direction: column;
		justify-content: flex-start;
	}
}
.post_col .thumb {
	width: 31%;
	min-width: 0;
}
.post_col .thumb:nth-child(n + 4) {
	margin-top: 48px;
}
@media (max-width: 768px) {
	.post_col .thumb:nth-child(n + 4) {
		margin-top: 0;
	}
}
@media only screen and (max-width: 768px) {
	.post_col .thumb {
		width: calc(50% - 12px);
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 480px) {
	.post_col .thumb {
		width: 100%;
	}
}
.post_col .thumb a {
	text-decoration: none;
}
.post_col .thumb .img {
	aspect-ratio: 416/215;
	overflow: hidden;
	margin-bottom: 14px;
	background: #f9f9f9;
}
.post_col .thumb .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.post_col .thumb .title {
	margin-top: 24px;
	margin-bottom: 14px;
	font-size: 16px;
	color: #191919;
	font-family: "AvenirLTPro-Roman";
}
@media only screen and (max-width: 480px) {
	.post_col .thumb .title {
		margin-top: 20px;
		margin-bottom: 10px;
	}
}
.post_col .thumb .meta {
	font-size: 14px;
	color: #7e7e7e;
	font-family: "AvenirLTPro-Roman";
}

.wp-block-heading {
	padding-top: 48px;
}
@media only screen and (max-width: 480px) {
	.wp-block-heading {
		padding-top: 20px;
	}
}

.wp-block-columns {
	padding: 48px 0;
	margin-bottom: 0 !important;
	gap: 48px;
}
@media only screen and (max-width: 480px) {
	.wp-block-columns {
		padding: 20px 0 40px;
		gap: 0;
	}
}
@media (max-width: 781px) {
	.wp-block-columns.wp-block-columns-is-layout-flex {
		flex-basis: 19% !important;
	}
}
@media (max-width: 480px) {
	.wp-block-columns.wp-block-columns-is-layout-flex {
		flex-basis: 100% !important;
	}
}
@media (max-width: 781px) {
	.wp-block-columns.sp-reverse {
		flex-direction: column-reverse;
	}
}
.wp-block-columns .wp-block-heading {
	padding-top: 0;
}
.wp-block-columns h2:first-child,
.wp-block-columns h3:first-child,
.wp-block-columns h4:first-child,
.wp-block-columns h5:first-child,
.wp-block-columns h6:first-child {
	margin-top: -0.15em;
}
.wp-block-columns h2:first-child.mt-clear,
.wp-block-columns h3:first-child.mt-clear,
.wp-block-columns h4:first-child.mt-clear,
.wp-block-columns h5:first-child.mt-clear,
.wp-block-columns h6:first-child.mt-clear {
	margin-top: 0 !important;
}
@media only screen and (max-width: 480px) {
	.wp-block-columns h2:first-child,
	.wp-block-columns h3:first-child,
	.wp-block-columns h4:first-child,
	.wp-block-columns h5:first-child,
	.wp-block-columns h6:first-child {
		margin-top: 0;
	}
}
@media only screen and (min-width: 480px) {
	.wp-block-columns h2:only-child,
	.wp-block-columns h3:only-child,
	.wp-block-columns h4:only-child,
	.wp-block-columns h5:only-child,
	.wp-block-columns h6:only-child {
		margin-bottom: 0;
	}
}
.wp-block-columns p {
	font-size: 16px;
	color: #666;
	margin-bottom: 24px;
}
@media (max-width: 480px) {
	.wp-block-columns:has(.wp-block-column-is-layout-flow) {
		gap: 0px;
	}
}
.wp-block-columns .wp-block-image {
	padding-bottom: 0px;
}
.wp-block-columns .wp-block-image:has(+ p, + h2, + h3, + h4, + h5, + h6, + figure, + .wp-block-buttons) {
	padding-bottom: 24px;
}
@media (max-width: 480px) {
	.wp-block-columns:has(.wp-block-image) {
		gap: 20px;
	}
}
.wp-block-columns ul.circle {
	list-style: disc;
	padding-left: 1em;
}
.wp-block-columns ul.circle li {
	display: list-item;
	margin-bottom: 0.25em;
}
@media (max-width: 480px) {
	.wp-block-columns.is-not-stacked-on-mobile h2 {
		margin-bottom: 0;
	}
}

.wp-block-video {
	line-height: 0;
}
@media (max-width: 480px) {
	.wp-block-video {
		margin-bottom: 24px;
	}
}
.wp-block-video.video-square {
	aspect-ratio: 1/1;
	overflow: hidden;
}
.wp-block-video.video-square video {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.wp-block-buttons {
	display: flex;
	margin-top: 48px;
	margin-bottom: 0px;
	gap: 36px;
}
@media (max-width: 480px) {
	.wp-block-buttons {
		gap: 24px;
	}
}
.wp-block-buttons:has(+ p, + h2, + h3, + h4, + h5, + h6, + figure) {
	margin-bottom: 48px;
}
.wp-block-buttons a {
	font-size: 16px;
	line-height: 1.5;
}
.wp-block-buttons .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding: 15px 48px 12px;
	border-radius: 0px;
}
@media only screen and (max-width: 768px) {
	.wp-block-buttons .wp-block-button__link {
		padding: 15px 36px 12px;
	}
}
@media only screen and (max-width: 480px) {
	.wp-block-buttons .wp-block-button__link {
		padding: 15px 24px 12px;
	}
}
.wp-block-buttons .wp-block-button__link:after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 18px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 20' fill='none' %3E%3Cline y1='9.5' x2='22' y2='9.5' stroke='%23fff'/%3E%3Cpath d='M14.4272 1L22.2127 9.90158L14.4272 18.8037' stroke='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-top: -3px;
}
.wp-block-buttons .wp-block-button__link.has-background:after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 18px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 20' fill='none' %3E%3Cline y1='9.5' x2='22' y2='9.5' stroke='%23fff'/%3E%3Cpath d='M14.4272 1L22.2127 9.90158L14.4272 18.8037' stroke='%23fff'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center !important;
	margin-top: -3px;
}
.wp-block-buttons .wp-block-button__link:not(.has-black-background-color) {
	color: #666;
	background: none;
	border: 1px solid #666;
}
.wp-block-buttons .wp-block-button__link:not(.has-black-background-color):after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 18px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 20' fill='none' %3E%3Cline y1='9.5' x2='22' y2='9.5' stroke='%23161616'/%3E%3Cpath d='M14.4272 1L22.2127 9.90158L14.4272 18.8037' stroke='%23161616'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-top: -3px;
}

.size-full {
	width: 100%;
}
.size-full img {
	width: 100%;
	height: auto;
}

.wp-block-image {
	padding-bottom: 48px;
	margin-bottom: 0;
}
.wp-block-image.size-full {
	width: 100%;
}
.wp-block-image.size-full img {
	width: 100%;
	height: auto;
}
.wp-block-image .wp-element-caption {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color: #888;
	font-style: oblique;
}
.wp-block-image .wp-element-caption em {
	font-style: oblique;
}
.wp-block-image .wp-element-caption strong {
	font-weight: 400;
}
.wp-block-image.thumb {
	aspect-ratio: 19/12;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.wp-block-image.thumb img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.wp-block-image:has(+ .wp-block-columns) {
	margin-bottom: 0;
}

.wp-block-separator {
	color: #a6acb1;
	margin-bottom: 48px;
	margin-top: 48px;
}

.custom_youtube {
	cursor: pointer;
	margin-bottom: 48px;
}
.custom_youtube img {
	width: 100%;
}

ul.flex-list {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}
ul.flex-list:after {
	content: "";
	width: calc(33.3333333333% - 16px);
	height: 0;
	display: block;
}
ul.flex-list li {
	width: calc(33.3333333333% - 16px);
	margin-bottom: 16px;
}

#page .wp-block-cover.content_cover {
	aspect-ratio: auto !important;
	min-height: auto !important;
	max-height: 100% !important;
	padding: 64px 0 !important;
	height: auto;
}
@media (max-width: 480px) {
	#page .wp-block-cover.content_cover {
		padding: 32px 0 !important;
	}
	#page .wp-block-cover.content_cover .wp-block-cover__inner-container {
		padding: 0 20px;
	}
}

.faq_column {
	max-width: 1100px;
	margin: 0 auto;
	color: #1a2356;
	width: 100%;
}

.qanda_block {
	cursor: pointer;
	margin-bottom: 24px;
}
.qanda_block .question {
	background: #f2f2f2;
	padding: 12px 92px 12px 24px;
	font-size: 20px;
	line-height: 36px;
	font-family: "AvenirLTPro-Roman";
	position: relative;
}
@media (max-width: 480px) {
	.qanda_block .question {
		font-size: 18px;
		line-height: 1.7;
		padding: 10px 36px 10px 10px;
	}
}
.qanda_block .question:after {
	content: "";
	width: 30px;
	height: 16px;
	background-image: url("/files/co/page/faq_arrow.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	position: absolute;
	top: calc(50% - 8px);
	right: 30px;
}
@media (max-width: 480px) {
	.qanda_block .question:after {
		right: 10px;
		width: 15px;
		height: 8px;
		top: calc(50% - 4px);
	}
}
.qanda_block .answer {
	padding: 24px;
	display: none;
	color: #414141;
}
@media (max-width: 480px) {
	.qanda_block .answer {
		padding: 10px;
	}
}
.qanda_block.active .question:after {
	transform: rotate(180deg);
}
.qanda_block.active .answer {
	display: block;
}

.mb-none {
	margin-bottom: 0 !important;
}

.ls-minus {
	letter-spacing: -0.03em;
}

@media only screen and (max-width: 768px) {
	.block-solution-lineup.is-not-stacked-on-mobile.wp-block-columns {
		flex-wrap: wrap !important;
		gap: 24px;
	}
}
@media (max-width: 768px) {
	.block-solution-lineup .wp-block-column {
		width: calc(50% - 12px);
		flex-basis: calc(50% - 12px) !important;
		flex-grow: 0 !important;
	}
}
@media (max-width: 480px) {
	.block-solution-lineup {
		width: 100%;
		flex-direction: column;
		gap: 24px;
	}
	.block-solution-lineup .wp-block-column {
		width: 100%;
	}
	.block-solution-lineup .wp-block-column .wp-block-image img {
		width: 100%;
	}
}

html.jp .wp-block-buttons .wp-block-button__link {
	padding: 15px 48px 15px;
	border-radius: 0px;
}
@media only screen and (max-width: 768px) {
	html.jp .wp-block-buttons .wp-block-button__link {
		padding: 15px 36px 15px;
	}
}
@media only screen and (max-width: 480px) {
	html.jp .wp-block-buttons .wp-block-button__link {
		padding: 15px 24px 15px;
	}
}
html.jp .page-desing-solutions .sec_inner .wp-block-buttons .wp-block-button__link:after {
	margin-top: 0;
}
html.jp #mainvisual .slide .slide_inner .wp-block-buttons .wp-block-button__link:after {
	margin-top: 0;
}

#page {
	margin-top: 0;
}
#page .wp-block-cover {
	aspect-ratio: 1440/784;
	margin-left: calc((100vw - 100%) / 2 * -1);
	margin-right: calc((100vw - 100%) / 2 * -1);
	width: calc(var(--vw) * 100);
	min-height: 784px;
	max-height: 100svh;
	margin-bottom: 64px;
	padding: 0 48px 48px;
}
#page .wp-block-cover.harf-visual {
	min-height: initial;
	aspect-ratio: auto;
	padding-top: 210px;
	padding-bottom: 96px;
}
@media only screen and (max-width: 960px) {
	#page .wp-block-cover.harf-visual {
		padding-top: 128px;
	}
}
@media only screen and (max-width: 480px) {
	#page .wp-block-cover.harf-visual {
		padding-top: 128px;
		height: auto !important;
	}
}
@media only screen and (max-width: 480px) {
	#page .wp-block-cover {
		height: 100svh;
		min-height: auto;
		aspect-ratio: auto;
		padding: 0 20px 20px;
		margin-bottom: 30px;
		box-sizing: border-box;
	}
}
#page .wp-block-cover .wp-block-cover__inner-container {
	max-width: 1344px;
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	color: #fff;
}
@media only screen and (max-width: 480px) {
	#page .wp-block-cover .wp-block-cover__inner-container {
		padding: 0;
		max-width: 100%;
	}
}
#page .wp-block-cover .wp-block-cover__inner-container .page_header {
	margin-top: auto;
	margin-bottom: auto;
}
#page .wp-block-cover .wp-block-cover__inner-container .page_header h1 {
	font-size: 44px;
	line-height: 82px;
	color: #fff;
	letter-spacing: 0;
}
@media only screen and (max-width: 480px) {
	#page .wp-block-cover .wp-block-cover__inner-container .page_header h1 {
		font-size: 36px;
		line-height: 1.5;
	}
}
#page .wp-block-cover .wp-block-cover__inner-container .page_header p {
	line-height: 28px;
	font-family: "AvenirLTPro-Light";
	width: 50%;
}
@media only screen and (max-width: 480px) {
	#page .wp-block-cover .wp-block-cover__inner-container .page_header p {
		width: 100%;
	}
}
#page .wp-block-cover .wp-block-cover__inner-container:has(.wp-block-buttons) .page_header {
	margin-bottom: 0px;
}
#page .wp-block-cover .wp-block-cover__inner-container .wp-block-buttons {
	margin-bottom: auto;
}
#page .wp-block-cover .wp-block-cover__inner-container .wp-block-buttons .wp-block-button__link:not(.has-black-backFground-color) {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 16px;
}
#page .wp-block-cover .wp-block-cover__inner-container .wp-block-buttons .wp-block-button__link:not(.has-black-backFground-color):after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 18px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 20' fill='none' %3E%3Cline y1='9.5' x2='22' y2='9.5' stroke='%23fff'/%3E%3Cpath d='M14.4272 1L22.2127 9.90158L14.4272 18.8037' stroke='%23fff'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center !important;
	margin-top: -3px;
	transform: none !important;
}
#page .solutions_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 390px;
}
#page .solutions_icon figure {
	margin: 0;
}
#page .solutions_icon svg {
	width: 140px;
	height: auto;
}
#page .solutions_icon svg path {
	fill: #fff !important;
}

#companies_slider {
	width: calc(100% - 96px);
	max-width: 1344px;
	margin: 48px auto;
	padding: 48px 0;
	box-sizing: border-box;
	border-top: 1px solid #a6acb1;
}
@media only screen and (max-width: 768px) {
	#companies_slider {
		padding: 48px 0px;
	}
}
@media only screen and (max-width: 480px) {
	#companies_slider {
		width: calc(100% - 40px);
		margin: 20px auto;
		padding: 20px;
	}
}
#companies_slider h2 {
	padding: 0 !important;
}
#companies_slider .col div {
	border: none;
	padding-bottom: 0;
}
#companies_slider img {
	max-width: 100%;
}
#companies_slider .slick-slider {
	width: calc(100% - 50px);
	margin: calc(var(--fluidPx) * 40) auto 0;
}
#companies_slider .slick-slider .slick-prev,
#companies_slider .slick-slider .slick-next {
	width: 24px;
	height: 42px;
}
#companies_slider .slick-slider .slick-prev:before {
	content: "";
	color: #1b1f53;
	width: 24px;
	height: 42px;
	display: block;
	background: url("../images/c_arrow.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
#companies_slider .slick-slider .slick-next:before {
	content: "";
	color: #1b1f53;
	width: 24px;
	height: 42px;
	display: block;
	background: url("../images/c_arrow.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform: rotate(180deg);
}

.sec_inner {
	padding: 0 48px;
	max-width: 1440px;
	margin: 0 auto;
	box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
	.sec_inner {
		padding: 0 20px;
	}
}

.post_articles_links {
	padding: 0 48px;
	max-width: 1440px;
	margin: 0 auto;
	box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
	.post_articles_links {
		padding: 0 20px;
	}
}
.post_articles_links .articles_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.post_articles_links .articles_header h2 {
	margin-bottom: 0;
}
.post_articles_links .articles_header a {
	color: #666;
	text-decoration: underline;
}
.post_articles_links .articles_header a:before {
	content: "-->";
}
.post_articles_links .post_articles_links_inner {
	width: 100%;
	padding: 96px 0 0;
	margin: 32px auto;
	box-sizing: border-box;
	border-top: 1px solid #a6acb1;
}
@media only screen and (max-width: 768px) {
	.post_articles_links .post_articles_links_inner {
		padding: 48px 0 0;
	}
}
.post_articles_links .post_articles_links_inner .col3 {
	margin-top: 48px;
	display: flex;
	justify-content: space-between;
}
@media (max-width: 768px) {
	.post_articles_links .post_articles_links_inner .col3 {
		gap: 24px;
		flex-wrap: wrap;
	}
}
@media only screen and (max-width: 480px) {
	.post_articles_links .post_articles_links_inner .col3 {
		flex-direction: column;
		justify-content: flex-start;
		margin-top: 20px;
	}
}
.post_articles_links .post_articles_links_inner .col3 .thumb {
	width: 31%;
	margin-bottom: 48px;
}
@media only screen and (max-width: 768px) {
	.post_articles_links .post_articles_links_inner .col3 .thumb {
		width: calc(50% - 12px);
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 480px) {
	.post_articles_links .post_articles_links_inner .col3 .thumb {
		width: 100%;
		margin-bottom: 20px;
	}
}
.post_articles_links .post_articles_links_inner .col3 a {
	text-decoration: none;
}
.post_articles_links .post_articles_links_inner .col3 .img {
	overflow: hidden;
	aspect-ratio: 19/12;
	display: flex;
	justify-content: center;
	background: #f9f9f9;
}
.post_articles_links .post_articles_links_inner .col3 .img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.post_articles_links .post_articles_links_inner .col3 .title {
	margin-top: 48px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #191919;
	font-family: "AvenirLTPro-Roman";
}
@media only screen and (max-width: 480px) {
	.post_articles_links .post_articles_links_inner .col3 .title {
		margin-top: 20px;
		margin-bottom: 10px;
	}
}
.post_articles_links .post_articles_links_inner .col3 .meta {
	font-size: 16px;
	color: #7e7e7e;
	font-family: "AvenirLTPro-Roman";
}

.mission_portofolio_wrap .inner {
	margin-top: 80px;
}
@media only screen and (max-width: 480px) {
	.mission_portofolio_wrap .inner {
		margin-top: 40px;
	}
}
.mission_portofolio_wrap .sort h3 {
	color: #121619;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 8px;
}
.mission_portofolio_wrap .sort .portofolio-select-wrapper {
	position: relative;
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 100%;
	max-width: 427px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 80px;
}
@media only screen and (max-width: 480px) {
	.mission_portofolio_wrap .sort .portofolio-select-wrapper {
		margin-bottom: 40px;
	}
}
.mission_portofolio_wrap .sort .portofolio-select-wrapper select {
	display: none;
}
.mission_portofolio_wrap .sort .portofolio-select {
	position: relative;
	display: inline-block;
	width: 100%;
}
.mission_portofolio_wrap .sort .portofolio-select.opened .portofolio-select-trigger {
	background: #0a0a14;
	color: #fff;
}
.mission_portofolio_wrap .sort .portofolio-select-trigger {
	width: 100%;
	position: relative;
	display: block;
	padding: 1.25em 16px 16px 16px;
	font-size: 16px;
	color: #191919;
	background: #fff;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
	border: 1px solid #191919;
	box-sizing: border-box;
}
.mission_portofolio_wrap .sort .portofolio-select-trigger:after {
	position: absolute;
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	top: 50%;
	right: 25px;
	margin-top: -3px;
	border-bottom: 1px solid #191919;
	border-right: 1px solid #191919;
	transform: rotate(45deg) translateY(-50%);
	transition: all 0.4s ease-in-out;
	transform-origin: 50% 0;
}
.mission_portofolio_wrap .sort .portofolio-select.opened .portofolio-select-trigger:after {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	margin-top: 3px;
	transform: rotate(-135deg) translateY(-50%);
}
.mission_portofolio_wrap .sort .custom-options {
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	right: 0;
	min-width: 100%;
	color: #697077;
	border-radius: 0px;
	box-sizing: border-box;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
	background: #fff;
	transition: all 0.4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-15px);
	z-index: 2;
	max-height: 300px;
	overflow-y: auto;
}
.mission_portofolio_wrap .sort .portofolio-select.opened .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(0);
}
.mission_portofolio_wrap .sort .custom-option {
	position: relative;
	display: block;
	border-bottom: 1px solid #191919;
	font-size: 14px;
	color: #191919;
	padding: calc(var(--fluidPx) * 14);
	cursor: pointer;
	transition: all 0.4s ease-in-out;
}
.mission_portofolio_wrap .sort .custom-option:first-of-type {
	border-radius: 4px 4px 0 0;
}
.mission_portofolio_wrap .sort .custom-option:last-of-type {
	border-bottom: 0;
	border-radius: 0 0 4px 4px;
}
.mission_portofolio_wrap .sort .custom-option:hover,
.mission_portofolio_wrap .sort .custom-option.selection {
	background: #0a0a14;
	color: #fff;
}
.mission_portofolio_wrap .block_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 30px;
}
.mission_portofolio_wrap .block_wrap .block {
	max-width: 427px;
	width: calc(33.3333333333% - 20px);
	display: flex;
	flex-direction: column;
}
@media only screen and (max-width: 900px) {
	.mission_portofolio_wrap .block_wrap .block {
		width: calc(50% - 15px);
		max-width: 100%;
	}
}
@media only screen and (max-width: 620px) {
	.mission_portofolio_wrap .block_wrap .block {
		width: 100%;
		max-width: 100%;
	}
}
.mission_portofolio_wrap .block_wrap .block .content {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
}
.mission_portofolio_wrap .block_wrap .block .image {
	width: 100%;
	aspect-ratio: 1/1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
}
.mission_portofolio_wrap .block_wrap .block .image img {
	width: 100%;
	max-width: 346px;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.mission_portofolio_wrap .block_wrap .block .name {
	font-size: 36px;
	margin-top: 30px;
	margin-bottom: 0px;
}
.mission_portofolio_wrap .block_wrap .block .copy {
	font-size: 18px;
	font-weight: normal;
	font-family: "AvenirLTPro-Roman";
}
.mission_portofolio_wrap .block_wrap .block .mission_complete {
	font-size: 10px;
	color: #000;
	background: #f6f6f6;
	width: 117px;
	line-height: 28px;
	font-family: "AvenirLTPro-Roman";
	text-align: center;
	display: block;
	font-weight: 600;
	margin-top: 18px;
	margin-bottom: 8px;
}
.mission_portofolio_wrap .block_wrap .block .date {
	color: #666;
	font-size: 16px;
	font-family: "AvenirLTPro-Light";
	margin-top: auto;
}
.mission_portofolio_wrap .block_wrap .block .launch_vehicles {
	font-size: 16px;
	font-family: "AvenirLTPro-Light";
	margin-bottom: 24px;
}
.mission_portofolio_wrap .block_wrap .block .link01,
.mission_portofolio_wrap .block_wrap .block .link02 {
	background: #231916;
	width: 100%;
	line-height: 54px;
	color: #fff;
	font-size: 16px;
	font-family: "AvenirLTPro-Light";
	text-align: center;
	text-decoration: none;
	display: block;
	margin-bottom: 18px;
}
.mission_portofolio_wrap .block_wrap .block .link03 {
	background: #dcdddd;
	width: 100%;
	line-height: 54px;
	color: #231916;
	font-size: 16px;
	font-family: "AvenirLTPro-Light";
	text-align: center;
	text-decoration: none;
	display: block;
	margin-bottom: 18px;
}
.mission_portofolio_wrap .block_wrap .block .links span.disabled {
	opacity: 0.3;
	pointer-events: none;
	cursor: not-allowed;
}

.news_info {
	display: flex;
	align-items: flex-start;
}
@media only screen and (max-width: 480px) {
	.news_info {
		flex-direction: column;
	}
}
.news_info h2 {
	width: 50%;
	line-height: 1;
}
@media only screen and (max-width: 480px) {
	.news_info h2 {
		width: 100%;
	}
}
.news_info .news_list {
	width: 50%;
}
@media only screen and (max-width: 480px) {
	.news_info .news_list {
		width: 100%;
	}
}
.news_info .news_list dl {
	display: flex;
	align-items: baseline;
	gap: 16px;
}
.news_info .news_list dl dt {
	flex: 0 0 auto;
}
.news_info .news_list dl a {
	text-decoration: none;
}

.satellite_links {
	margin-top: 96px;
	padding: 48px 0;
	box-sizing: border-box;
	border-top: 1px solid #a6acb1;
}
@media only screen and (max-width: 480px) {
	.satellite_links {
		padding: 30px 0;
	}
}
.satellite_links .back_top_top {
	font-size: 24px;
	color: #fff;
	background: #1a2356;
	font-weight: 500;
	width: 340px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 50px auto 50px;
	transition: all 0.3s;
}
.satellite_links .back_top_top:hover {
	opacity: 0.8;
}
.satellite_links .inner {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.satellite_links .inner .links_wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0 36px;
	width: 100%;
}
@media only screen and (max-width: 480px) {
	.satellite_links .inner .links_wrap {
		gap: 10px;
	}
}
.satellite_links .inner .links_wrap:after {
	content: "";
	width: calc(33.3333333333% - 26.6666666667px);
	height: 0;
	display: block;
}
.satellite_links .inner .links_wrap a {
	width: calc(33.3333333333% - 26.6666666667px);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 40px 0;
	position: relative;
	transform: translateY(20px);
	transition: all 1s;
	text-decoration: none;
}
@media only screen and (max-width: 480px) {
	.satellite_links .inner .links_wrap a {
		width: calc(50% - 5px);
		padding: 20px 0;
	}
}
.satellite_links .inner .links_wrap a:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	--x-gradient: linear-gradient(90deg, #1a2356 0 40px, transparent 0 calc(100% - 40px), #1a2356 calc(100% - 40px));
	--y-gradient: linear-gradient(#1a2356 0 40px, transparent 0 calc(100% - 40px), #1a2356 calc(100% - 40px));
	background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
	background-repeat: no-repeat;
	background-size:
		100% 2px,
		2px 100%,
		100% 2px,
		2px 100%;
	background-position: top, right, bottom, left;
	opacity: 0;
	transform: scale(1.04);
	transition: all 0.5s;
}
.satellite_links .inner .links_wrap a .icon {
	margin-bottom: 24px;
}
.satellite_links .inner .links_wrap a .icon img {
	max-height: 75px;
	width: auto;
	transition: all 0.3s;
}
.satellite_links .inner .links_wrap a p {
	font-size: 24px;
	color: #1a2356;
	font-weight: 500;
	margin: 0 !important;
	line-height: 1;
}
@media only screen and (max-width: 480px) {
	.satellite_links .inner .links_wrap a p {
		font-size: 18px;
	}
}
.satellite_links .inner .links_wrap a:hover:before {
	opacity: 1;
	transform: scale(1);
}
.satellite_links .inner .links_wrap a:hover img {
	transform: scale(1.1);
}
.satellite_links .inner .links_wrap a.current {
	pointer-events: none;
	--x-gradient: linear-gradient(90deg, #bbb 0 40px, transparent 0 calc(100% - 40px), #bbb calc(100% - 40px));
	--y-gradient: linear-gradient(#bbb 0 40px, transparent 0 calc(100% - 40px), #bbb calc(100% - 40px));
	background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
	background-repeat: no-repeat;
	background-size:
		100% 2px,
		2px 100%,
		100% 2px,
		2px 100%;
	background-position: top, right, bottom, left;
}
.satellite_links .inner .links_wrap a.current img {
	opacity: 0.4;
}
.satellite_links .inner .links_wrap a.current p {
	color: #bbb;
}

.page-desing-solutions .sec_inner {
	color: #fff;
	background: #0a0a14;
	width: 100%;
	max-width: 100%;
	padding: 0 48px 48px;
}
@media only screen and (max-width: 480px) {
	.page-desing-solutions .sec_inner {
		padding: 0 20px 20px;
	}
}
.page-desing-solutions .sec_inner .post {
	max-width: 1344px;
	width: 100%;
	margin: 0 auto;
}
.page-desing-solutions .sec_inner .solutions-header {
	padding-top: 210px;
	border-bottom: 1px solid #a6acb1;
}
@media only screen and (max-width: 960px) {
	.page-desing-solutions .sec_inner .solutions-header {
		padding-top: 128px;
	}
}
@media only screen and (max-width: 480px) {
	.page-desing-solutions .sec_inner .solutions-header {
		padding-top: 96px;
	}
}
.page-desing-solutions .sec_inner p {
	color: #fff;
}
.page-desing-solutions .sec_inner .wp-block-buttons .wp-block-button__link {
	color: #fff;
	border: 1px solid #fff;
}
.page-desing-solutions .sec_inner .wp-block-buttons .wp-block-button__link:after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 18px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 20' fill='none' %3E%3Cline y1='9.5' x2='22' y2='9.5' stroke='%23fff'/%3E%3Cpath d='M14.4272 1L22.2127 9.90158L14.4272 18.8037' stroke='%23fff'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center !important;
	margin-top: -3px;
}

body:has(.page-desing-solutions) .post_articles_links_inner {
	border-top: none;
	margin-top: 0;
}

.page-desing-satellite-strix .wp-block-cover {
	background: #000;
}
.page-desing-satellite-strix .wp-block-cover img {
	max-width: 1344px;
	width: calc(100% - 96px);
	margin: 0 auto;
	height: auto;
	top: 50%;
	transform: translateY(-50%);
}
@media only screen and (max-width: 480px) {
	.page-desing-satellite-strix .wp-block-cover img {
		width: 100%;
	}
}
.page-desing-satellite-strix .badge .wp-block-image.size-full {
	text-align: center;
}
.page-desing-satellite-strix .badge .wp-block-image.size-full img {
	width: auto;
	max-height: 140px;
}
@media only screen and (max-width: 781px) {
	.page-desing-satellite-strix .badge.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: calc(50% - 24px) !important;
		flex-grow: 0;
	}
}
@media only screen and (max-width: 480px) {
	.page-desing-satellite-strix .badge.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: calc(50% - 10px) !important;
		flex-grow: 0;
	}
}

#page-desing-recruit .wp-block-cover h1 {
	line-height: 52px;
}

.page-desing-recruit#page .wp-block-cover.content_cover.benefits_block {
	padding: 64px 48px !important;
}
@media only screen and (max-width: 480px) {
	.page-desing-recruit#page .wp-block-cover.content_cover.benefits_block {
		padding: 32px 0px !important;
	}
}

.page-desing-press-kit-materials .display-none {
	display: none !important;
}

.page-desing-contact .sec_inner {
	padding: 120px 48px;
}
@media only screen and (max-width: 480px) {
	.page-desing-contact .sec_inner {
		padding: 0 5px;
	}
}
.page-desing-contact .sec_inner .wp-block-columns {
	padding: 20px 15px 20px;
}

#page.policy .sec_inner {
	padding-top: 210px;
}
@media only screen and (max-width: 960px) {
	#page.policy .sec_inner {
		padding-top: 128px;
	}
}
@media only screen and (max-width: 480px) {
	#page.policy .sec_inner {
		padding-top: 96px;
	}
}
#page.policy ul {
	list-style: disc;
	margin-left: 1.5em;
}
#page.policy ol {
	list-style: decimal;
	margin-left: 1em;
	margin-bottom: 1em;
	font-family: "AvenirLTPro-Light";
}
#page.policy ol li {
	margin-bottom: 0.5em;
}
#page.policy ol ul {
	list-style: lower-roman;
	margin-left: 1em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
#page.policy ol ul ul {
	list-style: lower-alpha;
	margin-left: 1em;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
#page.policy ol ol {
	margin-top: 1em;
}
#page.policy ol ol li {
	list-style: upper-roman;
}
#page.policy ol ol li ol {
	margin-top: 1em;
}
#page.policy ol ol li ol li {
	list-style: lower-alpha;
}
#page.policy ol ol li ol li ol li {
	list-style: lower-roman;
}
#page.policy p a {
	word-break: break-all;
}

#page.ir {
	padding-top: 62px;
}
@media only screen and (max-width: 960px) {
	#page.ir {
		padding-top: 128px;
	}
}
@media only screen and (max-width: 480px) {
	#page.ir {
		padding-top: 36px;
	}
}
#page.ir.irtop {
	padding-top: 148px;
}
@media only screen and (max-width: 960px) {
	#page.ir.irtop {
		padding-top: 65px;
	}
}
@media only screen and (max-width: 480px) {
	#page.ir.irtop {
		padding-top: 51px;
	}
}

.archive #archive,
.blog #archive {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	margin-top: calc(var(--fluidPx) * 130);
	box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
	.archive #archive,
	.blog #archive {
		width: 100%;
		box-sizing: border-box;
	}
}
@media only screen and (max-width: 480px) {
	.archive #archive,
	.blog #archive {
		padding: 0 20px;
		margin-top: calc(var(--fluidPx) * 60);
	}
	.archive #archive .sec_inner,
	.blog #archive .sec_inner {
		padding: 0;
	}
}
.archive #archive h1,
.blog #archive h1 {
	font-size: calc(var(--fluidPx) * 46);
	font-family: "AvenirLTPro-Roman", "TsukuGoPro-B-AvenirNextLTPro-Medium";
	margin: calc(var(--fluidPx) * 96) 0;
	padding-top: 96px;
}

@media only screen and (max-width: 480px) {
	.archive #archive h1,
	.blog #archive h1 {
		margin-bottom: calc(var(--fluidPx) * 60);
	}
}
.archive #archive .archive_serach,
.blog #archive .archive_serach {
	margin-bottom: 48px;
}

.archive #archive .archive_serach form,
.blog #archive .archive_serach form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.archive #archive .archive_serach form:after,
.blog #archive .archive_serach form:after {
	content: "";
	width: 31%;
	height: 0px;
	display: block;
}
@media (max-width: 800px) {
	.archive #archive .archive_serach form:after,
	.blog #archive .archive_serach form:after {
		content: "";
		width: calc(50% - 12px);
		height: 0px;
		display: block;
	}
}
@media (max-width: 480px) {
	.archive #archive .archive_serach form:after,
	.blog #archive .archive_serach form:after {
		content: "";
		width: 100%;
		height: 0px;
		display: block;
	}
}

.archive #archive .archive_serach #search-box,
.blog #archive .archive_serach #search-box {
	position: relative;
}
.archive #archive .archive_serach #search-box:after,
.blog #archive .archive_serach #search-box:after {
	content: "";
	width: 31%;
	height: 0;
	display: block;
}

.archive #archive .archive_serach .center,
.blog #archive .archive_serach .center {
	display: inline-block;
	width: 31%;
}
@media (max-width: 800px) {
	.archive #archive .archive_serach .center,
	.blog #archive .archive_serach .center {
		width: calc(50% - 12px);
	}
}
@media (max-width: 480px) {
	.archive #archive .archive_serach .center,
	.blog #archive .archive_serach .center {
		width: 100%;
		margin-bottom: 24px;
	}
}

.archive #archive .archive_serach .center.year_wrap,
.blog #archive .archive_serach .center.year_wrap {
	top: 50%;
	left: 0%;
}

.archive #archive .archive_serach .center.cat_wrap,
.blog #archive .archive_serach .center.cat_wrap {
	top: 50%;
	right: 0%;
}

.archive #archive .archive_serach .custom-select-wrapper,
.blog #archive .archive_serach .custom-select-wrapper {
	position: relative;
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 100%;
}

.archive #archive .archive_serach .custom-select-wrapper select,
.blog #archive .archive_serach .custom-select-wrapper select {
	display: none;
}

.archive #archive .archive_serach .custom-select,
.blog #archive .archive_serach .custom-select {
	position: relative;
	display: inline-block;
	width: 100%;
}

.archive #archive .archive_serach .custom-select.opened,
.blog #archive .archive_serach .custom-select.opened {
	background: #0a0a14;
	color: #fff;
}

.archive #archive .archive_serach .custom-select.opened .custom-select-trigger,
.blog #archive .archive_serach .custom-select.opened .custom-select-trigger {
	color: #fff;
}

.archive #archive .archive_serach .custom-select-trigger,
.blog #archive .archive_serach .custom-select-trigger {
	position: relative;
	display: block;
	width: 100%;
	border: 1px solid #191919;
	padding: calc(var(--fluidPx) * 14);
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	color: #191919;
}

.archive #archive .archive_serach .custom-select-trigger:hover,
.blog #archive .archive_serach .custom-select-trigger:hover {
	background: #0a0a14;
	color: #fff;
}

.archive #archive .archive_serach .custom-select-trigger:hover:after,
.blog #archive .archive_serach .custom-select-trigger:hover:after {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.archive #archive .archive_serach .custom-select-trigger:after,
.blog #archive .archive_serach .custom-select-trigger:after {
	position: absolute;
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	top: 50%;
	right: 25px;
	margin-top: -3px;
	border-bottom: 1px solid #191919;
	border-right: 1px solid #191919;
	transform: rotate(45deg) translateY(-50%);
	transition: all 0.4s ease-in-out;
	transform-origin: 50% 0;
}

.archive #archive .archive_serach .custom-select.opened .custom-select-trigger:after,
.blog #archive .archive_serach .custom-select.opened .custom-select-trigger:after {
	margin-top: 3px;
	transform: rotate(-135deg) translateY(-50%);
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.archive #archive .archive_serach .custom-options,
.blog #archive .archive_serach .custom-options {
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	right: 0;
	min-width: 100%;
	border: 1px solid #191919;
	border-bottom: none;
	box-sizing: border-box;
	margin-top: -1px;
	background: #fff;
	transition: all 0.4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-15px);
}

.archive #archive .archive_serach .custom-select.opened .custom-options,
.blog #archive .archive_serach .custom-select.opened .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(0);
}

.archive #archive .archive_serach .custom-option,
.blog #archive .archive_serach .custom-option {
	position: relative;
	display: block;
	border-bottom: 1px solid #191919;
	font-size: 14px;
	padding: 14px;
	color: #191919;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
}

.archive #archive .archive_serach .custom-option:hover,
.archive #archive .archive_serach .custom-option.selection {
	background: #0a0a14;
	color: #fff;
	transition: all 0.4s ease-in-out;
}

.blog #archive .archive_serach .custom-option:hover,
.blog #archive .archive_serach .custom-option.selection {
	background: #0a0a14;
	color: #fff;
	transition: all 0.4s ease-in-out;
}

.archive .archive_links_inner,
.blog .archive_links_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.archive .archive_links_inner:after,
.blog .archive_links_inner:after {
	content: "";
	width: 31%;
	height: 0;
	display: block;
}

.archive .archive_links_inner .thumb,
.blog .archive_links_inner .thumb {
	width: 31%;
	margin-bottom: 96px;
}
.archive .archive_links_inner .thumb a,
.blog .archive_links_inner .thumb a {
	text-decoration: none;
}

@media only screen and (max-width: 800px) {
	.archive .archive_links_inner .thumb,
	.blog .archive_links_inner .thumb {
		margin-bottom: 48px;
		width: calc(50% - 12px);
	}
}
@media only screen and (max-width: 480px) {
	.archive .archive_links_inner .thumb,
	.blog .archive_links_inner .thumb {
		width: 100%;
	}
}
.archive .archive_links_inner .thumb .img,
.blog .archive_links_inner .thumb .img {
	overflow: hidden;
	aspect-ratio: 19/12;
	display: flex;
	justify-content: center;
	background: #f9f9f9;
}

@media only screen and (max-width: 480px) {
	.archive .archive_links_inner .thumb .img,
	.blog .archive_links_inner .thumb .img {
		aspect-ratio: 19/12;
	}
}
.archive .archive_links_inner .thumb .img img,
.blog .archive_links_inner .thumb .img img {
	transition: all 0.3s;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.archive .archive_links_inner .title,
.blog .archive_links_inner .thumb .title {
	margin-top: 32px;
	margin-bottom: 13px;
	font-size: 16px;
	color: #191919;
	font-family: "AvenirLTPro-Roman", "TsukuGoPro-B-AvenirNextLTPro-Medium";
}
.archive .archive_links_inner .meta,
.blog .archive_links_inner .thumb .meta {
	font-size: 14px;
	color: #7e7e7e;
	font-family: "AvenirLTPro-Roman", "TsukuGoPro-B-AvenirNextLTPro-Medium";
}

.archive .archive_links_inner .thumb:hover .img img,
.blog .archive_links_inner .thumb:hover .img img {
	transform: scale(1.1);
	transition: all 0.3s;
}

.archive .pager,
.blog .pager {
	margin-bottom: 120px;
}

.archive .pager .view-more-button,
.blog .pager .view-more-button {
	background: #0a0a14;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	padding: 14px 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	transition: opacity 0.3s;
	width: 100%;
	box-sizing: content-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	box-sizing: border-box;
}

.archive .pager .view-more-button:hover,
.blog .pager .view-more-button:hover {
	opacity: 0.8;
	transition: opacity 0.3s;
}

.archive .pager .view-more-button:after,
.blog .pager .view-more-button:after {
	content: "+";
	display: block;
	color: #fff;
	font-size: 16px;
	width: 16px;
	height: 16px;
	flex: 0 0 auto;
}

.content-single {
	max-width: 940px;
	margin: 184px auto 96px;
	padding: 0 32px;
	width: 100%;
	box-sizing: border-box;
}
@media (max-width: 782px) {
	.content-single {
		padding: 0 48px;
		margin: 96px auto 0;
	}
}
@media (max-width: 480px) {
	.content-single {
		padding: 0 20px;
	}
}
.content-single .back_link a {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	line-height: 1;
}
.content-single .back_link a:before {
	content: "";
	width: 24px;
	height: 24px;
	display: block;
	background: url("../images/arrow_back.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: -4px;
}
.content-single .post-title {
	font-size: 48px;
	line-height: 1.25;
	font-family: AvenirLTPro-Heavy;
}
.content-single .post-content {
	display: flex;
	align-items: flex-start;
}
@media (max-width: 1160px) {
	.content-single .post-content {
		flex-direction: column;
	}
}
.content-single .post-content .content {
	max-width: 100%;
}
.content-single .post-social-share {
	position: sticky;
	top: 192px;
	margin-right: -94px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	gap: 8px;
	transition: opacity 0.5s;
	opacity: 1;
	width: 94px;
	flex: 0 0 auto;
	padding-top: 4px;
}
@media (max-width: 1160px) {
	.content-single .post-social-share {
		position: static;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
}
.content-single .post-social-share.hidden {
	opacity: 0;
	pointer-events: none;
}
.content-single .post-social-share svg {
	width: 28px;
}
@media (max-width: 782px) {
	.content-single .post-social-share {
		left: 16px;
	}
	.content-single .post-social-share svg {
		width: 16px;
		height: auto;
	}
}
.content-single section {
	margin-top: 0;
}
.content-single section h1,
.content-single section h2,
.content-single section h3,
.content-single section h4,
.content-single section h5,
.content-single section h6,
.content-single section b {
	font-family: AvenirLTPro-Heavy;
}
.content-single section h1 strong,
.content-single section h2 strong,
.content-single section h3 strong,
.content-single section h4 strong,
.content-single section h5 strong,
.content-single section h6 strong,
.content-single section b strong {
	font-family: AvenirLTPro-Heavy;
}
.content-single section h2 {
	font-size: 32px;
	color: #333333;
}
.content-single section h3 {
	font-size: 28px;
	color: #333333;
}
.content-single section p {
	margin-bottom: 32px;
}
.content-single section p img {
	display: block;
	max-width: 100%;
	height: auto;
}
.content-single section p strong {
	color: #333333;
}
.content-single section .wp-caption {
	max-width: 100%;
}
.content-single .back_link {
	margin: 48px 0;
}
.content-single .featured_image {
	width: 100%;
	height: auto;
	margin-bottom: 48px;
}
.content-single .featured_image img {
	width: 100%;
	height: auto;
}
.content-single .post-meta {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 48px;
}
.content-single .post-meta .cat {
	background: #f2f3fe;
	color: #09189a;
	padding: 8px 12px;
	line-height: 1;
}
.content-single .post-title {
	font-size: 42px;
	font-weight: 900;
	color: #222222;
	margin-bottom: 48px;
}
@media (max-width: 782px) {
	.content-single .post-title {
		font-size: 32px;
	}
}
.content-single .tags {
	border-top: 1px solid #cdced2;
	padding: 32px 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
}
.content-single .tags h4 {
	font-weight: 600;
	margin-bottom: 0;
	margin-right: 8px;
}
.content-single .tags ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 16px;
}
.content-single .tags ul li {
	border-bottom: 1px solid #cdced2;
	line-height: 30px;
	padding: 0 4px;
}
.content-single .tags ul li a {
	text-decoration: none;
	color: #666;
}
.content-single .tags ul li a:before {
	content: "#";
}
.content-single .speaker {
	margin-top: 48px;
}
.content-single .speaker .inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 48px;
	margin-bottom: 24px;
}
.content-single .speaker .inner .small {
	font-size: 12px;
	margin-bottom: 0px;
}
.content-single .speaker .inner .name {
	margin-bottom: 16px;
}
.content-single .speaker .inner .officer {
	margin-bottom: 0;
}
.content-single .speaker .inner .img {
	width: 160px;
}
.content-single .speaker .inner .img img {
	width: 100%;
	height: auto;
}

.post_footer {
	max-width: 940px;
	width: 100%;
	margin: 96px auto;
	padding: 48px 32px 96px;
	box-sizing: border-box;
}
@media (max-width: 782px) {
	.post_footer {
		padding: 48px;
		margin: 40px auto 0;
	}
}
@media (max-width: 480px) {
	.post_footer {
		padding: 48px 20px;
	}
}
.post_footer .post_footer_nav {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
@media (max-width: 782px) {
	.post_footer .post_footer_nav {
		flex-direction: column;
		gap: 16px;
	}
}
.post_footer .post_footer_nav div {
	width: calc(50% - 48px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
@media (max-width: 782px) {
	.post_footer .post_footer_nav div {
		width: 100%;
	}
}
.post_footer .post_footer_nav div span {
	font-weight: 600;
	font-size: 14px;
	color: #aaa;
}

/* for event */
.seminar-detail {
	width: 100%;
}
.seminar-detail thead tr {
	border-bottom: 1px solid #cdcdcd;
}
.seminar-detail tbody td {
	padding: 15px 15px 15px 0;
	vertical-align: top;
}
.seminar-detail .detail {
}
.btn .wp-block-button {
	margin-top: 30px;
}
.seminar-detail dl {
	margin-bottom: 50px;
}
.seminar-detail dl dt {
	width: 100%;
	height: auto;
	padding-right: 20px;
	padding-bottom: 10px;
}
.seminar-detail dl dd {
	width: 100%;
}
.seminar-detail dl dd h4 {
	font-size: 21px;
	margin-bottom: 0;
}
.seminar-who {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}
.seminar-who li {
	width: 385px;
	padding: 10px 20px;
	border: 1px solid #cdcdcd;
	border-radius: 12px;
}
.seminar-who li h4 {
	margin-bottom: 0;
}
/*
iframe {
	margin-top: -120px;
}
*/
.wp-element-button {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding: 15px 24px 12px;
	color: #666;
	background: none;
	border: 1px solid #666;
}
.wp-block-button__link:after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 18px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 20' fill='none' %3E%3Cline y1='9.5' x2='22' y2='9.5' stroke='%23161616'/%3E%3Cpath d='M14.4272 1L22.2127 9.90158L14.4272 18.8037' stroke='%23161616'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-top: -3px;
	transform: rotate(90deg);
}
@media screen and (max-width: 480px) {
	.seminar-detail {
		width: 100%;
	}
	.seminar-detail .detail {
		width: 100%;
	}
	.seminar-detail,
	.seminar-detail thead,
	.seminar-detail tbody,
	.seminar-detail th,
	.seminar-detail td,
	.seminar-detail tr {
		display: block;
	}
	.seminar-detail thead {
		display: none;
	}
	.seminar-detail td {
		position: relative;
		width: 100%;
		margin-top: 3rem;
	}
	.seminar-detail td::before {
		content: attr(data-label);
		position: absolute;
		top: -1.5rem;
		width: 96% !important;
		font-weight: 700;
		border-bottom: 1px solid #ccc;
	}
	.seminar-detail dl {
		display: block;
	}
	.seminar-detail dl dt,
	.seminar-detail dl dt img {
		width: 100%;
	}
	.seminar-detail br {
		display: none;
	}
	.seminar-detail iframe {
		margin-top: 0 !important;
	}
}

/*
**  --------------------
**  ここからgallery.css
**  --------------------
*/

#gallery {
	display: block;
}
#gallery .container {
	width: 100%;
	max-width: 1440px;
	padding: 0 48px;
	margin: 96px auto;
	box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
	#gallery .container {
		width: 100%;
		padding: 0 calc(var(--fluidPx) * 18);
		box-sizing: border-box;
	}
}
#gallery .gallery_mainvisual {
	aspect-ratio: 1440/784;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	flex-direction: column;
	overflow: hidden;
	padding: 0 48px;
	min-height: 784px;
	width: 100%;
	box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
	#gallery .gallery_mainvisual {
		height: 100svh;
		min-height: auto;
		aspect-ratio: auto;
		padding: 0 20px 20px;
		margin-bottom: 30px;
		box-sizing: border-box;
	}
}
#gallery .gallery_mainvisual .mainvisual_inner {
	max-width: 1344px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
#gallery .gallery_mainvisual h1 {
	color: #fff;
	margin-top: auto;
}
#gallery .gallery_mainvisual .gallery_button {
	margin-top: 48px;
	width: 100%;
	margin-bottom: auto;
}
#gallery .gallery_mainvisual img {
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#gallery .gallery-block {
	margin-top: 96px;
}
#gallery .gallery-block form {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media only screen and (max-width: 480px) {
	#gallery .gallery-block form {
		flex-direction: column;
	}
}
#gallery .gallery-block form .form_block_wrap {
	width: calc(25% - 16px);
}
@media only screen and (max-width: 480px) {
	#gallery .gallery-block form .form_block_wrap {
		width: 100%;
		margin-bottom: 16px;
	}
}
#gallery .gallery-block form h3 {
	color: #121619;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 8px;
}
#gallery .gallery-block form .gallery-select-wrapper {
	position: relative;
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#gallery .gallery-block form .gallery-select-wrapper select {
	display: none;
}
#gallery .gallery-block form .gallery-select {
	position: relative;
	display: inline-block;
	width: 100%;
}
#gallery .gallery-block form .gallery-select.opened .gallery-select-trigger {
	background: #0a0a14;
	color: #fff;
}
#gallery .gallery-block form .gallery-select-trigger {
	width: 100%;
	position: relative;
	display: block;
	padding: 1.25em 16px 16px 16px;
	font-size: 16px;
	color: #191919;
	background: #fff;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
	border: 1px solid #191919;
	box-sizing: border-box;
}
#gallery .gallery-block form .gallery-select-trigger:after {
	position: absolute;
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	top: 50%;
	right: 25px;
	margin-top: -3px;
	border-bottom: 1px solid #191919;
	border-right: 1px solid #191919;
	transform: rotate(45deg) translateY(-50%);
	transition: all 0.4s ease-in-out;
	transform-origin: 50% 0;
}
#gallery .gallery-block form .gallery-select.opened .gallery-select-trigger:after {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	margin-top: 3px;
	transform: rotate(-135deg) translateY(-50%);
}
#gallery .gallery-block form .custom-options {
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	right: 0;
	min-width: 100%;
	color: #697077;
	border-radius: 0px;
	box-sizing: border-box;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
	background: #fff;
	transition: all 0.4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-15px);
	z-index: 2;
	max-height: 300px;
	overflow-y: auto;
}
#gallery .gallery-block form .gallery-select.opened .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(0);
}
#gallery .gallery-block form .custom-option {
	position: relative;
	display: block;
	border-bottom: 1px solid #191919;
	font-size: 14px;
	color: #191919;
	padding: calc(var(--fluidPx) * 14);
	cursor: pointer;
	transition: all 0.4s ease-in-out;
}
#gallery .gallery-block form .custom-option:first-of-type {
	border-radius: 4px 4px 0 0;
}
#gallery .gallery-block form .custom-option:last-of-type {
	border-bottom: 0;
	border-radius: 0 0 4px 4px;
}
#gallery .gallery-block form .custom-option:hover,
#gallery .gallery-block form .custom-option.selection {
	background: #0a0a14;
	color: #fff;
}
#gallery .gallery-list {
	margin-top: 90px;
}
#gallery .gallery-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#gallery .gallery-list ul:after {
	content: "";
	width: calc(33% - 16px);
	height: 0;
	display: block;
}
#gallery .gallery-list li {
	width: calc(33% - 16px);
	margin-bottom: 40px;
	transition: opacity 0.3s;
}
@media only screen and (max-width: 860px) {
	#gallery .gallery-list li {
		width: calc(50% - 16px);
	}
}
@media only screen and (max-width: 480px) {
	#gallery .gallery-list li {
		width: 100%;
	}
}
#gallery .gallery-list li:hover {
	transition: opacity 0.3s;
	opacity: 0.8;
}
#gallery .gallery-list li a {
	text-decoration: none;
	color: #666;
}
#gallery .gallery-list li .picture {
	width: 100%;
	overflow: hidden;
	aspect-ratio: 400/280;
}
#gallery .gallery-list li img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#gallery .gallery-list li .title {
	margin: 12px 0 10px 0;
	color: #211655;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
#gallery .gallery-list li .data {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	font-size: 13px;
}
#gallery .gallery-list li .data .date {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 30px;
}
#gallery .gallery-list li .data .date img {
	height: 13px;
	width: auto;
}
#gallery .gallery-list li .data .post_date {
	align-self: flex-end;
	font-size: 10px;
	opacity: 0.4;
}
#gallery .gallery-list li .data .mode {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#gallery .gallery-list li .data .mode img {
	height: 18px;
	width: auto;
}

#post-gallery {
	width: 100% !important;
	padding: 0;
	max-width: 100%;
}
#post-gallery.content-single {
	margin: 0 auto 96px;
}
#post-gallery .post-gallery_mainvisual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0;
}
@media only screen and (max-width: 480px) {
	#post-gallery .post-gallery_mainvisual {
		height: 100svh;
		min-height: auto;
		aspect-ratio: auto;
	}
}
#post-gallery .post-gallery_mainvisual h1 {
	position: absolute;
	top: 196px;
	width: 100%;
	max-width: 1440px;
	padding: 0 48px;
	box-sizing: border-box;
	margin: 0 auto;
	z-index: 2;
	color: #fff;
	font-size: 46px;
	text-shadow: calc(var(--fluidPx) * 0) calc(var(--fluidPx) * 0) calc(var(--fluidPx) * 4) #0a0a14;
}
@media only screen and (max-width: 800px) {
	#post-gallery .post-gallery_mainvisual h1 {
		padding: 0 calc(var(--fluidPx) * 62);
	}
}
@media only screen and (max-width: 480px) {
	#post-gallery .post-gallery_mainvisual h1 {
		width: 100%;
		box-sizing: border-box;
		padding: 0 calc(var(--fluidPx) * 18);
	}
}
#post-gallery .post-gallery_mainvisual img {
	width: 100%;
}
@media only screen and (max-width: 480px) {
	#post-gallery .post-gallery_mainvisual img {
		-o-object-fit: cover;
		object-fit: cover;
		height: 100%;
	}
}
#post-gallery .post-gallery_content {
	width: 100%;
	max-width: 1440px;
	padding: 0 48px;
	margin: 0 auto;
	box-sizing: border-box;
}
@media only screen and (max-width: 800px) {
	#post-gallery .post-gallery_content {
		padding: 0 calc(var(--fluidPx) * 62);
	}
}
@media only screen and (max-width: 480px) {
	#post-gallery .post-gallery_content {
		width: 100%;
		box-sizing: border-box;
		padding: 0 calc(var(--fluidPx) * 18);
	}
}
#post-gallery .post-gallery_content .content_detail {
	margin: 74px 0 40px;
}
@media only screen and (max-width: 480px) {
	#post-gallery .post-gallery_content .content_detail {
		margin: 36px 0 20px;
	}
}
#post-gallery .post-gallery_content .data {
	display: flex;
	align-items: center;
	margin-bottom: 90px;
}
@media only screen and (max-width: 960px) {
	#post-gallery .post-gallery_content .data {
		flex-wrap: wrap;
	}
}
@media only screen and (max-width: 480px) {
	#post-gallery .post-gallery_content .data {
		margin-bottom: 40px;
	}
}
#post-gallery .post-gallery_content .data div {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	margin-right: 32px;
}
#post-gallery .post-gallery_content .data div img {
	height: 18px;
	margin-right: 8px;
}
#post-gallery .post-gallery_content .data .country img {
	height: 21px;
}
#post-gallery .post-gallery_content .data .mode img {
	height: 24px;
}
#post-gallery .post-gallery_content .read {
	margin-bottom: 60px;
}
#post-gallery .post-gallery_content .read .note {
	font-size: 14px;
	color: #666;
}
#post-gallery .post-gallery_content .read b {
	font-size: 22px;
}
#post-gallery .post-gallery_content iframe {
	height: 620px;
}

html.jp #gallery .gallery-block form .gallery-select-trigger {
	padding: 16px;
}

/*
**  --------------------
**  ここからcompany_v2.css
**  --------------------
*/

@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&display=swap");
@media only screen and (max-width: 480px) {
	.company_v2 {
		margin-top: 0 !important;
	}
}
.company_v2 img {
	max-width: 100%;
}
.company_v2 h2 {
	font-size: calc(var(--fluidPx) * 40) !important;
}
.company_v2 .company_mainvisual {
	aspect-ratio: 1440/784;
	margin-left: calc((100vw - 100%) / 2 * -1);
	margin-right: calc((100vw - 100%) / 2 * -1);
	width: 100vw;
	min-height: 520px;
	max-height: 100svh;
	margin-bottom: 64px;
	padding: 0 48px;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	background: url("/files/co/page/company_bg_v2.jpg");
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
	.company_v2 .company_mainvisual {
		background: url("/files/co/page/company_bg_v2.jpg");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		aspect-ratio: auto;
		width: 100vw;
		height: 100svh;
		justify-content: center;
		padding: 0 20px 20px;
		box-sizing: border-box;
	}
}
.company_v2 .company_mainvisual video {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 480px) {
	.company_v2 .company_mainvisual video {
		display: none;
	}
}
.company_v2 .company_mainvisual h1 {
	color: #fff;
	font-size: 46px;
	line-height: 82px;
	color: #fff;
	max-width: 1344px;
	box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
}
.company_v2 #mission .text_block_inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 48px;
}
@media only screen and (max-width: 768px) {
	.company_v2 #mission .text_block_inner {
		flex-direction: column;
		gap: 24px;
	}
}
.company_v2 #mission .text_block_inner h2 {
	width: 50%;
}
@media only screen and (max-width: 768px) {
	.company_v2 #mission .text_block_inner h2 {
		width: 100%;
	}
}
.company_v2 #mission .text_block_inner p {
	width: 50%;
}
@media only screen and (max-width: 768px) {
	.company_v2 #mission .text_block_inner p {
		width: 100%;
	}
}
.company_v2 .who_we_are {
	padding: 96px 0;
	position: relative;
	background: #0a0a14;
	margin-left: calc((100vw - 100%) / 2 * -1);
	margin-right: calc((100vw - 100%) / 2 * -1);
	margin-top: 96px;
	width: 100vw;
}
@media only screen and (max-width: 480px) {
	.company_v2 .who_we_are {
		padding: 48px 0;
		box-sizing: border-box;
	}
}
.company_v2 .who_we_are .inner {
	margin: 0 auto;
	position: relative;
	z-index: 2;
	max-width: 1440px;
	width: 100%;
	padding: 0 48px;
	box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
	.company_v2 .who_we_are .inner {
		padding: 0 20px;
	}
}
.company_v2 .who_we_are .inner h2 {
	line-height: 1;
	margin-bottom: 46px !important;
}
.company_v2 .who_we_are h2,
.company_v2 .who_we_are h3,
.company_v2 .who_we_are p {
	color: #fff;
	text-align: left;
	margin: 0 !important;
	padding: 0 !important;
}
.company_v2 .who_we_are .who_we_are_blocks {
	display: flex;
	justify-content: space-between;
	gap: 0 40px;
	margin-top: 120px;
}
@media only screen and (max-width: 768px) {
	.company_v2 .who_we_are .who_we_are_blocks {
		flex-direction: column;
		gap: 40px;
	}
}
.company_v2 .who_we_are .who_we_are_blocks .block {
	position: relative;
	color: #fff;
	width: calc(33% - 26.6666666667px);
	flex: 0 0 auto;
}
@media only screen and (max-width: 768px) {
	.company_v2 .who_we_are .who_we_are_blocks .block {
		width: 100%;
		margin-bottom: 48px;
	}
}
.company_v2 .who_we_are .who_we_are_blocks .block .img {
	width: 120px;
	margin: 0 auto 36px;
}
@media only screen and (max-width: 768px) {
	.company_v2 .who_we_are .who_we_are_blocks .block .img {
		margin: 0 auto;
	}
}
.company_v2 .who_we_are .who_we_are_blocks .block .img svg {
	width: 100%;
}
.company_v2 .who_we_are .who_we_are_blocks .block .img svg path {
	fill: #fff !important;
}
.company_v2 .who_we_are .who_we_are_blocks .block h3 {
	margin-bottom: 32px;
}
.company_v2 .who_we_are .who_we_are_blocks .block p {
	font-size: 16px;
	margin: 64px 0 32px !important;
}
@media only screen and (max-width: 768px) {
	.company_v2 .who_we_are .who_we_are_blocks .block p {
		margin: 48px 0 24px !important;
	}
}
.company_v2 .who_we_are .who_we_are_blocks .block a {
	text-decoration: underline;
	color: #fff;
}
.company_v2 .member_list,
.company_v2 .company_data {
	background: #fcfcfc;
	margin: 0 !important;
	padding: 90px 0 0 0 !important;
}
@media only screen and (max-width: 1120px) {
	.company_v2 .member_list,
	.company_v2 .company_data {
		padding: 40px 16px 0 !important;
	}
}
.company_v2 .member_list .inner,
.company_v2 .company_data .inner {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
@media only screen and (max-width: 1120px) {
	.company_v2 .member_list .inner,
	.company_v2 .company_data .inner {
		flex-direction: column;
	}
}
.company_v2 .member_list .inner h2,
.company_v2 .company_data .inner h2 {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 28px;
}
@media only screen and (max-width: 1120px) {
	.company_v2 .member_list .inner h2,
	.company_v2 .company_data .inner h2 {
		margin-bottom: 24px;
	}
}
.company_v2 .member_list .inner .list,
.company_v2 .company_data .inner .list {
	max-width: 760px;
	flex: 1 0 auto;
}
@media only screen and (max-width: 1120px) {
	.company_v2 .member_list .inner .list,
	.company_v2 .company_data .inner .list {
		width: 100%;
		max-width: 1100px;
	}
}
.company_v2 .member_list .inner .list dl,
.company_v2 .company_data .inner .list dl {
	display: flex;
	align-items: baseline;
	padding: 12px 0;
	border-top: 1px solid #dddddd;
}
.company_v2 .member_list .inner .list dl:last-child,
.company_v2 .company_data .inner .list dl:last-child {
	border-bottom: 1px solid #dddddd;
}
.company_v2 .member_list .inner .list dl dt,
.company_v2 .company_data .inner .list dl dt {
	width: 210px;
	flex: 0 0 auto;
	color: #666;
	font-weight: 600;
}
.company_v2 .member_list .inner .list dl dd,
.company_v2 .company_data .inner .list dl dd {
	color: #666;
}
.company_v2 .members {
	padding: 96px 0 0 0 !important;
	margin: 0 !important;
	border-bottom: 2px solid #a6acb1;
}
.company_v2 .members:first-child {
	border-bottom: none;
}
@media only screen and (max-width: 480) {
	.company_v2 .members {
		padding: 40px 0;
	}
}
.company_v2 .members h2 {
	margin: 0 0 32px 0 !important;
	padding: 0 !important;
}
.company_v2 .ceo {
	max-width: 1440px;
	padding: 0;
	margin: 0 auto 50px auto;
}
.company_v2 .ceo h3 {
	font-size: 26px;
	font-weight: 600;
	color: #414141;
	margin: 0 !important;
	padding: 18px 0;
}
@media only screen and (max-width: 480px) {
	.company_v2 .ceo h3 {
		font-size: 18px !important;
		padding: 18px 0 !important;
	}
}
.company_v2 .ceo .leadership {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
@media only screen and (max-width: 768px) {
	.company_v2 .ceo .leadership {
		flex-direction: column;
	}
}
.company_v2 .ceo .leadership .img {
	aspect-ratio: 1/1;
	overflow: hidden;
	width: 430px;
	flex: 0 0 auto;
}
@media only screen and (max-width: 768px) {
	.company_v2 .ceo .leadership .img {
		width: 100%;
		margin-bottom: 24px;
	}
}
.company_v2 .ceo .leadership .img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.company_v2 .ceo .leadership .profile {
	margin-left: 32px;
}
@media only screen and (max-width: 768px) {
	.company_v2 .ceo .leadership .profile {
		margin-left: 0;
	}
}
@media only screen and (max-width: 480px) {
	.company_v2 .ceo .leadership .profile {
		width: 100%;
	}
}
.company_v2 .ceo .leadership .profile .name {
	font-size: 22px;
	font-weight: 600;
	color: #414141;
	line-height: 1;
	margin-bottom: 12px;
}
.company_v2 .ceo .leadership .profile .job {
	font-size: 16px;
	color: #414141;
	margin-bottom: 18px;
	line-height: 1.4;
}
.company_v2 .ceo .leadership .profile .description {
	padding: 0 !important;
	overflow: hidden;
	display: -webkit-box !important;
	margin-bottom: 0px !important;
}
.company_v2 .modal_wrap {
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	margin-bottom: 48px;
	position: relative;
	overflow: hidden;
	transition: max-height 1s;
}
.company_v2 .modal_wrap h3 {
	font-size: 26px;
	font-weight: 600;
	color: #414141;
	margin: 0 !important;
	padding: 18px 0;
}
@media only screen and (max-width: 480px) {
	.company_v2 .modal_wrap h3 {
		font-size: 18px !important;
		padding: 18px 0 !important;
	}
}
.company_v2 .modal_wrap button {
	position: absolute;
	outline: none;
	width: 42px;
	height: 22.5px;
	right: 24px;
	bottom: 28px;
	border: none;
	cursor: pointer;
	background: none;
	transform: rotate(180deg);
	transition: all 0.3s;
}
@media only screen and (max-width: 480px) {
	.company_v2 .modal_wrap button {
		right: 10px;
		bottom: 24px;
	}
}
.company_v2 .modal_wrap.open {
	max-height: 5000px;
	padding-bottom: 90px;
}
.company_v2 .modal_wrap.open button {
	transform: rotate(0);
}
.company_v2 .modal_wrap .modal_bg {
	width: 100vw;
	height: 100vh;
	display: block;
	background: rgba(10, 10, 20, 0.9);
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
@media only screen and (max-width: 480px) {
	.company_v2 .modal_wrap .modal_bg {
		z-index: 100;
		background: rgba(10, 10, 20, 0.9);
	}
}
.company_v2 .modal_wrap .modal_bg button {
	top: 82px;
	right: calc(10% - 12px);
}
@media only screen and (max-width: 480px) {
	.company_v2 .modal_wrap .modal_bg button {
		right: calc(5% - 12px);
	}
}
.company_v2 .modal_wrap .modal_bg.active {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s;
	pointer-events: auto;
}
.company_v2 .modal_container {
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.company_v2 .modal_container:after {
	content: "";
	display: block;
	height: 0;
	width: calc(33.3333333333% - 21.3333333333px);
}
.company_v2 .modal_container .modal_block {
	width: calc(33.3333333333% - 21.3333333333px);
}
@media only screen and (max-width: 768px) {
	.company_v2 .modal_container .modal_block {
		width: 100%;
	}
}
.company_v2 .modal_container .modal_block .open {
	cursor: pointer;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 48px;
}
@media only screen and (max-width: 768px) {
	.company_v2 .modal_container .modal_block .open {
		display: grid;
		grid-template-columns: auto auto;
		grid-template-rows: auto auto auto;
		grid-column-gap: 24px;
		grid-row-gap: 0px;
		margin-bottom: 24px;
	}
	.company_v2 .modal_container .modal_block .open .img {
		grid-area: 1/1/2/2;
	}
	.company_v2 .modal_container .modal_block .open .profile {
		grid-area: 1/2/2/3;
	}
	.company_v2 .modal_container .modal_block .open .description_sp {
		grid-area: 2/1/3/3;
	}
	.company_v2 .modal_container .modal_block .open .readmore_sp {
		grid-area: 3/1/4/3;
	}
}
@media only screen and (max-width: 480px) {
	.company_v2 .modal_container .modal_block .open {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		margin-bottom: 48px;
	}
}
.company_v2 .modal_container .modal_block .open .img {
	aspect-ratio: 1/1;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}
@media only screen and (max-width: 768px) {
	.company_v2 .modal_container .modal_block .open .img {
		width: 100%;
	}
}
.company_v2 .modal_container .modal_block .open .img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.company_v2 .modal_container .modal_block .open .profile {
	margin-top: 24px;
}
@media only screen and (max-width: 768px) {
	.company_v2 .modal_container .modal_block .open .profile {
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin-top: 0;
	}
}
@media only screen and (max-width: 480px) {
	.company_v2 .modal_container .modal_block .open .profile {
		width: 100%;
		margin-top: 24px;
	}
}
.company_v2 .modal_container .modal_block .open .profile .name {
	font-size: 22px;
	font-weight: 600;
	color: #414141;
	line-height: 1;
	margin: 0 0 12px 0 !important;
}
.company_v2 .modal_container .modal_block .open .profile .job {
	font-size: 16px;
	color: #414141;
	margin-bottom: 18px;
	line-height: 1.4;
}
@media only screen and (max-width: 768px) {
	.company_v2 .modal_container .modal_block .open .profile .job {
		margin: 0 !important;
	}
}
.company_v2 .modal_container .modal_block .open .profile .description {
	padding: 0 !important;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 14px;
	margin-bottom: 24px !important;
}
@media only screen and (max-width: 768px) {
	.company_v2 .modal_container .modal_block .open .profile .description {
		display: none !important;
	}
}
.company_v2 .modal_container .modal_block .open .profile .readmore {
	display: blcok;
	text-decoration: underline;
}
@media only screen and (max-width: 768px) {
	.company_v2 .modal_container .modal_block .open .profile .readmore {
		display: none;
	}
}
.company_v2 .modal_container .modal_block .open .readmore_sp {
	display: none;
	margin: 0 !important;
	text-decoration: underline;
}
@media only screen and (max-width: 768px) {
	.company_v2 .modal_container .modal_block .open .readmore_sp {
		display: block;
	}
}
@media only screen and (max-width: 480px) {
	.company_v2 .modal_container .modal_block .open .readmore_sp {
		margin-top: 16px;
	}
}
.company_v2 .modal_container .modal_block .open .description_sp {
	display: none;
}
@media only screen and (max-width: 768px) {
	.company_v2 .modal_container .modal_block .open .description_sp {
		overflow: hidden;
		display: -webkit-box !important;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		font-size: 14px;
		margin-top: 16px !important;
		margin-bottom: 16px !important;
	}
}
.company_v2 .modal_container .modal {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	display: none;
	height: 70vh;
	width: 80%;
	padding: 32px;
}
.company_v2 .modal_container .modal p {
	padding: 0 !important;
}
.company_v2 .modal_container .modal .img {
	aspect-ratio: 1/1;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	max-width: 50%;
}
@media only screen and (max-width: 768px) {
	.company_v2 .modal_container .modal .img {
		width: 100%;
		max-width: 100%;
	}
}
.company_v2 .modal_container .modal .img .img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.company_v2 .modal_container .modal .profile {
	padding: 0 24px;
}
@media only screen and (max-width: 768px) {
	.company_v2 .modal_container .modal .profile {
		padding: 0;
	}
}
.company_v2 .modal_container .modal .profile .name {
	font-size: 22px;
	font-weight: 600;
	color: #414141;
	line-height: 1;
	margin-bottom: 12px;
}
.company_v2 .modal_container .modal .profile .job {
	font-size: 16px;
	color: #414141;
	margin-bottom: 18px;
	line-height: 1.4;
}
.company_v2 .modal_container .modal .profile .description {
	padding: 0 !important;
	font-size: 14px;
	margin-bottom: 0 !important;
}
.company_v2 .modal_container .modal.active {
	opacity: 1;
	display: flex;
	visibility: visible;
	pointer-events: all;
	position: fixed;
	z-index: 101;
	background: #fff;
	top: 120px;
	left: 10%;
	box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
	.company_v2 .modal_container .modal.active {
		flex-direction: column;
		align-items: center;
		gap: 24px 0;
		width: 90%;
		left: 5%;
		box-sizing: border-box;
		overflow: scroll;
		padding: 16px;
	}
}
.company_v2 .story {
	padding: 0;
	margin-top: 96px;
}
.company_v2 .story .inner {
	margin: 0 auto;
}
.company_v2 .story .inner h2 {
	margin: 0 0 36px 0 !important;
}
.company_v2 .story .inner .story_wrap {
	background: rgba(255, 255, 255, 0.8);
	position: relative;
	padding: 90px 0;
}
@media only screen and (max-width: 480px) {
	.company_v2 .story .inner .story_wrap {
		background: rgba(255, 255, 255, 0.9);
		padding: 32px 0 32px 40px;
	}
}
.company_v2 .story .inner .story_wrap:after {
	content: "";
	width: 3px;
	height: calc(100% - 60px);
	display: block;
	background: #414141;
	position: absolute;
	top: 0;
	left: calc(50% - 1.5px);
}
@media only screen and (max-width: 480px) {
	.company_v2 .story .inner .story_wrap:after {
		left: 10px;
		height: calc(100% - 30px);
	}
}
.company_v2 .story .inner .story_wrap .block {
	position: relative;
}
@media only screen and (max-width: 480px) {
	.company_v2 .story .inner .story_wrap .block {
		margin: 0 0 48px 0 !important;
	}
}
.company_v2 .story .inner .story_wrap .block .date {
	color: #aaa;
}
.company_v2 .story .inner .story_wrap .block h4 {
	padding: 0 !important;
	font-size: 24px !important;
	line-height: 1.5;
	word-break: break-all;
}
@media only screen and (max-width: 480px) {
	.company_v2 .story .inner .story_wrap .block h4 {
		font-size: 18px !important;
	}
}
.company_v2 .story .inner .story_wrap .block p {
	word-break: break-word;
}
.company_v2 .story .inner .story_wrap .block:nth-child(2n) {
	padding-left: calc(50% + 46px);
}
@media only screen and (max-width: 480px) {
	.company_v2 .story .inner .story_wrap .block:nth-child(2n) {
		padding-left: 0;
	}
}
.company_v2 .story .inner .story_wrap .block:nth-child(2n):after {
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 30px;
	background: #414141;
	display: block;
	position: absolute;
	left: calc(50% - 7.5px);
	top: 36px;
}
@media only screen and (max-width: 480px) {
	.company_v2 .story .inner .story_wrap .block:nth-child(2n):after {
		left: -36.5px;
		top: 32px;
	}
}
.company_v2 .story .inner .story_wrap .block:nth-child(2n + 1) {
	padding-right: calc(50% + 46px);
}
@media only screen and (max-width: 480px) {
	.company_v2 .story .inner .story_wrap .block:nth-child(2n + 1) {
		padding-right: 0;
	}
}
.company_v2 .story .inner .story_wrap .block:nth-child(2n + 1):after {
	content: "";
	width: 15px;
	height: 15px;
	background: #414141;
	display: block;
	position: absolute;
	border-radius: 30px;
	right: calc(50% - 7.5px);
	top: 36px;
}
@media only screen and (max-width: 480px) {
	.company_v2 .story .inner .story_wrap .block:nth-child(2n + 1):after {
		left: -36.5px;
		top: 32px;
	}
}
.company_v2 .awards .inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 96px 0;
}
@media only screen and (max-width: 1120px) {
	.company_v2 .awards .inner {
		padding: 100px 0;
	}
}
@media only screen and (max-width: 768px) {
	.company_v2 .awards .inner {
		padding: 40px 0;
	}
}
.company_v2 .awards .inner h2 {
	margin: 0 !important;
	padding: 0 !important;
}
.company_v2 .awards .inner .awards_wrap {
	display: flex;
	align-items: flex-start;
	gap: 0 48px;
}
@media only screen and (max-width: 768px) {
	.company_v2 .awards .inner .awards_wrap {
		flex-direction: column;
		gap: 0 24px;
	}
}
.company_v2 .awards .inner .awards_wrap .text {
	width: 50%;
	flex: 0 0 auto;
}
@media only screen and (max-width: 768px) {
	.company_v2 .awards .inner .awards_wrap .text {
		width: 100%;
		margin-top: 24px;
	}
}
.company_v2 .awards .inner .awards_wrap .list {
	width: 50%;
}
@media only screen and (max-width: 768px) {
	.company_v2 .awards .inner .awards_wrap .list {
		width: 100%;
		margin-top: 24px;
	}
}
.company_v2 .awards .inner .awards_wrap .list ul {
	list-style: disc;
	padding-left: 1em;
}
.company_v2 .awards .inner .awards_wrap .list ul li {
	margin-bottom: 0.25em;
}
.company_v2 .join_us .inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 96px 0;
}
@media only screen and (max-width: 1120px) {
	.company_v2 .join_us .inner {
		padding: 100px 0;
	}
}
@media only screen and (max-width: 768px) {
	.company_v2 .join_us .inner {
		padding: 40px 0;
	}
}
.company_v2 .join_us .inner h2 {
	margin: 0 !important;
	padding: 0 !important;
}
.company_v2 .join_us .inner .join_us_wrap {
	display: flex;
	align-items: flex-start;
	gap: 0 48px;
}
@media only screen and (max-width: 768px) {
	.company_v2 .join_us .inner .join_us_wrap {
		flex-direction: column-reverse;
	}
}
.company_v2 .join_us .inner .join_us_wrap .text {
	width: 50%;
	flex: 0 0 auto;
}
@media only screen and (max-width: 768px) {
	.company_v2 .join_us .inner .join_us_wrap .text {
		width: 100%;
		margin-top: 24px;
	}
}
.company_v2 .join_us .inner .join_us_wrap .image {
	width: 50%;
	aspect-ratio: 72/60;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width: 768px) {
	.company_v2 .join_us .inner .join_us_wrap .image {
		width: 100%;
	}
}
.company_v2 .join_us .inner .join_us_wrap .image img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.company_v2 .stay_connected {
	margin: 0 !important;
}
.company_v2 .stay_connected .inner {
	width: 100%;
	margin: 0 auto;
	padding: 96px 0;
}
@media only screen and (max-width: 1120px) {
	.company_v2 .stay_connected .inner {
		padding: 100px 18px;
	}
}
@media only screen and (max-width: 768px) {
	.company_v2 .stay_connected .inner {
		padding: 0;
	}
}
.company_v2 .stay_connected .inner h2 {
	margin: 0 0 24px 0 !important;
	padding: 0 !important;
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 480px) {
	.company_v2 .stay_connected .inner h2 {
		flex-direction: column;
		align-items: flex-start;
	}
}
.company_v2 .stay_connected .inner h2 span {
	font-size: 16px;
	margin-left: 24px;
}
@media only screen and (max-width: 480px) {
	.company_v2 .stay_connected .inner h2 span {
		margin-left: 0;
		font-size: 14px;
	}
}
.company_v2 .stay_connected .form_container {
	text-align: center;
}
.company_v2 .stay_connected .form_container iframe {
	height: 264px;
}
@media only screen and (max-width: 360px) {
	.company_v2 .stay_connected .form_container iframe {
		height: 304px;
	}
}
.company_v2 #companies h2 {
	padding: 0 !important;
}
@media only screen and (max-width: 480px) {
	.company_v2 #companies .col {
		padding: 0 0px;
	}
}
.company_v2 #companies .col div {
	border: none;
	padding-bottom: 0;
}
.company_v2 #companies .slick-slider {
	width: calc(100% - 50px);
	margin: 40px auto 0;
}
.company_v2 #companies .slick-slider .slick-prev,
.company_v2 #companies .slick-slider .slick-next {
	width: 24px;
	height: 42px;
}
.company_v2 #companies .slick-slider .slick-prev:before {
	content: "";
	color: #1b1f53;
	width: 24px;
	height: 42px;
	display: block;
	background: url("../images/c_arrow.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.company_v2 #companies .slick-slider .slick-next:before {
	content: "";
	color: #1b1f53;
	width: 24px;
	height: 42px;
	display: block;
	background: url("../images/c_arrow.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform: rotate(180deg);
}

button.btn-close,
.btn.btn-close {
	width: 32px;
	height: 32px;
	background: transparent;
	border: none;
	position: absolute;
	display: inline-block;
	padding: 0;
	top: calc(var(--fluidPx) * 46);
	right: calc(var(--fluidPx) * 30);
}

button.btn-close::before,
button.btn-close::after,
.btn.btn-close::before,
.btn.btn-close::after {
	content: "";
	position: absolute;
	height: 2px;
	width: 1.8rem;
	top: 50%;
	left: 50%;
	background: #fcfcfc;
	transition: transform 0.2s ease-out;
	cursor: pointer;
}

button.btn-close::before,
.btn.btn-close::before {
	transform: translateX(-50%) rotate(45deg);
}

button.btn-close::after,
.btn.btn-close::after {
	transform: translateX(-50%) rotate(-45deg);
}

button.btn-close:hover::before,
.btn.btn-close:hover::before {
	transform: translateX(-50%) rotate(225deg);
}

button.btn-close:hover::after,
.btn.btn-close:hover::after {
	transform: translateX(-50%) rotate(135deg);
}

.company button.btn-close,
.company .btn.btn-close {
	background: #191919;
	pointer-events: auto;
}

/*  2025-12-12 アワード追加 */
.awards .inner .awards_wrap .list .seal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 40px;
	padding-top: 20px;
}
.awards .inner .awards_wrap .list .seal img {
	height: 150px;
}
@media only screen and (max-width: 1024px) {
	.awards .inner .awards_wrap .list .seal {
		gap: 20px;
	}
	.awards .inner .awards_wrap .list .seal img {
		height: 120px;
	}
}
@media only screen and (max-width: 768px) {
	.awards .inner .awards_wrap .list .seal {
		gap: 20px;
	}
	.awards .inner .awards_wrap .list .seal img {
		height: 90px;
	}
}

/*
**  --------------------
**  ここからstyle.min.css
**  --------------------
*/

.wp-block-archives {
	box-sizing: border-box;
}

.wp-block-archives-dropdown label {
	display: block;
}

.wp-block-avatar {
	box-sizing: border-box;
}

.wp-block-avatar.aligncenter {
	text-align: center;
}

.wp-block-audio {
	box-sizing: border-box;
}

.wp-block-audio figcaption {
	margin-bottom: 1em;
	margin-top: 0.5em;
}

.wp-block-audio audio {
	min-width: 300px;
	width: 100%;
}

.wp-block-button__link {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	word-break: break-word;
}

.wp-block-button__link.aligncenter {
	text-align: center;
}

.wp-block-button__link.alignright {
	text-align: right;
}

:where(.wp-block-button__link) {
	border-radius: 9999px;
	box-shadow: none;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	text-decoration: none;
}

.wp-block-button[style*="text-decoration"] .wp-block-button__link {
	text-decoration: inherit;
}

.wp-block-buttons > .wp-block-button.has-custom-width {
	max-width: none;
}

.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
	width: 100%;
}

.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
	font-size: inherit;
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
	width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75);
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
	width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5);
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
	width: calc(75% - var(--wp--style--block-gap, 0.5em) * 0.25);
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
	flex-basis: 100%;
	width: 100%;
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {
	width: 25%;
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {
	width: 50%;
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {
	width: 75%;
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
	border-radius: 0;
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
	border-radius: 0 !important;
}

.wp-block-button .wp-block-button__link.is-style-outline,
.wp-block-button.is-style-outline > .wp-block-button__link {
	border: 2px solid;
	padding: 0.667em 1.333em;
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color),
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
	color: currentColor;
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background),
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background) {
	background-color: transparent;
	background-image: none;
}

.wp-block-buttons.is-vertical {
	flex-direction: column;
}

.wp-block-buttons.is-vertical > .wp-block-button:last-child {
	margin-bottom: 0;
}

.wp-block-buttons > .wp-block-button {
	display: inline-block;
	margin: 0;
}

.wp-block-buttons.is-content-justification-left {
	justify-content: flex-start;
}

.wp-block-buttons.is-content-justification-left.is-vertical {
	align-items: flex-start;
}

.wp-block-buttons.is-content-justification-center {
	justify-content: center;
}

.wp-block-buttons.is-content-justification-center.is-vertical {
	align-items: center;
}

.wp-block-buttons.is-content-justification-right {
	justify-content: flex-end;
}

.wp-block-buttons.is-content-justification-right.is-vertical {
	align-items: flex-end;
}

.wp-block-buttons.is-content-justification-space-between {
	justify-content: space-between;
}

.wp-block-buttons.aligncenter {
	text-align: center;
}

.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.wp-block-buttons[style*="text-decoration"] .wp-block-button,
.wp-block-buttons[style*="text-decoration"] .wp-block-button__link {
	text-decoration: inherit;
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
	font-size: inherit;
}

.wp-block-button.aligncenter,
.wp-block-calendar {
	text-align: center;
}

.wp-block-calendar td,
.wp-block-calendar th {
	border: 1px solid;
	padding: 0.25em;
}

.wp-block-calendar th {
	font-weight: 400;
}

.wp-block-calendar caption {
	background-color: inherit;
}

.wp-block-calendar table {
	border-collapse: collapse;
	width: 100%;
}

.wp-block-calendar table:where(:not(.has-text-color)) {
	color: #40464d;
}

.wp-block-calendar table:where(:not(.has-text-color)) td,
.wp-block-calendar table:where(:not(.has-text-color)) th {
	border-color: #ddd;
}

.wp-block-calendar table.has-background th {
	background-color: inherit;
}

.wp-block-calendar table.has-text-color th {
	color: inherit;
}

:where(.wp-block-calendar table:not(.has-background) th) {
	background: #ddd;
}

.wp-block-categories {
	box-sizing: border-box;
}

.wp-block-categories.alignleft {
	margin-right: 2em;
}

.wp-block-categories.alignright {
	margin-left: 2em;
}

.wp-block-code {
	box-sizing: border-box;
}

.wp-block-code code {
	display: block;
	font-family: inherit;
	overflow-wrap: break-word;
	white-space: pre-wrap;
}

.wp-block-columns {
	align-items: normal !important;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap !important;
	margin-bottom: 1.75em;
}

@media (min-width: 782px) {
	.wp-block-columns {
		flex-wrap: nowrap !important;
	}
}

.wp-block-columns.are-vertically-aligned-top {
	align-items: flex-start;
}

.wp-block-columns.are-vertically-aligned-center {
	align-items: center;
}

.wp-block-columns.are-vertically-aligned-bottom {
	align-items: flex-end;
}

@media (max-width: 781px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 100% !important;
	}
}

@media (min-width: 782px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 0;
		flex-grow: 1;
	}

	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*="flex-basis"] {
		flex-grow: 0;
	}
}

.wp-block-columns.is-not-stacked-on-mobile {
	flex-wrap: nowrap !important;
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
	flex-basis: 0;
	flex-grow: 1;
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column[style*="flex-basis"] {
	flex-grow: 0;
}

:where(.wp-block-columns.has-background) {
	padding: 1.25em 2.375em;
}

.wp-block-column {
	flex-grow: 1;
	min-width: 0;
	overflow-wrap: break-word;
	word-break: break-word;
}

.wp-block-column.is-vertically-aligned-top {
	align-self: flex-start;
}

.wp-block-column.is-vertically-aligned-center {
	align-self: center;
}

.wp-block-column.is-vertically-aligned-bottom {
	align-self: flex-end;
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
	width: 100%;
}

.wp-block-post-comments {
	box-sizing: border-box;
}

.wp-block-post-comments .alignleft {
	float: left;
}

.wp-block-post-comments .alignright {
	float: right;
}

.wp-block-post-comments .navigation:after {
	clear: both;
	content: "";
	display: table;
}

.wp-block-post-comments .commentlist {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wp-block-post-comments .commentlist .comment {
	min-height: 2.25em;
	padding-left: 3.25em;
}

.wp-block-post-comments .commentlist .comment p {
	font-size: 1em;
	line-height: 1.8;
	margin: 1em 0;
}

.wp-block-post-comments .commentlist .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wp-block-post-comments .comment-author {
	line-height: 1.5;
}

.wp-block-post-comments .comment-author .avatar {
	border-radius: 1.5em;
	display: block;
	float: left;
	height: 2.5em;
	margin-right: 0.75em;
	margin-top: 0.5em;
	width: 2.5em;
}

.wp-block-post-comments .comment-author cite {
	font-style: normal;
}

.wp-block-post-comments .comment-meta {
	font-size: 0.875em;
	line-height: 1.5;
}

.wp-block-post-comments .comment-meta b {
	font-weight: 400;
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
	display: block;
	margin-bottom: 1em;
	margin-top: 1em;
}

.wp-block-post-comments .comment-body .commentmetadata {
	font-size: 0.875em;
}

.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
	display: block;
	margin-bottom: 0.25em;
}

.wp-block-post-comments .comment-form input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments .comment-form textarea {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.wp-block-post-comments .comment-form-cookies-consent {
	display: flex;
	gap: 0.25em;
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-top: 0.35em;
}

.wp-block-post-comments .comment-reply-title {
	margin-bottom: 0;
}

.wp-block-post-comments .comment-reply-title :where(small) {
	font-size: var(--wp--preset--font-size--medium, smaller);
	margin-left: 0.5em;
}

.wp-block-post-comments .reply {
	font-size: 0.875em;
	margin-bottom: 1.4em;
}

.wp-block-post-comments input:not([type="submit"]),
.wp-block-post-comments textarea {
	border: 1px solid #949494;
	font-family: inherit;
	font-size: 1em;
}

.wp-block-post-comments input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments textarea {
	padding: calc(0.667em + 2px);
}

:where(.wp-block-post-comments input[type="submit"]) {
	border: none;
}

.wp-block-comments-pagination > .wp-block-comments-pagination-next,
.wp-block-comments-pagination > .wp-block-comments-pagination-numbers,
.wp-block-comments-pagination > .wp-block-comments-pagination-previous {
	margin-bottom: 0.5em;
	margin-right: 0.5em;
}

.wp-block-comments-pagination > .wp-block-comments-pagination-next:last-child,
.wp-block-comments-pagination > .wp-block-comments-pagination-numbers:last-child,
.wp-block-comments-pagination > .wp-block-comments-pagination-previous:last-child {
	margin-right: 0;
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
	display: inline-block;
	margin-right: 1ch;
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
	display: inline-block;
	margin-left: 1ch;
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-comments-pagination.aligncenter {
	justify-content: center;
}

.wp-block-comment-template {
	box-sizing: border-box;
	list-style: none;
	margin-bottom: 0;
	max-width: 100%;
	padding: 0;
}

.wp-block-comment-template li {
	clear: both;
}

.wp-block-comment-template ol {
	list-style: none;
	margin-bottom: 0;
	max-width: 100%;
	padding-left: 2rem;
}

.wp-block-comment-template.alignleft {
	float: left;
}

.wp-block-comment-template.aligncenter {
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.wp-block-comment-template.alignright {
	float: right;
}

.wp-block-cover,
.wp-block-cover-image {
	align-items: center;
	background-position: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	min-height: 430px;
	padding: 1em;
	position: relative;
}

.wp-block-cover .has-background-dim:not([class*="-background-color"]),
.wp-block-cover-image .has-background-dim:not([class*="-background-color"]),
.wp-block-cover-image.has-background-dim:not([class*="-background-color"]),
.wp-block-cover.has-background-dim:not([class*="-background-color"]) {
	background-color: #000;
}

.wp-block-cover .has-background-dim.has-background-gradient,
.wp-block-cover-image .has-background-dim.has-background-gradient {
	background-color: transparent;
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
	background-color: inherit;
	content: "";
}

.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before {
	bottom: 0;
	left: 0;
	opacity: 0.5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
	opacity: 0.1;
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
	opacity: 0.2;
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
	opacity: 0.3;
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
	opacity: 0.4;
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
	opacity: 0.5;
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
	opacity: 0.6;
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
	opacity: 0.7;
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
	opacity: 0.8;
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
	opacity: 0.9;
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
	opacity: 1;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
	opacity: 0;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
	opacity: 0.1;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
	opacity: 0.2;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
	opacity: 0.3;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
	opacity: 0.4;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
	opacity: 0.5;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
	opacity: 0.6;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
	opacity: 0.7;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
	opacity: 0.8;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
	opacity: 0.9;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
	opacity: 1;
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	max-width: 420px;
	width: 100%;
}

.wp-block-cover-image:after,
.wp-block-cover:after {
	content: "";
	display: block;
	font-size: 0;
	min-height: inherit;
}

@supports (position: sticky) {
	.wp-block-cover-image:after,
	.wp-block-cover:after {
		content: none;
	}
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	display: flex;
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
	color: #fff;
	width: 100%;
	z-index: 1;
}

.wp-block-cover-image.is-light .wp-block-cover__inner-container,
.wp-block-cover.is-light .wp-block-cover__inner-container {
	color: #000;
}

.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color) {
	color: inherit;
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
	align-items: flex-start;
	justify-content: flex-start;
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
	align-items: flex-start;
	justify-content: center;
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
	align-items: flex-start;
	justify-content: flex-end;
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
	align-items: center;
	justify-content: flex-start;
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
	align-items: center;
	justify-content: center;
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
	align-items: center;
	justify-content: flex-end;
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
	align-items: flex-end;
	justify-content: flex-start;
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
	align-items: flex-end;
	justify-content: center;
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
	align-items: flex-end;
	justify-content: flex-end;
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
	margin: 0;
	width: auto;
}

.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background,
.wp-block-cover-image .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background {
	border: none;
	bottom: 0;
	box-shadow: none;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	outline: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax,
.wp-block-cover__image-background.has-parallax,
video.wp-block-cover__video-background.has-parallax {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

@supports (-webkit-overflow-scrolling: touch) {
	.wp-block-cover-image.has-parallax,
	.wp-block-cover.has-parallax,
	.wp-block-cover__image-background.has-parallax,
	video.wp-block-cover__video-background.has-parallax {
		background-attachment: scroll;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wp-block-cover-image.has-parallax,
	.wp-block-cover.has-parallax,
	.wp-block-cover__image-background.has-parallax,
	video.wp-block-cover__video-background.has-parallax {
		background-attachment: scroll;
	}
}

.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated,
.wp-block-cover__image-background.is-repeated,
video.wp-block-cover__video-background.is-repeated {
	background-repeat: repeat;
	background-size: auto;
}

.wp-block-cover__image-background,
.wp-block-cover__video-background {
	z-index: 0;
}

.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
	color: #fff;
}

.wp-block-cover-image .wp-block-cover.has-left-content {
	justify-content: flex-start;
}

.wp-block-cover-image .wp-block-cover.has-right-content {
	justify-content: flex-end;
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content > h2 {
	margin-left: 0;
	text-align: left;
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content > h2 {
	margin-right: 0;
	text-align: right;
}

.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-image-text,
section.wp-block-cover-image > h2 {
	font-size: 2em;
	line-height: 1.25;
	margin-bottom: 0;
	max-width: 840px;
	padding: 0.44em;
	text-align: center;
	z-index: 1;
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align="left"] > [data-type="core/embed"],
.wp-block[data-align="right"] > [data-type="core/embed"] {
	max-width: 360px;
	width: 100%;
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align="left"] > [data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align="right"] > [data-type="core/embed"] .wp-block-embed__wrapper {
	min-width: 280px;
}

.wp-block-cover .wp-block-embed {
	min-height: 240px;
	min-width: 320px;
}

.wp-block-embed {
	overflow-wrap: break-word;
}

.wp-block-embed figcaption {
	margin-bottom: 1em;
	margin-top: 0.5em;
}

.wp-block-embed iframe {
	max-width: 100%;
}

.wp-block-embed__wrapper {
	position: relative;
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
	content: "";
	display: block;
	padding-top: 50%;
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	padding-top: 42.85%;
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
	padding-top: 50%;
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 56.25%;
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
	padding-top: 75%;
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
	padding-top: 100%;
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
	padding-top: 177.77%;
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
	padding-top: 200%;
}

.wp-block-file {
	margin-bottom: 1.5em;
}

.wp-block-file:not(.wp-element-button) {
	font-size: 0.8em;
}

.wp-block-file.aligncenter {
	text-align: center;
}

.wp-block-file.alignright {
	text-align: right;
}

.wp-block-file * + .wp-block-file__button {
	margin-left: 0.75em;
}

.wp-block-file__embed {
	margin-bottom: 1em;
}

:where(.wp-block-file__button) {
	border-radius: 2em;
	padding: 0.5em 1em;
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
	box-shadow: none;
	color: #fff;
	opacity: 0.85;
	text-decoration: none;
}

.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	margin: 0 1em 1em 0;
	position: relative;
	width: calc(50% - 1em);
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
	margin-right: 0;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
	align-items: flex-end;
	display: flex;
	height: 100%;
	justify-content: flex-start;
	margin: 0;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
	display: block;
	height: auto;
	max-width: 100%;
	width: auto;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	font-size: 0.8em;
	margin: 0;
	max-height: 100%;
	overflow: auto;
	padding: 3em 0.77em 0.7em;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
	display: inline;
}

.blocks-gallery-grid:not(.has-nested-images) figcaption,
.wp-block-gallery:not(.has-nested-images) figcaption {
	flex-grow: 1;
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
	flex: 1;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
	margin-right: 0;
	width: 100%;
}

@media (min-width: 600px) {
	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(33.33333% - 0.66667em);
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(25% - 0.75em);
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(20% - 0.8em);
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(16.66667% - 0.83333em);
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(14.28571% - 0.85714em);
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(12.5% - 0.875em);
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
	.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
	.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
	.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),
	.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
	.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
	.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
	.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
	.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
	.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
	.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
	.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
	.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
	.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
	.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
	.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
	.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
	.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
		margin-right: 0;
	}
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
	margin-right: 0;
}

.blocks-gallery-grid:not(.has-nested-images).alignleft,
.blocks-gallery-grid:not(.has-nested-images).alignright,
.wp-block-gallery:not(.has-nested-images).alignleft,
.wp-block-gallery:not(.has-nested-images).alignright {
	max-width: 420px;
	width: 100%;
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
	justify-content: center;
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
	align-self: flex-start;
}

figure.wp-block-gallery.has-nested-images {
	align-items: normal;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
	margin: 0;
	width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	max-width: 100%;
	position: relative;
}

.wp-block-gallery.has-nested-images figure.wp-block-image > a,
.wp-block-gallery.has-nested-images figure.wp-block-image > div {
	flex-direction: column;
	flex-grow: 1;
	margin: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
	display: block;
	height: auto;
	max-width: 100% !important;
	width: auto;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
	left: 0;
	margin-bottom: 0;
	max-height: 60%;
	overflow: auto;
	padding: 0 8px 8px;
	position: absolute;
	text-align: center;
	width: 100%;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
	display: inline;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
	color: inherit;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
	box-sizing: border-box;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > a,
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > div,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div {
	flex: 1 1 auto;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
	background: none;
	color: inherit;
	flex: initial;
	margin: 0;
	padding: 10px 10px 9px;
	position: relative;
}

.wp-block-gallery.has-nested-images figcaption {
	flex-basis: 100%;
	flex-grow: 1;
	text-align: center;
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
	margin-bottom: auto;
	margin-top: 0;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
	align-self: inherit;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone) {
	display: flex;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
	flex: 1 0 0%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
	width: 100%;
}

@media (min-width: 600px) {
	.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
		width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667);
	}

	.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
		width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * 0.75);
	}

	.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
		width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px) * 0.8);
	}

	.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
		width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px) * 0.83333);
	}

	.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
		width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px) * 0.85714);
	}

	.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
		width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px) * 0.875);
	}

	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
		width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667);
	}

	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
		width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * 0.5);
	}

	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
		width: 100%;
	}
}

.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright {
	max-width: 420px;
	width: 100%;
}

.wp-block-gallery.has-nested-images.aligncenter {
	justify-content: center;
}

.wp-block-group {
	box-sizing: border-box;
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
	padding: 1.25em 2.375em;
}

.wp-block-image img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

.wp-block-image img,
.wp-block-image.has-custom-border img {
	box-sizing: border-box;
}

.wp-block-image.aligncenter {
	text-align: center;
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
	height: auto;
	width: 100%;
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
	display: table;
}

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.aligncenter > figcaption,
.wp-block-image.alignleft > figcaption,
.wp-block-image.alignright > figcaption {
	caption-side: bottom;
	display: table-caption;
}

.wp-block-image .alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.wp-block-image .alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

.wp-block-image .aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-image figcaption {
	margin-bottom: 1em;
	margin-top: 0.5em;
}

.wp-block-image .is-style-rounded img,
.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
	border-radius: 9999px;
}

@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {
	.wp-block-image.is-style-circle-mask img {
		border-radius: 0;
		-webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
		mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
		mask-mode: alpha;
		-webkit-mask-position: center;
		mask-position: center;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain;
	}
}

.wp-block-image :where(.has-border-color) {
	border-style: solid;
}

.wp-block-image :where([style*="border-top-color"]) {
	border-top-style: solid;
}

.wp-block-image :where([style*="border-right-color"]) {
	border-right-style: solid;
}

.wp-block-image :where([style*="border-bottom-color"]) {
	border-bottom-style: solid;
}

.wp-block-image :where([style*="border-left-color"]) {
	border-left-style: solid;
}

.wp-block-image :where([style*="border-width"]) {
	border-style: solid;
}

.wp-block-image :where([style*="border-top-width"]) {
	border-top-style: solid;
}

.wp-block-image :where([style*="border-right-width"]) {
	border-right-style: solid;
}

.wp-block-image :where([style*="border-bottom-width"]) {
	border-bottom-style: solid;
}

.wp-block-image :where([style*="border-left-width"]) {
	border-left-style: solid;
}

.wp-block-image figure {
	margin: 0;
}

ol.wp-block-latest-comments {
	box-sizing: border-box;
	margin-left: 0;
}

.wp-block-latest-comments .wp-block-latest-comments {
	padding-left: 0;
}

.wp-block-latest-comments__comment {
	line-height: 1.1;
	list-style: none;
	margin-bottom: 1em;
}

.has-avatars .wp-block-latest-comments__comment {
	list-style: none;
	min-height: 2.25em;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 3.25em;
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
	line-height: 1.5;
}

.wp-block-latest-comments__comment-excerpt p {
	font-size: 0.875em;
	line-height: 1.8;
	margin: 0.36em 0 1.4em;
}

.wp-block-latest-comments__comment-date {
	display: block;
	font-size: 0.75em;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
	border-radius: 1.5em;
	display: block;
	float: left;
	height: 2.5em;
	margin-right: 0.75em;
	width: 2.5em;
}

.wp-block-latest-posts {
	box-sizing: border-box;
}

.wp-block-latest-posts.alignleft {
	margin-right: 2em;
}

.wp-block-latest-posts.alignright {
	margin-left: 2em;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none;
	padding-left: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	clear: both;
}

.wp-block-latest-posts.is-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

.wp-block-latest-posts.is-grid li {
	margin: 0 1.25em 1.25em 0;
	width: 100%;
}

@media (min-width: 600px) {
	.wp-block-latest-posts.columns-2 li {
		width: calc(50% - 0.625em);
	}

	.wp-block-latest-posts.columns-2 li:nth-child(2n) {
		margin-right: 0;
	}

	.wp-block-latest-posts.columns-3 li {
		width: calc(33.33333% - 0.83333em);
	}

	.wp-block-latest-posts.columns-3 li:nth-child(3n) {
		margin-right: 0;
	}

	.wp-block-latest-posts.columns-4 li {
		width: calc(25% - 0.9375em);
	}

	.wp-block-latest-posts.columns-4 li:nth-child(4n) {
		margin-right: 0;
	}

	.wp-block-latest-posts.columns-5 li {
		width: calc(20% - 1em);
	}

	.wp-block-latest-posts.columns-5 li:nth-child(5n) {
		margin-right: 0;
	}

	.wp-block-latest-posts.columns-6 li {
		width: calc(16.66667% - 1.04167em);
	}

	.wp-block-latest-posts.columns-6 li:nth-child(6n) {
		margin-right: 0;
	}
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
	display: block;
	font-size: 0.8125em;
}

.wp-block-latest-posts__post-excerpt {
	margin-bottom: 1em;
	margin-top: 0.5em;
}

.wp-block-latest-posts__featured-image a {
	display: inline-block;
}

.wp-block-latest-posts__featured-image img {
	height: auto;
	max-width: 100%;
	width: auto;
}

.wp-block-latest-posts__featured-image.alignleft {
	float: left;
	margin-right: 1em;
}

.wp-block-latest-posts__featured-image.alignright {
	float: right;
	margin-left: 1em;
}

.wp-block-latest-posts__featured-image.aligncenter {
	margin-bottom: 1em;
	text-align: center;
}

ol,
ul {
	box-sizing: border-box;
}

ol.has-background,
ul.has-background {
	padding: 1.25em 2.375em;
}

.wp-block-media-text {
	box-sizing: border-box;
	/*!rtl:begin:ignore*/
	direction: ltr;
	/*!rtl:end:ignore*/
	display: grid;
	grid-template-columns: 50% 1fr;
	grid-template-rows: auto;
}

.wp-block-media-text.has-media-on-the-right {
	grid-template-columns: 1fr 50%;
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
	align-self: start;
}

.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
	align-self: center;
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
	align-self: end;
}

.wp-block-media-text .wp-block-media-text__media {
	/*!rtl:begin:ignore*/
	grid-column: 1;
	grid-row: 1;
	/*!rtl:end:ignore*/
	margin: 0;
}

.wp-block-media-text .wp-block-media-text__content {
	direction: ltr;
	/*!rtl:begin:ignore*/
	grid-column: 2;
	grid-row: 1;
	/*!rtl:end:ignore*/
	padding: 0 8%;
	word-break: break-word;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
	/*!rtl:begin:ignore*/
	grid-column: 2;
	grid-row: 1; /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	/*!rtl:begin:ignore*/
	grid-column: 1;
	grid-row: 1; /*!rtl:end:ignore*/
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
	height: auto;
	max-width: unset;
	vertical-align: middle;
	width: 100%;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
	background-size: cover;
	height: 100%;
	min-height: 250px;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media > a {
	display: block;
	height: 100%;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
	clip: rect(0, 0, 0, 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

@media (max-width: 600px) {
	.wp-block-media-text.is-stacked-on-mobile {
		grid-template-columns: 100% !important;
	}

	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
		grid-column: 1;
		grid-row: 1;
	}

	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		grid-column: 1;
		grid-row: 2;
	}
}

.wp-block-navigation {
	--navigation-layout-justification-setting: flex-start;
	--navigation-layout-direction: row;
	--navigation-layout-wrap: wrap;
	--navigation-layout-justify: flex-start;
	--navigation-layout-align: center;
	position: relative;
}

.wp-block-navigation ul {
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
}

.wp-block-navigation ul,
.wp-block-navigation ul li {
	list-style: none;
	padding: 0;
}

.wp-block-navigation .wp-block-navigation-item {
	align-items: center;
	display: flex;
	position: relative;
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
	display: none;
}

.wp-block-navigation .wp-block-navigation-item__content {
	display: block;
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
	color: inherit;
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
	text-decoration: underline;
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
	text-decoration: line-through;
}

.wp-block-navigation:where(:not([class*="has-text-decoration"])) a {
	text-decoration: none;
}

.wp-block-navigation:where(:not([class*="has-text-decoration"])) a:active,
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a:focus {
	text-decoration: none;
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
	align-self: center;
	background-color: inherit;
	border: none;
	color: currentColor;
	display: inline-block;
	font-size: inherit;
	height: 0.6em;
	line-height: 0;
	margin-left: 0.25em;
	padding: 0;
	width: 0.6em;
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
	stroke: currentColor;
	display: inline-block;
	height: inherit;
	margin-top: 0.075em;
	width: inherit;
}

.wp-block-navigation.is-vertical {
	--navigation-layout-direction: column;
	--navigation-layout-justify: initial;
	--navigation-layout-align: flex-start;
}

.wp-block-navigation.no-wrap {
	--navigation-layout-wrap: nowrap;
}

.wp-block-navigation.items-justified-center {
	--navigation-layout-justification-setting: center;
	--navigation-layout-justify: center;
}

.wp-block-navigation.items-justified-center.is-vertical {
	--navigation-layout-align: center;
}

.wp-block-navigation.items-justified-right {
	--navigation-layout-justification-setting: flex-end;
	--navigation-layout-justify: flex-end;
}

.wp-block-navigation.items-justified-right.is-vertical {
	--navigation-layout-align: flex-end;
}

.wp-block-navigation.items-justified-space-between {
	--navigation-layout-justification-setting: space-between;
	--navigation-layout-justify: space-between;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
	align-items: normal;
	background-color: inherit;
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 0;
	left: -1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	transition: opacity 0.1s linear;
	visibility: hidden;
	width: 0;
	z-index: 2;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
	display: flex;
	flex-grow: 1;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
	margin-left: auto;
	margin-right: 0;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	margin: 0;
}

@media (min-width: 782px) {
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: 100%;
		top: -1px;
	}

	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
		background: transparent;
		content: "";
		display: block;
		height: 100%;
		position: absolute;
		right: 100%;
		width: 0.5em;
	}

	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
		margin-right: 0.25em;
	}

	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
		transform: rotate(-90deg);
	}
}

.wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
	height: auto;
	min-width: 200px;
	opacity: 1;
	overflow: visible;
	visibility: visible;
	width: auto;
}

.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container {
	height: auto;
	min-width: 200px;
	opacity: 1;
	overflow: visible;
	visibility: visible;
	width: auto;
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded="true"] ~ .wp-block-navigation__submenu-container {
	height: auto;
	min-width: 200px;
	opacity: 1;
	overflow: visible;
	visibility: visible;
	width: auto;
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
	left: 0;
	top: 100%;
}

@media (min-width: 782px) {
	.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: 100%;
		top: 0;
	}
}

.wp-block-navigation-submenu {
	display: flex;
	position: relative;
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
	stroke: currentColor;
}

button.wp-block-navigation-item__content {
	background-color: transparent;
	border: none;
	color: currentColor;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-align: left;
	text-transform: inherit;
}

.wp-block-navigation-submenu__toggle {
	cursor: pointer;
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
	padding-right: 0.85em;
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle + .wp-block-navigation__submenu-icon {
	margin-left: -0.6em;
	pointer-events: none;
}

.wp-block-navigation .wp-block-page-list,
.wp-block-navigation__container,
.wp-block-navigation__responsive-close,
.wp-block-navigation__responsive-container,
.wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-dialog {
	gap: inherit;
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
	padding: 0.5em 1em;
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
	padding: 0.5em 1em;
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container {
	left: auto;
	right: 0;
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
	left: -1px;
	right: -1px;
}

@media (min-width: 782px) {
	.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
	.wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
	.wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
	.wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: auto;
		right: 100%;
	}
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	color: #000;
}

.wp-block-navigation__container {
	align-items: var(--navigation-layout-align, initial);
	display: flex;
	flex-direction: var(--navigation-layout-direction, initial);
	flex-wrap: var(--navigation-layout-wrap, wrap);
	justify-content: var(--navigation-layout-justify, initial);
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.wp-block-navigation__container .is-responsive {
	display: none;
}

.wp-block-navigation__container:only-child,
.wp-block-page-list:only-child {
	flex-grow: 1;
}

@keyframes overlay-menu__fade-in-animation {
	0% {
		opacity: 0;
		transform: translateY(0.5em);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.wp-block-navigation__responsive-container {
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}

.wp-block-navigation__responsive-container .wp-block-navigation-link a {
	color: inherit;
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
	align-items: var(--navigation-layout-align, initial);
	display: flex;
	flex-direction: var(--navigation-layout-direction, initial);
	flex-wrap: var(--navigation-layout-wrap, wrap);
	justify-content: var(--navigation-layout-justify, initial);
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
	background-color: inherit !important;
	color: inherit !important;
}

.wp-block-navigation__responsive-container.is-menu-open {
	animation: overlay-menu__fade-in-animation 0.1s ease-out;
	animation-fill-mode: forwards;
	background-color: inherit;
	display: flex;
	flex-direction: column;
	overflow: auto;
	padding: var(--wp--style--root--padding-top, 2rem) var(--wp--style--root--padding-right, 2rem) var(--wp--style--root--padding-bottom, 2rem) var(--wp--style--root--padding-left, 2rem);
	z-index: 100000;
}

@media (prefers-reduced-motion: reduce) {
	.wp-block-navigation__responsive-container.is-menu-open {
		animation-delay: 0s;
		animation-duration: 1ms;
	}
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	align-items: var(--navigation-layout-justification-setting, inherit);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	overflow: visible;
	padding-top: calc(2rem + 24px);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
	justify-content: flex-start;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
	display: none;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
	border: none;
	height: auto;
	min-width: 200px;
	opacity: 1;
	overflow: initial;
	padding-left: 2rem;
	padding-right: 2rem;
	position: static;
	visibility: visible;
	width: auto;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
	gap: inherit;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
	padding-top: var(--wp--style--block-gap, 2em);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
	padding: 0;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
	align-items: var(--navigation-layout-justification-setting, initial);
	display: flex;
	flex-direction: column;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
	background: transparent !important;
	color: inherit !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
	left: auto;
	right: auto;
}

@media (min-width: 600px) {
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		background-color: inherit;
		display: block;
		position: relative;
		width: 100%;
		z-index: auto;
	}

	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
		display: none;
	}

	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
		left: 0;
	}
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
	background-color: #fff;
	color: #000;
}

.wp-block-navigation__toggle_button_label {
	font-size: 1rem;
	font-weight: 700;
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
	background: transparent;
	border: none;
	color: currentColor;
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-transform: inherit;
	vertical-align: middle;
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
	fill: currentColor;
	display: block;
	height: 24px;
	pointer-events: none;
	width: 24px;
}

.wp-block-navigation__responsive-container-open {
	display: flex;
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

@media (min-width: 600px) {
	.wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: none;
	}
}

.wp-block-navigation__responsive-container-close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.wp-block-navigation__responsive-close {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--wp--style--global--wide-size, 100%);
	width: 100%;
}

.wp-block-navigation__responsive-close:focus {
	outline: none;
}

.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
	box-sizing: border-box;
}

.wp-block-navigation__responsive-dialog {
	position: relative;
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
	margin-top: 46px;
}

@media (min-width: 782px) {
	.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
		margin-top: 32px;
	}
}

html.has-modal-open {
	overflow: hidden;
}

.wp-block-navigation .wp-block-navigation-item__label {
	overflow-wrap: break-word;
	word-break: normal;
}

.wp-block-navigation .wp-block-navigation-item__description {
	display: none;
}

.wp-block-navigation .wp-block-page-list {
	align-items: var(--navigation-layout-align, initial);
	background-color: inherit;
	display: flex;
	flex-direction: var(--navigation-layout-direction, initial);
	flex-wrap: var(--navigation-layout-wrap, wrap);
	justify-content: var(--navigation-layout-justify, initial);
}

.wp-block-navigation .wp-block-navigation-item {
	background-color: inherit;
}

.is-small-text {
	font-size: 0.875em;
}

.is-regular-text {
	font-size: 1em;
}

.is-large-text {
	font-size: 2.25em;
}

.is-larger-text {
	font-size: 3em;
}

.has-drop-cap:not(:focus):first-letter {
	float: left;
	font-size: 8.4em;
	font-style: normal;
	font-weight: 100;
	line-height: 0.68;
	margin: 0.05em 0.1em 0 0;
	text-transform: uppercase;
}

body.rtl .has-drop-cap:not(:focus):first-letter {
	float: none;
	margin-left: 0.1em;
}

p.has-drop-cap.has-background {
	overflow: hidden;
}

p.has-background {
	padding: 1.25em 2.375em;
}

:where(p.has-text-color:not(.has-link-color)) a {
	color: inherit;
}

.wp-block-post-author {
	display: flex;
	flex-wrap: wrap;
}

.wp-block-post-author__byline {
	font-size: 0.5em;
	margin-bottom: 0;
	margin-top: 0;
	width: 100%;
}

.wp-block-post-author__avatar {
	margin-right: 1em;
}

.wp-block-post-author__bio {
	font-size: 0.7em;
	margin-bottom: 0.7em;
}

.wp-block-post-author__content {
	flex-basis: 0;
	flex-grow: 1;
}

.wp-block-post-author__name {
	margin: 0;
}

.wp-block-post-comments-form {
	box-sizing: border-box;
}

.wp-block-post-comments-form[style*="font-weight"] :where(.comment-reply-title) {
	font-weight: inherit;
}

.wp-block-post-comments-form[style*="font-family"] :where(.comment-reply-title) {
	font-family: inherit;
}

.wp-block-post-comments-form[class*="-font-size"] :where(.comment-reply-title),
.wp-block-post-comments-form[style*="font-size"] :where(.comment-reply-title) {
	font-size: inherit;
}

.wp-block-post-comments-form[style*="line-height"] :where(.comment-reply-title) {
	line-height: inherit;
}

.wp-block-post-comments-form[style*="font-style"] :where(.comment-reply-title) {
	font-style: inherit;
}

.wp-block-post-comments-form[style*="letter-spacing"] :where(.comment-reply-title) {
	letter-spacing: inherit;
}

.wp-block-post-comments-form input[type="submit"] {
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	overflow-wrap: break-word;
	text-align: center;
}

.wp-block-post-comments-form input:not([type="submit"]),
.wp-block-post-comments-form textarea {
	border: 1px solid #949494;
	font-family: inherit;
	font-size: 1em;
}

.wp-block-post-comments-form input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments-form textarea {
	padding: calc(0.667em + 2px);
}

.wp-block-post-comments-form .comment-form input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments-form .comment-form textarea {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.wp-block-post-comments-form .comment-form-author label,
.wp-block-post-comments-form .comment-form-email label,
.wp-block-post-comments-form .comment-form-url label {
	display: block;
	margin-bottom: 0.25em;
}

.wp-block-post-comments-form .comment-form-cookies-consent {
	display: flex;
	gap: 0.25em;
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-top: 0.35em;
}

.wp-block-post-comments-form .comment-reply-title {
	margin-bottom: 0;
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
	font-size: var(--wp--preset--font-size--medium, smaller);
	margin-left: 0.5em;
}

.wp-block-post-date {
	box-sizing: border-box;
}

.wp-block-post-excerpt {
	margin-bottom: var(--wp--style--block-gap);
	margin-top: var(--wp--style--block-gap);
}

.wp-block-post-excerpt__excerpt {
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-post-excerpt__more-text {
	margin-bottom: 0;
	margin-top: var(--wp--style--block-gap);
}

.wp-block-post-excerpt__more-link {
	display: inline-block;
}

.wp-block-post-featured-image {
	margin-left: 0;
	margin-right: 0;
}

.wp-block-post-featured-image a {
	display: block;
}

.wp-block-post-featured-image img {
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	width: 100%;
}

.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
	width: 100%;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
	background-color: #000;
	inset: 0;
	position: absolute;
}

.wp-block-post-featured-image {
	position: relative;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
	background-color: transparent;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
	opacity: 0;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
	opacity: 0.1;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
	opacity: 0.2;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
	opacity: 0.3;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
	opacity: 0.4;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
	opacity: 0.5;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
	opacity: 0.6;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
	opacity: 0.7;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
	opacity: 0.8;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
	opacity: 0.9;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
	opacity: 1;
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
	display: inline-block;
	margin-right: 1ch;
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
	display: inline-block;
	margin-left: 1ch;
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-post-terms {
	box-sizing: border-box;
}

.wp-block-post-terms .wp-block-post-terms__separator {
	white-space: pre-wrap;
}

.wp-block-post-title {
	box-sizing: border-box;
	word-break: break-word;
}

.wp-block-post-title a {
	display: inline-block;
}

.wp-block-preformatted {
	white-space: pre-wrap;
}

.wp-block-preformatted.has-background {
	padding: 1.25em 2.375em;
}

.wp-block-pullquote {
	box-sizing: border-box;
	margin: 0 0 1em;
	overflow-wrap: break-word;
	padding: 3em 0;
	text-align: center;
}

.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
	color: inherit;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	max-width: 420px;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
	position: relative;
}

.wp-block-pullquote .has-text-color a {
	color: inherit;
}

.wp-block-pullquote.has-text-align-left blockquote {
	text-align: left;
}

.wp-block-pullquote.has-text-align-right blockquote {
	text-align: right;
}

.wp-block-pullquote.is-style-solid-color {
	border: none;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	margin-left: auto;
	margin-right: auto;
	max-width: 60%;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: 2em;
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
	font-style: normal;
	text-transform: none;
}

.wp-block-pullquote cite {
	color: inherit;
}

.wp-block-post-template {
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
	max-width: 100%;
	padding: 0;
}

.wp-block-post-template.wp-block-post-template {
	background: none;
}

.wp-block-post-template.is-flex-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.25em;
}

.wp-block-post-template.is-flex-container li {
	margin: 0;
	width: 100%;
}

@media (min-width: 600px) {
	.wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li {
		width: calc(50% - 0.625em);
	}

	.wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
		width: calc(33.33333% - 0.83333em);
	}

	.wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
		width: calc(25% - 0.9375em);
	}

	.wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li {
		width: calc(20% - 1em);
	}

	.wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li {
		width: calc(16.66667% - 1.04167em);
	}
}

.wp-block-query-pagination > .wp-block-query-pagination-next,
.wp-block-query-pagination > .wp-block-query-pagination-numbers,
.wp-block-query-pagination > .wp-block-query-pagination-previous {
	margin-bottom: 0.5em;
	margin-right: 0.5em;
}

.wp-block-query-pagination > .wp-block-query-pagination-next:last-child,
.wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination > .wp-block-query-pagination-previous:last-child {
	margin-right: 0;
}

.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-next:last-of-type {
	margin-inline-start: auto;
}

.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-previous:first-child {
	margin-inline-end: auto;
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
	display: inline-block;
	margin-right: 1ch;
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
	display: inline-block;
	margin-left: 1ch;
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-query-pagination.aligncenter {
	justify-content: center;
}

.wp-block-query-title,
.wp-block-quote {
	box-sizing: border-box;
}

.wp-block-quote {
	overflow-wrap: break-word;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)),
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
	margin-bottom: 1em;
	padding: 0 1em;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.6;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
	font-size: 1.125em;
	text-align: right;
}

.wp-block-read-more {
	display: block;
	width: -moz-fit-content;
	width: fit-content;
}

.wp-block-read-more:not([style*="text-decoration"]),
.wp-block-read-more:not([style*="text-decoration"]):active,
.wp-block-read-more:not([style*="text-decoration"]):focus {
	text-decoration: none;
}

ul.wp-block-rss {
	list-style: none;
	padding: 0;
}

ul.wp-block-rss.wp-block-rss {
	box-sizing: border-box;
}

ul.wp-block-rss.alignleft {
	margin-right: 2em;
}

ul.wp-block-rss.alignright {
	margin-left: 2em;
}

ul.wp-block-rss.is-grid {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}

ul.wp-block-rss.is-grid li {
	margin: 0 1em 1em 0;
	width: 100%;
}

@media (min-width: 600px) {
	ul.wp-block-rss.columns-2 li {
		width: calc(50% - 1em);
	}

	ul.wp-block-rss.columns-3 li {
		width: calc(33.33333% - 1em);
	}

	ul.wp-block-rss.columns-4 li {
		width: calc(25% - 1em);
	}

	ul.wp-block-rss.columns-5 li {
		width: calc(20% - 1em);
	}

	ul.wp-block-rss.columns-6 li {
		width: calc(16.66667% - 1em);
	}
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
	display: block;
	font-size: 0.8125em;
}

.wp-block-search__button {
	margin-left: 0.625em;
	word-break: normal;
}

.wp-block-search__button.has-icon {
	line-height: 0;
}

.wp-block-search__button svg {
	fill: currentColor;
	min-height: 1.5em;
	min-width: 1.5em;
	vertical-align: text-bottom;
}

:where(.wp-block-search__button) {
	border: 1px solid #ccc;
	padding: 0.375em 0.625em;
}

.wp-block-search__inside-wrapper {
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	max-width: 100%;
}

.wp-block-search__label {
	width: 100%;
}

.wp-block-search__input {
	border: 1px solid #949494;
	flex-grow: 1;
	margin-left: 0;
	margin-right: 0;
	min-width: 3em;
	padding: 8px;
	text-decoration: unset !important;
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
	margin-left: 0;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
	border: 1px solid #949494;
	padding: 4px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
	border: none;
	border-radius: 0;
	padding: 0 0 0 0.25em;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
	outline: none;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
	padding: 0.125em 0.5em;
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
	margin: auto;
}

.wp-block-separator {
	border: 1px solid;
	border-left: none;
	border-right: none;
}

.wp-block-separator.is-style-dots {
	background: none !important;
	border: none;
	height: auto;
	line-height: 1;
	text-align: center;
}

.wp-block-separator.is-style-dots:before {
	color: currentColor;
	content: "···";
	font-family: serif;
	font-size: 1.5em;
	letter-spacing: 2em;
	padding-left: 2em;
}

.wp-block-site-logo {
	box-sizing: border-box;
	line-height: 0;
}

.wp-block-site-logo a {
	display: inline-block;
}

.wp-block-site-logo.is-default-size img {
	height: auto;
	width: 120px;
}

.wp-block-site-logo img {
	height: auto;
	max-width: 100%;
}

.wp-block-site-logo a,
.wp-block-site-logo img {
	border-radius: inherit;
}

.wp-block-site-logo.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.wp-block-site-logo.is-style-rounded {
	border-radius: 9999px;
}

.wp-block-site-title a {
	color: inherit;
}

.wp-block-social-links {
	background: none;
	box-sizing: border-box;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
	text-indent: 0;
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
	border-bottom: 0;
	box-shadow: none;
	text-decoration: none;
}

.wp-block-social-links .wp-social-link a {
	padding: 0.25em;
}

.wp-block-social-links .wp-social-link svg {
	height: 1em;
	width: 1em;
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
	font-size: 0.65em;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.wp-block-social-links.has-small-icon-size {
	font-size: 16px;
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
	font-size: 24px;
}

.wp-block-social-links.has-large-icon-size {
	font-size: 36px;
}

.wp-block-social-links.has-huge-icon-size {
	font-size: 48px;
}

.wp-block-social-links.aligncenter {
	display: flex;
	justify-content: center;
}

.wp-block-social-links.alignright {
	justify-content: flex-end;
}

.wp-block-social-link {
	border-radius: 9999px;
	display: block;
	height: auto;
	transition: transform 0.1s ease;
}

@media (prefers-reduced-motion: reduce) {
	.wp-block-social-link {
		transition-delay: 0s;
		transition-duration: 0s;
	}
}

.wp-block-social-link a {
	align-items: center;
	display: flex;
	line-height: 0;
	transition: transform 0.1s ease;
}

.wp-block-social-link:hover {
	transform: scale(1.1);
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited {
	fill: currentColor;
	color: currentColor;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
	background-color: #f0f0f0;
	color: #444;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
	background-color: #f90;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
	background-color: #1ea0c3;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
	background-color: #0757fe;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
	background-color: #1e1f26;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
	background-color: #02e49b;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
	background-color: #e94c89;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
	background-color: #4280ff;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
	background-color: #f45800;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
	background-color: #1778f2;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
	background-color: #000;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
	background-color: #0461dd;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
	background-color: #e65678;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
	background-color: #24292d;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
	background-color: #eceadd;
	color: #382110;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
	background-color: #ea4434;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
	background-color: #f00075;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
	background-color: #e21b24;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
	background-color: #0d66c2;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
	background-color: #3288d4;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
	background-color: #02ab6c;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
	background-color: #f6405f;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
	background-color: #ff424d;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
	background-color: #e60122;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
	background-color: #ef4155;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
	background-color: #ff4500;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
	background-color: #0478d7;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
	stroke: #000;
	background-color: #fefc00;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
	background-color: #ff5600;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
	background-color: #1bd760;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
	background-color: #2aabee;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
	background-color: #000;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
	background-color: #011835;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
	background-color: #6440a4;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
	background-color: #1da1f2;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
	background-color: #1eb7ea;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
	background-color: #4680c2;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
	background-color: #3499cd;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp {
	background-color: #25d366;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
	background-color: #d32422;
	color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
	background-color: red;
	color: #fff;
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
	background: none;
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
	padding: 0;
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
	height: 1.25em;
	width: 1.25em;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
	color: #f90;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
	color: #1ea0c3;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
	color: #0757fe;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
	color: #1e1f26;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
	color: #02e49b;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
	color: #e94c89;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
	color: #4280ff;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
	color: #f45800;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
	color: #1778f2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
	color: #000;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
	color: #0461dd;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
	color: #e65678;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
	color: #24292d;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
	color: #382110;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
	color: #ea4434;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
	color: #f00075;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
	color: #e21b24;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
	color: #0d66c2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
	color: #3288d4;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
	color: #02ab6c;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
	color: #f6405f;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
	color: #ff424d;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
	color: #e60122;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
	color: #ef4155;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
	color: #ff4500;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
	color: #0478d7;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
	stroke: #000;
	color: #fff;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
	color: #ff5600;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
	color: #1bd760;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
	color: #2aabee;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
	color: #000;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
	color: #011835;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
	color: #6440a4;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
	color: #1da1f2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
	color: #1eb7ea;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
	color: #4680c2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp {
	color: #25d366;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
	color: #3499cd;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
	color: #d32422;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
	color: red;
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
	width: auto;
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
	padding-left: 0.66667em;
	padding-right: 0.66667em;
}

.wp-block-spacer {
	clear: both;
}

.wp-block-tag-cloud {
	box-sizing: border-box;
}

.wp-block-tag-cloud.aligncenter {
	justify-content: center;
	text-align: center;
}

.wp-block-tag-cloud.alignfull {
	padding-left: 1em;
	padding-right: 1em;
}

.wp-block-tag-cloud a {
	display: inline-block;
	margin-right: 5px;
}

.wp-block-tag-cloud span {
	display: inline-block;
	margin-left: 5px;
	text-decoration: none;
}

.wp-block-tag-cloud.is-style-outline {
	display: flex;
	flex-wrap: wrap;
	gap: 1ch;
}

.wp-block-tag-cloud.is-style-outline a {
	border: 1px solid;
	font-size: unset !important;
	margin-right: 0;
	padding: 1ch 2ch;
	text-decoration: none !important;
}

.wp-block-table {
	overflow-x: auto;
}

.wp-block-table table {
	border-collapse: collapse;
	width: 100%;
}

.wp-block-table thead {
	border-bottom: 3px solid;
}

.wp-block-table tfoot {
	border-top: 3px solid;
}

.wp-block-table td,
.wp-block-table th {
	border: 1px solid;
	padding: 0.5em;
}

.wp-block-table .has-fixed-layout {
	table-layout: fixed;
	width: 100%;
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
	word-break: break-word;
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
	display: table;
	width: auto;
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
	word-break: break-word;
}

.wp-block-table .has-subtle-light-gray-background-color {
	background-color: #f3f4f5;
}

.wp-block-table .has-subtle-pale-green-background-color {
	background-color: #e9fbe5;
}

.wp-block-table .has-subtle-pale-blue-background-color {
	background-color: #e7f5fe;
}

.wp-block-table .has-subtle-pale-pink-background-color {
	background-color: #fcf0ef;
}

.wp-block-table.is-style-stripes {
	background-color: transparent;
	border-bottom: 1px solid #f0f0f0;
	border-collapse: inherit;
	border-spacing: 0;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #f0f0f0;
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
	background-color: #f3f4f5;
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
	background-color: #e9fbe5;
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
	background-color: #e7f5fe;
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
	background-color: #fcf0ef;
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
	border-color: transparent;
}

.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr,
.wp-block-table .has-border-color > * {
	border-color: inherit;
}

.wp-block-table table[style*="border-top-color"] tr:first-child,
.wp-block-table table[style*="border-top-color"] tr:first-child td,
.wp-block-table table[style*="border-top-color"] tr:first-child th,
.wp-block-table table[style*="border-top-color"] > *,
.wp-block-table table[style*="border-top-color"] > * td,
.wp-block-table table[style*="border-top-color"] > * th {
	border-top-color: inherit;
}

.wp-block-table table[style*="border-top-color"] tr:not(:first-child) {
	border-top-color: currentColor;
}

.wp-block-table table[style*="border-right-color"] td:last-child,
.wp-block-table table[style*="border-right-color"] th,
.wp-block-table table[style*="border-right-color"] tr,
.wp-block-table table[style*="border-right-color"] > * {
	border-right-color: inherit;
}

.wp-block-table table[style*="border-bottom-color"] tr:last-child,
.wp-block-table table[style*="border-bottom-color"] tr:last-child td,
.wp-block-table table[style*="border-bottom-color"] tr:last-child th,
.wp-block-table table[style*="border-bottom-color"] > *,
.wp-block-table table[style*="border-bottom-color"] > * td,
.wp-block-table table[style*="border-bottom-color"] > * th {
	border-bottom-color: inherit;
}

.wp-block-table table[style*="border-bottom-color"] tr:not(:last-child) {
	border-bottom-color: currentColor;
}

.wp-block-table table[style*="border-left-color"] td:first-child,
.wp-block-table table[style*="border-left-color"] th,
.wp-block-table table[style*="border-left-color"] tr,
.wp-block-table table[style*="border-left-color"] > * {
	border-left-color: inherit;
}

.wp-block-table table[style*="border-style"] td,
.wp-block-table table[style*="border-style"] th,
.wp-block-table table[style*="border-style"] tr,
.wp-block-table table[style*="border-style"] > * {
	border-style: inherit;
}

.wp-block-table table[style*="border-width"] td,
.wp-block-table table[style*="border-width"] th,
.wp-block-table table[style*="border-width"] tr,
.wp-block-table table[style*="border-width"] > * {
	border-style: inherit;
	border-width: inherit;
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
	display: flex;
}

.wp-block-text-columns .wp-block-column {
	margin: 0 1em;
	padding: 0;
}

.wp-block-text-columns .wp-block-column:first-child {
	margin-left: 0;
}

.wp-block-text-columns .wp-block-column:last-child {
	margin-right: 0;
}

.wp-block-text-columns.columns-2 .wp-block-column {
	width: 50%;
}

.wp-block-text-columns.columns-3 .wp-block-column {
	width: 33.33333%;
}

.wp-block-text-columns.columns-4 .wp-block-column {
	width: 25%;
}

pre.wp-block-verse {
	overflow: auto;
	white-space: pre-wrap;
}

:where(pre.wp-block-verse) {
	font-family: inherit;
}

.wp-block-video {
	box-sizing: border-box;
}

.wp-block-video video {
	width: 100%;
}

@supports (position: sticky) {
	.wp-block-video [poster] {
		-o-object-fit: cover;
		object-fit: cover;
	}
}

.wp-block-video.aligncenter {
	text-align: center;
}

.wp-block-video figcaption {
	margin-bottom: 1em;
	margin-top: 0.5em;
}

.wp-element-button {
	cursor: pointer;
}

:root {
	--wp--preset--font-size--normal: 16px;
	--wp--preset--font-size--huge: 42px;
}

:root .has-very-light-gray-background-color {
	background-color: #eee;
}

:root .has-very-dark-gray-background-color {
	background-color: #313131;
}

:root .has-very-light-gray-color {
	color: #eee;
}

:root .has-very-dark-gray-color {
	color: #313131;
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
	background: linear-gradient(135deg, #00d084, #0693e3);
}

:root .has-purple-crush-gradient-background {
	background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}

:root .has-hazy-dawn-gradient-background {
	background: linear-gradient(135deg, #faaca8, #dad0ec);
}

:root .has-subdued-olive-gradient-background {
	background: linear-gradient(135deg, #fafae1, #67a671);
}

:root .has-atomic-cream-gradient-background {
	background: linear-gradient(135deg, #fdd79a, #004a59);
}

:root .has-nightshade-gradient-background {
	background: linear-gradient(135deg, #330968, #31cdcf);
}

:root .has-midnight-gradient-background {
	background: linear-gradient(135deg, #020381, #2874fc);
}

.has-regular-font-size {
	font-size: 1em;
}

.has-larger-font-size {
	font-size: 2.625em;
}

.has-normal-font-size {
	font-size: var(--wp--preset--font-size--normal);
}

.has-huge-font-size {
	font-size: var(--wp--preset--font-size--huge);
}

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

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

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

#end-resizable-editor-section {
	display: none;
}

.aligncenter {
	clear: both;
}

.items-justified-left {
	justify-content: flex-start;
}

.items-justified-center {
	justify-content: center;
}

.items-justified-right {
	justify-content: flex-end;
}

.items-justified-space-between {
	justify-content: space-between;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	word-wrap: normal !important;
	border: 0;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.screen-reader-text:focus {
	clip: auto !important;
	background-color: #ddd;
	-webkit-clip-path: none;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

html :where(.has-border-color) {
	border-style: solid;
}

html :where([style*="border-top-color"]) {
	border-top-style: solid;
}

html :where([style*="border-right-color"]) {
	border-right-style: solid;
}

html :where([style*="border-bottom-color"]) {
	border-bottom-style: solid;
}

html :where([style*="border-left-color"]) {
	border-left-style: solid;
}

html :where([style*="border-width"]) {
	border-style: solid;
}

html :where([style*="border-top-width"]) {
	border-top-style: solid;
}

html :where([style*="border-right-width"]) {
	border-right-style: solid;
}

html :where([style*="border-bottom-width"]) {
	border-bottom-style: solid;
}

html :where([style*="border-left-width"]) {
	border-left-style: solid;
}

html :where(img[class*="wp-image-"]) {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 0 0 1em;
}

html :where(.is-position-sticky) {
	--wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px);
}

@media screen and (max-width: 600px) {
	html :where(.is-position-sticky) {
		--wp-admin--admin-bar--position-offset: 0px;
	}
}

/*=========================
Global Growth Team
=========================*/

.global_growth {
	background: #000;
	color: #fff;
}
@media only screen and (max-width: 480px) {
	.global_growth {
		margin-top: 0 !important;
	}
}
.global_growth img {
	max-width: 100%;
}
.global_growth h2 {
	font-size: calc(var(--fluidPx) * 32) !important;
}
.global_growth .company_mainvisual {
	aspect-ratio: 1440/784;
	margin-left: calc((100vw - 100%) / 2 * -1);
	margin-right: calc((100vw - 100%) / 2 * -1);
	width: 100vw;
	min-height: 520px;
	max-height: 100svh;
	margin-bottom: 64px;
	padding: 0 48px;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	background: url("/files/co/page/global_growth_bg.png");
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
	.global_growth .company_mainvisual {
		background: url("/files/co/page/global_growth_bg_sp.png");
		background-size: cover;
		background-position: center right;
		background-repeat: no-repeat;
		aspect-ratio: auto;
		width: 100vw;
		height: 100svh;
		justify-content: center;
		padding: 0 20px 20px;
		box-sizing: border-box;
	}
}
.global_growth .company_mainvisual h1 {
	color: #fff;
	font-size: 46px;
	line-height: 82px;
	color: #fff;
	max-width: 1344px;
	box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
}
.global_growth #mission .text_block_inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 48px;
}
@media only screen and (max-width: 768px) {
	.global_growth #mission .text_block_inner {
		flex-direction: column;
		gap: 24px;
	}
}
.global_growth #mission .text_block_inner h2 {
	width: 50%;
}
@media only screen and (max-width: 768px) {
	.global_growth #mission .text_block_inner h2 {
		width: 100%;
	}
}
.global_growth #mission .text_block_inner p {
	width: 50%;
}
@media only screen and (max-width: 768px) {
	.global_growth #mission .text_block_inner p {
		width: 100%;
	}
}

.global_growth .members {
	padding: 96px 0 0 0 !important;
	margin: 0 !important;
}
@media only screen and (max-width: 480px) {
	.global_growth .members {
		padding: 40px 0;
	}
}
.global_growth .cro {
	max-width: 1440px;
	padding: 0;
	margin: 0 auto 160px auto;
}
.global_growth .cro .leadership {
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 768px) {
	.global_growth .cro .leadership {
		flex-direction: column;
	}
}
.global_growth .cro .leadership .img {
	overflow: hidden;
	max-width: 426px;
	width: calc(33.3333333333% - 21.3333333333px);
	flex: 1 0 auto;
	aspect-ratio: 1/1;
	height: 100%;
}
@media only screen and (max-width: 768px) {
	.global_growth .cro .leadership .img {
		width: 100%;
		max-width: 100%;
		margin-bottom: 24px;
	}
}
.global_growth .cro .leadership .img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.global_growth .cro .leadership .message {
	margin-left: 32px;
	height: auto;
	display: flex;
	flex-direction: column;
}
@media only screen and (max-width: 768px) {
	.global_growth .cro .leadership .message {
		margin-left: 0;
	}
}
@media only screen and (max-width: 480px) {
	.global_growth .cro .leadership .message {
		width: 100%;
	}
}
.global_growth .cro .leadership .message h2 {
	font-size: 24px !important;
	margin-bottom: 16px;
	line-height: 1;
}
.global_growth .cro .leadership .message .job {
	font-size: 24px;
	color: #fff;
	line-height: 1.4;
	margin-top: 24px;
}
@media only screen and (max-width: 480px) {
	.global_growth .cro .leadership .message .job {
		font-size: 18px;
	}
}
.global_growth .cro .leadership .message .name {
	font-size: 36px;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 32px;
}
@media only screen and (max-width: 480px) {
	.global_growth .cro .leadership .message .name {
		font-size: 22px;
	}
}

.global_growth .cro .leadership .message .description {
	padding: 0 !important;
	overflow: hidden;
	display: -webkit-box !important;
}
@media only screen and (max-width: 768px) {
	.global_growth .cro .leadership .message .description {
		margin-bottom: 24px !important;
	}
}

.global_growth .cro .leadership .message .modal_block {
	width: 100%;
}

.global_growth .cro .leadership .modal_wrap {
	margin: auto 0 0 0 !important;
	margin-bottom: 0 !important;
}
.global_growth .cro .leadership .modal_wrap .modal_container {
	gap: 0;
}
.global_growth .cro .leadership .modal_wrap .modal_container .modal_block .open {
	margin-bottom: 0 !important;
}
.global_growth .cro .leadership .modal_wrap .modal_container .modal_block .open .profile {
	margin-top: 8px !important;
	grid-area: auto;
}

.global_growth .modal_wrap {
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	margin-bottom: 48px;
	position: relative;
	overflow: hidden;
	transition: max-height 1s;
}
.global_growth .modal_wrap .modal_bg {
	width: 100vw;
	height: 100vh;
	display: block;
	background: rgba(10, 10, 20, 0.9);
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
@media only screen and (max-width: 480px) {
	.global_growth .modal_wrap .modal_bg {
		z-index: 100;
		background: rgba(10, 10, 20, 0.9);
	}
}
.global_growth .modal_wrap .modal_bg button {
	top: 82px;
	right: calc(10% - 12px);
}
@media only screen and (max-width: 480px) {
	.global_growth .modal_wrap .modal_bg button {
		right: calc(5% - 12px);
	}
}
.global_growth .modal_wrap .modal_bg.active {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s;
	pointer-events: auto;
}
.global_growth .modal_container {
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.global_growth .modal_container:after {
	content: "";
	display: block;
	height: 0;
	width: calc(33.3333333333% - 21.3333333333px);
}
.global_growth .modal_container .modal_block {
	width: calc(33.3333333333% - 21.3333333333px);
}
@media only screen and (max-width: 768px) {
	.global_growth .modal_container .modal_block {
		width: 100%;
	}
}
.global_growth .modal_container .modal_block .open {
	cursor: pointer;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 48px;
}
@media only screen and (max-width: 768px) {
	.global_growth .modal_container .modal_block .open {
		display: grid;
		grid-template-columns: 50% 50%;
		grid-template-rows: auto auto auto;
		grid-column-gap: 24px;
		grid-row-gap: 0px;
		margin-bottom: 24px;
	}
	.global_growth .modal_container .modal_block .open .img {
		grid-area: 1/1/2/2;
	}
	.global_growth .modal_container .modal_block .open .profile {
		grid-area: 1/2/2/3;
	}
}
@media only screen and (max-width: 480px) {
	.global_growth .modal_container .modal_block .open {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		margin-bottom: 48px;
	}
}
.global_growth .modal_container .modal_block .open .img {
	aspect-ratio: 1/1;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}
@media only screen and (max-width: 768px) {
	.global_growth .modal_container .modal_block .open .img {
		width: 100%;
	}
}
.global_growth .modal_container .modal_block .open .img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.global_growth .modal_container .modal_block .open .profile {
	margin-top: 24px;
}
@media only screen and (max-width: 768px) {
	.global_growth .modal_container .modal_block .open .profile {
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin-top: 0;
	}
}
@media only screen and (max-width: 480px) {
	.global_growth .modal_container .modal_block .open .profile {
		width: 100%;
		margin-top: 24px;
	}
}
.global_growth .modal_container .modal_block .open .profile .name {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	line-height: 1.4;
	margin: 0 0 12px 0 !important;
}
.global_growth .modal_container .modal_block .open .profile .job {
	font-size: 16px;
	color: #fff;
	line-height: 1.4;
}
@media only screen and (max-width: 768px) {
	.global_growth .modal_container .modal_block .open .profile .job {
		margin: 0 !important;
	}
}
.global_growth .modal_container .modal_block .open .profile .description {
	padding: 0 !important;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 14px;
	margin-bottom: 24px !important;
}
@media only screen and (max-width: 768px) {
	.global_growth .modal_container .modal_block .open .profile .description {
		display: none !important;
	}
}
@media only screen and (max-width: 480px) {
	.global_growth .modal_container .modal_block .open .profile .description {
		font-size: 22px;
	}
}
.global_growth .modal_container .modal_block .open .profile .readmore {
	display: block;
	text-decoration: underline;
	margin-top: auto;
}
.global_growth .modal_container .modal {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	display: none;
	height: 70vh;
	width: 80%;
	padding: 32px;
}
.global_growth .modal_container .modal p {
	padding: 0 !important;
}
.global_growth .modal_container .modal .img {
	aspect-ratio: 1/1;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	max-width: 50%;
}
@media only screen and (max-width: 768px) {
	.global_growth .modal_container .modal .img {
		width: 100%;
		max-width: 100%;
	}
}
.global_growth .modal_container .modal .img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.global_growth .modal_container .modal .profile {
	padding: 0 24px;
	color: #000;
}
@media only screen and (max-width: 768px) {
	.global_growth .modal_container .modal .profile {
		padding: 0;
	}
}
.global_growth .modal_container .modal .profile .name {
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 12px;
	font-weight: 600;
	color: #000;
}
.global_growth .modal_container .modal .profile .job {
	font-size: 16px;
	line-height: 1.4;
	color: #000;
	margin-top: 0 !important;
}
.global_growth .modal_container .modal .profile .description {
	padding: 0 !important;
	font-size: 14px;
	margin-bottom: 0 !important;
}
.global_growth .modal_container .modal.active {
	opacity: 1;
	display: flex;
	visibility: visible;
	pointer-events: all;
	position: fixed;
	z-index: 101;
	background: #fff;
	top: 120px;
	left: 10%;
	box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
	.global_growth .modal_container .modal.active {
		flex-direction: column;
		align-items: center;
		gap: 24px 0;
		width: 90%;
		left: 5%;
		box-sizing: border-box;
		overflow: scroll;
		padding: 16px;
	}
}

button.btn-close,
.btn.btn-close {
	width: 32px;
	height: 32px;
	background: transparent;
	border: none;
	position: absolute;
	display: inline-block;
	padding: 0;
	top: calc(var(--fluidPx) * 46);
	right: calc(var(--fluidPx) * 30);
}

button.btn-close::before,
button.btn-close::after,
.btn.btn-close::before,
.btn.btn-close::after {
	content: "";
	position: absolute;
	height: 2px;
	width: 1.8rem;
	top: 50%;
	left: 50%;
	background: #fcfcfc;
	transition: transform 0.2s ease-out;
	cursor: pointer;
}

button.btn-close::before,
.btn.btn-close::before {
	transform: translateX(-50%) rotate(45deg);
}

button.btn-close::after,
.btn.btn-close::after {
	transform: translateX(-50%) rotate(-45deg);
}

button.btn-close:hover::before,
.btn.btn-close:hover::before {
	transform: translateX(-50%) rotate(225deg);
}

button.btn-close:hover::after,
.btn.btn-close:hover::after {
	transform: translateX(-50%) rotate(135deg);
}

/*=========================
Document
=========================*/

#document {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	margin-top: calc(var(--fluidPx) * 130);
	box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
	#document {
		width: 100%;
		box-sizing: border-box;
	}
}
@media only screen and (max-width: 960px) {
	#document {
		padding: 0 20px;
		margin-top: 0;
	}
	#document h1 {
		padding-top: 0 !important;
	}
	#document .sec_inner {
		padding: 0;
	}
}
#document h1 {
	font-size: calc(var(--fluidPx) * 46);
	font-family: "AvenirLTPro-Roman", "TsukuGoPro-B-AvenirNextLTPro-Medium";
	margin: calc(var(--fluidPx) * 96) 0;
	padding-top: 96px;
}

@media only screen and (max-width: 480px) {
	#documente h1 {
		margin-bottom: calc(var(--fluidPx) * 60);
	}
}
.document_list .category_title {
	font-size: calc(var(--fluidPx) * 32);
	font-family: "AvenirLTPro-Roman", "TsukuGoPro-B-AvenirNextLTPro-Medium";
	font-weight: 800;
	margin-bottom: calc(var(--fluidPx) * 24);
}
@media only screen and (max-width: 960px) {
	.document_list .category_title {
		font-size: calc(var(--fluidPx) * 24);
	}
}
.document_list .document_category {
	display: flex;
	flex-wrap: wrap;
	gap: calc(var(--fluidPx) * 48);
	margin-bottom: 100px;
}
@media only screen and (max-width: 960px) {
	.document_list .document_category {
		flex-direction: column;
	}
}
.document_list .document_category .category_image {
	aspect-ratio: 1/1;
	width: 29.0187891441%;
	height: 100%;
	overflow: hidden;
	max-width: calc(var(--fluidPx) * 416);
	max-height: calc(var(--fluidPx) * 416);
}
@media only screen and (max-width: 960px) {
	.document_list .document_category .category_image {
		aspect-ratio: 342/210;
		width: 100%;
		max-width: 100%;
	}
}
.document_list .document_category .category_image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.document_list .document_category .documents_container {
	flex: 1;
}
.document_list .document_category .documents_container .document_title {
	font-size: calc(var(--fluidPx) * 20);
	font-family: "AvenirLTPro-Roman", "TsukuGoPro-B-AvenirNextLTPro-Medium";
	font-weight: 800;
	margin-bottom: calc(var(--fluidPx) * 24);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: calc(var(--fluidPx) * 12);
}
@media only screen and (max-width: 960px) {
	.document_list .document_category .documents_container .document_title {
		flex-direction: column;
		align-items: flex-start;
		font-size: calc(var(--fluidPx) * 18);
		gap: calc(var(--fluidPx) * 0);
	}
}
.document_list .document_category .documents_container .document_title .document_title_sub {
	font-size: calc(var(--fluidPx) * 20);
	font-weight: 500;
	color: #666;
}
@media only screen and (max-width: 960px) {
	.document_list .document_category .documents_container .document_title .document_title_sub {
		font-size: calc(var(--fluidPx) * 16);
	}
}
.document_list .document_category .documents_container .document_item {
	margin-bottom: calc(var(--fluidPx) * 80);
	padding-top: calc(var(--fluidPx) * 20);
	border-top: 1px solid #ccc;
}
.document_list .document_category .documents_container .document_item:first-child {
	padding-top: 0;
	border-top: 0;
}
.document_list .document_category .document_versions .version_item .version_details {
	display: flex;
}
.document_list .document_category .document_versions .version_item .version_details .version_download {
	text-align: right;
	flex: 1;
}
@media only screen and (max-width: 960px) {
	.document_list .document_category .document_versions .version_item .version_details .version_download {
		text-align: left;
	}
}
.document_list .document_category .document_versions .version_item.latest {
	display: flex;
	gap: calc(var(--fluidPx) * 20);
	align-items: flex-start;
	margin-bottom: 40px;
	padding: 0;
	border-top: none;
}
.document_list .document_category .document_versions .version_item.latest .version_details {
	flex: 1;
	display: grid;
	grid-template-columns: calc(var(--fluidPx) * 100) auto auto;
	grid-template-rows: 1.5em 1.5em auto;
	grid-column-gap: calc(var(--fluidPx) * 15);
	grid-row-gap: 0;
}
@media only screen and (max-width: 960px) {
	.document_list .document_category .document_versions .version_item.latest .version_details {
		grid-template-columns: 29.4117647059% auto;
		grid-template-rows: repeat(4, auto);
		gap: calc(var(--fluidPx) * 12);
	}
}
.document_list .document_category .document_versions .version_item.latest .version_details .version_thumbnail {
	grid-area: 1/1/4/2;
}
.document_list .document_category .document_versions .version_item.latest .version_details .version_thumbnail img {
	width: 100%;
}
@media only screen and (max-width: 960px) {
	.document_list .document_category .document_versions .version_item.latest .version_details .version_thumbnail {
		max-width: 100%;
		grid-area: 1/1/4/2;
		padding-right: 0;
	}
}
.document_list .document_category .document_versions .version_item.latest .version_details .version_number {
	grid-area: 1/2/2/3;
}
@media only screen and (max-width: 960px) {
	.document_list .document_category .document_versions .version_item.latest .version_details .version_number {
		grid-area: 1/2/2/3;
	}
}
.document_list .document_category .document_versions .version_item.latest .version_details .version_date {
	grid-area: 2/2/3/3;
}
@media only screen and (max-width: 960px) {
	.document_list .document_category .document_versions .version_item.latest .version_details .version_date {
		grid-area: 2/2/3/3;
	}
}
.document_list .document_category .document_versions .version_item.latest .version_details .version_whats_new {
	grid-area: 3/2/4/3;
}
.document_list .document_category .document_versions .version_item.latest .version_details .version_whats_new h4 {
	font-size: 16px;
	margin-bottom: 0;
}
@media only screen and (max-width: 960px) {
	.document_list .document_category .document_versions .version_item.latest .version_details .version_whats_new {
		grid-area: 3/2/4/3;
	}
}
.document_list .document_category .document_versions .version_item.latest .version_details .version_whats_new ul {
	list-style: disc;
	margin-left: 1em;
}
.document_list .document_category .document_versions .version_item.latest .version_details .version_download {
	grid-area: 1/3/4/4;
	margin-top: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
@media only screen and (max-width: 960px) {
	.document_list .document_category .document_versions .version_item.latest .version_details .version_download {
		grid-area: 4/1/5/3;
		margin-left: 0;
		margin-top: calc(var(--fluidPx) * 30);
		text-align: center;
		justify-content: center;
	}
}
.document_list .document_category .document_versions .version_item.latest .version_details .version_download a {
	text-decoration: none;
	padding: 16px 22px;
}
.document_list .document_category .document_versions .version_item:not(.latest) .version_details {
	margin-left: calc(var(--fluidPx) * 124);
	padding: calc(var(--fluidPx) * 16) 0;
	border-top: 1px solid #ccc;
}
@media only screen and (max-width: 960px) {
	.document_list .document_category .document_versions .version_item:not(.latest) .version_details {
		margin-left: 0;
	}
}
.document_list .document_category .document_versions .version_item:not(.latest) .version_details .version_number {
	min-width: 4em;
	margin-right: 1em;
}
.document_list .document_category .document_versions .version_item:not(.latest) .version_details .version_date {
	display: flex;
	align-items: center;
	color: #666;
	font-size: calc(var(--fluidPx) * 14);
}
.document_list .document_category .document_versions .version_item:not(.latest) .version_download {
	margin-top: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.document_list .document_category .document_versions .version_item:not(.latest) .version_download a {
	border: none;
	padding: 0;
	text-decoration: underline;
}
.document_list .document_category .document_versions .version_item:not(.latest) .version_download a:after {
	display: none;
	text-align: center;
}
.document_list .document_category .document_versions .version_item:not(.latest):last-child .version_details {
	border-bottom: 1px solid #ccc;
}

/*=========================
add 202607
=========================*/

/* .gHeader-white a {
	color: #fff;
}
.gHeader-white .gHeader_lang a:first-child::after {
	background-color: #fff;
}
.gHeader_logo div,
.gHeader_logo h1 {
	background-image: url(../../assets/images/global/synspective_logo_h_dark.svg?v=a2b3701…);
}

.gHeader-white .gHeader_contact label {
	border-color: #fff;
	color: #fff;
} */

.pageID-page .contents {
	margin: 0 auto;
	max-width: 100%;
	min-width: 100%;
	padding: 0;
}
.pageID-page .contents.pt96 {
	padding-top: 0 !important;
}

.company_v2 .modal_container .modal.active {
	z-index: 3110;
}
.company_v2 .modal_wrap .modal_bg {
	z-index: 3100;
}

.global_growth .modal_wrap .modal_bg {
	z-index: 3100;
}
.global_growth .modal_container .modal.active {
	z-index: 3110;
}
.pageID-page .section_inner .headBlock,
.pageID-page .section_inner .news {
	padding: 0 48px;
}
@media screen and (max-width: 736px) {
	.pageID-page .section_inner .headBlock,
	.pageID-page .section_inner .news {
		padding: 0 20px;
	}
}
.pageID-page .section_inner .headBlock h2 {
	margin-bottom: 0;
}
.pageID-page .section_inner .news {
	margin-bottom: 48px;
}
.pageID-page .contact-frame {
	margin-top: 180px;
}
@media only screen and (max-width: 736px) {
	.pageID-page .contact-frame {
		margin-top: 64px;
	}
}

/*=========================
add 202607_2
=========================*/
.qanda_block {
	position: relative;
}
.qanda_block_label {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.qanda_block_input {
	display: none;
}
.qanda_block_input:checked ~ .question::after {
	transform: rotate(180deg);
}
.qanda_block_input:checked ~ .answer {
	display: block;
}
.wp-block-cover.benefits_block .wp-block-cover__image-background {
	width: 100vw;
	left: calc((100vw - 100%) / 2 * -1);
}
.wp-block-cover.benefits_block .has-background-dim {
	width: 100vw;
	left: calc((100vw - 100%) / 2 * -1);
	right: initial;
}

#mainvisual.recruit-mainvisual {
	margin-top: -206px;
}
@media only screen and (max-width: 736px) {
	#mainvisual.recruit-mainvisual {
		margin-top: -146px;
	}
}
#mainvisual .slick-list > div {
	height: 100%;
}
.pageID-page .read {
	margin-bottom: 0;
}
