@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500&family=Noto+Sans+JP&family=Noto+Serif+JP&display=swap');
@font-face {
	font-family: "NotoSerif400";
	font-style: normal;
	display: swap;
	font-weight: 400;
	src: url("http://160.16.139.56/upload/tenant_1/notoserif-regular.woff") format("woff");
}

@font-face {
	font-family: "NotoSans400";
	font-style: normal;
		display: swap;
	font-weight: 400;
	src: url("/upload/tenant_1/notosansjp-regular.woff2") format("woff2");
}

:root {
    --awesome: "Font Awesome 6 Free";
    --sans: 'Noto Sans JP', sans-serif;
    --ja: 'Noto Serif JP', serif;
    --en: 'Cormorant Garamond',
        serif;

    --black01: #3e3a39;
    --black02: #231815;
    --gray: #aeafaf;
    --white-rgba01: rgba(255, 255, 255, 0.9);
    --white-rgba02: rgba(255, 255, 255, 0.5);

}

body {
	background: url('/import/tenant_1/160.16.139.56/html/images/top/black-bg.webp');
	background-size: 100% auto;
	color: #3e3a39;
	font-family: "Noto Sans JP",
		sans-serif;
	line-height: 1.8;
}

h1 {
	margin-bottom: 10px;
}

[data-element-id] h1 {
  margin-bottom: 50px
}

[class*=up-ofi] {
	height: 100%;
	overflow: hidden;
}


button {
	border: none;
}

figure {
	text-align: center;
}

#wrapper {
	min-width: 320px;
	overflow-x: hidden;
}

.txt {
	color: #fff;
}

/* js-toggle */

.js-toggle {
	cursor: pointer;
}

.js-toggle+* {
	display: none;
}

[data-element-id] .js-toggle+* {
	display: block;
}

.fead-zoom img {
	will-change: animation;
}

.fead-zoom [class*=up-ofi] {
	overflow: hidden;
}

.fead-zoom.mv img {
	-webkit-animation: zoom 2.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	animation: zoom 2.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.fead-up>* {
	opacity: 0;
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
}

.fead-up.mv>* {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: opacity 1s, -webkit-transform 0.8s;
	transition: opacity 1s, -webkit-transform 0.8s;
	transition: opacity 1s, transform 0.8s;
	transition: opacity 1s, transform 0.8s, -webkit-transform 0.8s;
}
[data-element-id][class*=fead-] * {
  opacity: 1;
  transform: unset;
  filter: unset;
}
.fead-text .str {
	display: inline-block;
	opacity: 0;
	overflow: hidden;
	-webkit-transform: translate(20%, 100%);
	transform: translate(20%, 100%);
	-webkit-transition: opacity 0.5s, -webkit-transform 0.8s;
	transition: opacity 0.5s, -webkit-transform 0.8s;
	transition: opacity 0.5s, transform 0.8s;
	transition: opacity 0.5s, transform 0.8s, -webkit-transform 0.8s;
	will-change: transform, opacity;
}

.fead-text.visible {
	overflow: visible;
}

.fead-text .str.mv {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.fead-order>* {
	opacity: 0;
	-webkit-transform: matrix(1, 0, 0, 1, 0, 30);
	transform: matrix(1, 0, 0, 1, 0, 30);
	-webkit-transition: 1s cubic-bezier(0.22, 1, 0.4, 1) 0.8s;
	transition: 1s cubic-bezier(0.22, 1, 0.4, 1) 0.8s;
}

.fead-order>.mv {
	opacity: 1;
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	transform: matrix(1, 0, 0, 1, 0, 0);
}

.fead-blur img {
	-webkit-filter: blur(15px);
	filter: blur(15px);
	opacity: 0;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.fead-blur.mv img {
	-webkit-filter: blur(0);
	filter: blur(0);
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 0s, 0.3s, 0.5s;
	transition-delay: 0s, 0.3s, 0.5s;
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s;
	-webkit-transition-property: opacity, -webkit-filter, -webkit-transform;
	transition-property: opacity, -webkit-filter, -webkit-transform;
	transition-property: opacity, filter, transform;
	transition-property: opacity, filter, transform, -webkit-filter, -webkit-transform;
	-webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
	transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}

.bg01 {
	background: url('/import/tenant_1/160.16.139.56/html/images/top/gray-bg.webp');
	background-size: auto;
	opacity: 1;
}

.gray-bg-right {
	position: relative;
}

.gray-bg-right::before {
	background: url('/import/tenant_1/160.16.139.56/html/images/top/gray-bg.webp');
	background-size: contain;
	content: "";
	display: block;
	height: 70%;
	mix-blend-mode: screen;
	opacity: 0.5;
	position: absolute;
	right: 0;
	top: 0;
	width: 55vw;
}

.bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.white-bg {
  background: rgba(255,255,255,.8);
  width: 100%;
  height: 100%;
  
}

.breadcrumb {
	margin: 30px 0;
}

.breadcrumb .item {
	color: #fff;
	display: inline;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	vertical-align: middle;
}

.breadcrumb .item img {
	vertical-align: baseline;
}

.breadcrumb .item:not(:last-of-type):after {
	content: "\f054";
	font-family: "Font Awesome 6 Free";
	font-size: 20px;
	font-weight: bold;
	margin-left: 20px;
}

.breadcrumb .item:not(:first-of-type) {
	margin-left: 20px;
}

/*===================================
共通ボタン
===================================*/

[class*=btn-cmn] {
	--btn-mt-xlarge: 90px;
	--btn-mt-large: 70px;
	--btn-mt-medium: 50px;
	--btn-mt-small: 40px;
	--btn-mt-xsmall: 30px;
}

/* btn-cmn01 */

.btn-cmn01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: var(--btn-mt-medium);
}

.btn-cmn01>* {
	background: rgba(255, 255, 255, .5);
	border: solid 0.7px #3e3a39;
	font-family: "Cormorant Garamond","Noto Serif JP",serif;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1;
	max-width: 100%;
	padding: 15px 30px;
	position: relative;
	text-align: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	
}

.btn-cmn01.back>*::after {
	content: "\f060";
	left: 15px;
	right: auto;
	-webkit-transition: left 0.5s;
	transition: left 0.5s;
}

.btn-cmn01.back>*:hover::after {
	left: 5px;
	right: auto;
}

.btn-cmn02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: var(--btn-mt-medium);
}

.btn-cmn02.contact-btn>* {
	background: #3e3a39;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}

.btn-cmn02.test-b.contact-btn>* {
  	background: #fff;
	color: #3e3a39;
	display: flex;
	align-items: center;
}

.btn-cmn02.contact-btn>*::before {
	content: "\f0e0";
	font-family: var(--awesome);
	font-weight: bold;
	margin-right: 10px;
}

.btn-cmn02.tel-btn>* {
	background: rgba(255, 255, 255, .9);
	font-family: "Cormorant Garamond",
		serif;
	font-size: 14px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
}

.btn-cmn02.tel-btn>*::before {
	background: url('/import/tenant_1/160.16.139.56/html/images/top/tel.webp') no-repeat;
	background-size: contain;
	height: 24px;
	width: 24px;
}

.btn-cmn02>* {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 100%;
	padding: 15px 10px;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.btn-cmn02>*::before {
	content: "";
	display: inline-block;
	margin-right: 10px;
}

.btn-cmn03 >* {
  display: block;
  color: var(--black01);
  text-decoration: underline;
}

/* 共通ボタン上書き */

.btn-mt-xlarge {
	margin-top: var(--btn-mt-xlarge);
}

.btn-mt-large {
	margin-top: var(--btn-mt-large);
}

.btn-mt-medium {
	margin-top: var(--btn-mt-medium);
}

.btn-mt-small {
	margin-top: var(--btn-mt-small);
}

.btn-mt-xsmall {
	margin-top: var(--btn-mt-xsmall);
}

.btn-mt-none {
	margin-top: 0;
}

.btn-w-full>* {
	width: 100%;
}

.btn-w-xlarge>* {
	width: 350px;
}

.btn-w-xlarge>* {
	width: 300px;
}

.btn-w-medium>* {
	width: 250px;
}

.btn-w-small>* {
	width: 200px;
}

.btn-w-xsmall>* {
	width: 150px;
}

.btn-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.btn-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.works-box .pbox {
	position: relative;
}

.works-box .pbox .works-cat {

	bottom: -10px;
	
	left: 0;
	
	position: absolute;
}

.works-box .pbox .works-cat span {
  	background: #3e3a39;
  	margin-right: 10px;
  	margin-bottom: 10px;
  	color: #fff;
	font-size: 14px;
	display: inline-block;
	line-height: 1;
	padding: 10px 15px;
}

.works-box .works-date {
	font-size: 14px;
	line-height: 1;
}

.works-box .works-ttl {
	font-family: "Noto Serif JP",
		serif;
	font-size: 18px;
}

.post-box .date {
	width: 100px;
}

.post-box dl+dl {
	margin-top: 25px;
}

.post-box .ttl {
	padding-right: 15px;
	position: relative;
	width: calc(100% - 100px);
}

.post-box .ttl::after {
	content: "\f054";
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.news-list .detail-ttl {
	border-bottom: solid 1px var(--color01);
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 10px;
}

.post-list {
	background: #fff;
}

.post-list .post-item {
	background: #fff;
		padding: 25px 25px;
		position: relative;
}

.post-list .post-item + .post-item {
  border-top: 1px solid #e6eaeb;
}
.post-list .post-item + .post-item::before {
  content: "";
  width: calc(100% - 50px);
  left: 25px;
  position: absolute;
  display: block;
  top: 0;
  height: 1px;
  background: rgba(62, 58, 57, .5);
  
}
.post-list .post-item:first-of-type {
  border-bottom: unset; 
}

.post-date {
	display: inline-block;
	font-size: 14px;
}

.post-cat {
	display: inline-block;
	margin: -10px -10px 0 0;
	padding-top: 10px;
}

.post-cat span {
	background: #3e3a39;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin: 10px 10px 0 0;
	padding: 5px 20px;
	position: relative;
}

.post-ttl {
	font-family: "Noto Serif JP",
		serif;
	font-size: 18px;
	padding-bottom: 25px;

	position: relative;
}

.post-ttl a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.post-ttl a::after {
	content: "";
	background: url(/upload/tenant_1/right.png) no-repeat;
	background-size: contain;
	width: 13px;
	height: 22px;
	display: inline-block;
	margin-left: 1em;
}

.detail-box {
	background: #fff;
	padding: 40px;
}

.detail-meta .head {
	background: #fff;
	border-radius: 20px;
	margin-bottom: 20px;
	padding: 20px;
}

.detail-meta .post {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.detail-meta .post::before {
	background: var(--color01);
	content: "";
	display: inline-block;
	height: 1px;
	margin-right: 15px;
	width: 30px;
}

.detail-meta .name {
	color: var(--color01);
	font-size: 18px;
}

.detail-meta .ttl {
	background: #fff;
	color: #3e3a39;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 15px;
	padding: 20px;
}

.detail-meta dl+dl {
	margin-top: 20px;
}

.detail-meta dl dt {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--color01);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
}

.detail-meta dl dt::before {
	background: #3e3a39;
	content: "";
	display: inline-block;
	height: 1px;
	margin-right: 10px;
	width: 30px;
}

.detail-meta dl dd {
	line-height: 2;
	margin-left: 1em;
}

.staff-detail .pbox {
	position: relative;
}

.staff-detail .pbox::before {
	background: var(--bg-color02);
	bottom: -50px;
	content: "";
	display: block;
	margin-left: calc(50% - 50vw);
	padding-top: 100%;
	position: absolute;
	right: 50px;
	width: 100vw;
}

.cuscon-txt {
	letter-spacing: 0.05em;
	line-height: 2;
}

.cuscon-txt h2,
.cuscon-txt h3,
.cuscon-txt h4,
.cuscon-txt img {
	margin: 1em 0;
}

.cuscon-txt h2 {
	background: #f5f5f5;
	border-left: 5px solid #3e3a39;
	font-size: clamp(22px, 21.12px + 0.22vw, 24px);
	font-size: clamp(1.375rem, 1.32rem + 0.22vw, 1.5rem);
	padding-left: 0.5em;
}

.cuscon-txt h3 {
	border-bottom: 2px solid #3e3a39;
	display: inline;
	font-size: clamp(20px, 19.2px + 0.22vw, 22px);
	font-size: clamp(1.25rem, 1.2rem + 0.22vw, 1.375rem);
}

.cuscon-txt h4 {
	color: var(--color-primary);
	font-size: clamp(18px, 17.12px + 0.22vw, 20px);
	font-size: clamp(1.125rem, 1.07rem + 0.22vw, 1.25rem);
}

.flow-cmn01 .item:nth-of-type(even) {
	margin-top: 80px;
}

.flow-cmn01 .item .tbox .txt {
	color: #fff;
	line-height: 2;
}

.flow-cmn01 .item .lead-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}

.flow-cmn01 .item .lead-wrap .num {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-family: "Cormorant Garamond",
		serif;
	font-size: 60px;
	font-weight: bold;
	height: 80px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	margin-right: 15px;
	padding-bottom: 10px;
	width: 80px;
}

.flow-cmn01 .item .lead-wrap .lead {
	color: #fff;
	font-size: 32px;
}

.flow-cmn02 .box {
	position: relative;
}

.flow-cmn02 .box+.box .pbox {
	position: relative;
}

.flow-cmn02 .box+.box .pbox::before {
	background: var(--bg-color02);
	content: "";
	display: inline-block;
	height: 40px;
	position: absolute;
	right: 60px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: -1;
}

.flow-cmn02 .box .num {
	color: var(--color01);
	font-size: 32px;
	font-weight: bold;
	margin-bottom: -15px;
	margin-left: 15px;
	position: relative;
	z-index: 1;
}

.flow-cmn02 .pbox figure {
	border-radius: 20px;
	overflow: hidden;
}

.flow-cmn02 .tbox .time {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--color01);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
}

.flow-cmn02 .tbox .time::before {
	content: "\f017";
	font-family: "Font Awesome 6 Free";
	font-size: 24px;
	font-weight: bold;
	margin-right: 15px;
}

.list-cmn01 ul+ul {
	margin-top: 20px;
}

.list-cmn01 li {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
}

.list-cmn01 li::before {
	content: "\f00c";
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-family: "Font Awesome 6 Free";
	font-size: 20px;
	font-weight: bold;
	margin-right: 0.5em;
}

.list-cmn02 {
	background: url('/import/tenant_1/160.16.139.56/html/images/top/gray-bg.webp');
	background-blend-mode: screen;
	background-size: 100% 100%;
	padding: 100px 40px;
}


.list-cmn02 ul li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Noto Serif JP",
		serif;
	font-size: clamp(20px, 18.4px + 0.43vw, 24px);
	font-size: clamp(1.25rem, 1.15rem + 0.43vw, 1.5rem);
	line-height: 2;
}

.list-cmn02 ul li::before {
	content: "\f058";
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-family: "Font Awesome 6 Free";
	font-size: 20px;
	font-weight: bold;
	margin-right: 0.5em;
}

.list-cmn02 .txt {
	color: #3e3a39;
}

.pagenation {
	width: 100%;
}

.pagenation ul {
	margin: 0 -10px;
}

.pagenation ul li {
	margin: 0 10px;
}

.pagenation .item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 70px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
}

.pagenation .item.now,
.pagenation .item a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagenation .item a {
	height: 100%;
	width: 100%;
}

.pagenation .item a:hover {
  background: #eee;
}
.pagenation .prev,
.pagenation .next {
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}

.pagenation .prev:hover {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
	background: #eee;
}

.pagenation .next:hover {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
	background: #eee;
}

.pagenation .now {
	background-color: #eee;
}

.swiper {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	position: relative;
}

.swiper::before {
  content: "";
  display: block;
  background: url(/import/tenant_1/160.16.139.56/html/images/top/black-bg.webp);
background-size: cover;
    bottom: 32%;
    height: 60%;
    width: 100%;
    position: absolute;
  
}

.swiper-wrapper {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.swiper-button-next,
.swiper-button-prev {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--black01);
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	height: 50px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 0;
	top: 40%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	border: solid 0.7px #3e3a39;
  background-color: rgba(255, 255, 255, 0.7);
}

.swiper-button-prev {
  left: 50px;
}
.swiper-button-next {
  right: 50px;
  left: auto;
}
.swiper-button-next::after,
.swiper-button-prev::after {
	display: none;
}

.swiper-button-prev::before {
  content: "";
  display: block;
  background: url(/upload/tenant_1/right.png) no-repeat;
  background-size: contain;
   transform: scale(-1, 1);
  width: 13px;
  height: 22px;
}


.swiper-button-next::before {
  content: "";
  display: block;
  
  background: url(/upload/tenant_1/right.png) no-repeat;
  background-size: contain;
  width: 13px;
  height: 22px;
}

.swiper-pagination {
	bottom: -30px !important;
	position: relative;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--color01);
}

.swiper-pagination-bullet {
	background: #fff;
	height: 15px;
	opacity: 1;
	width: 15px;
}

.swiper02-area {
	padding: 0 80px;
	position: relative;
}

.swiper02-area .swiper02 {
	overflow: hidden;
}

.swiper02-area .swiper-button-next,
.swiper02-area .swiper-button-prev {
	background: var(--color01);
	color: #fff;
}

.swiper02-area .swiper-button-prev {
	left: 0;
	right: auto;
}

.swiper02-area .swiper-button-next {
	right: 0;
}

.swiper02 .swiper-wrapper,
.swiper03 .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.table-cmn01 {
	background: #aeafaf url('/import/tenant_1/160.16.139.56/html/images/top/gray-bg.webp');
	background-blend-mode: overlay;
	padding: 40px;
}

.table-cmn01 dl {
	border-bottom: 1px solid #fff;
}

.table-cmn01 dl dt {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 15px;
	width: 200px;
}

.table-cmn01 dl dd {
	color: #fff;
	line-height: 2;
	padding: 0 20px 20px;
	width: calc(100% - 200px);
}

.table-cmn02 {
	background: #fff;
	padding: 40px;
}

.table-cmn02 dl {
	border-bottom: 1px solid rgba(62, 58, 57, .5);
	padding-bottom: 30px;
}

.table-cmn02 dl+dl {
	margin-top: 30px;
}

.table-cmn02 dl dt {
	font-size: 16px;
	font-weight: bold;
	padding: 0 15px;
	width: 200px;
}

.table-cmn02 dl dd {
	line-height: 1.8;
	width: calc(100% - 250px);
}

.table-cmn07 dl:last-child dd {
	border-bottom: 1px solid #d4e6ff;
}

.table-cmn07 dl dt {
	background-color: #d4e6ff;
	border-top: 1px solid #fff;
	font-weight: bold;
	padding: 30px;
	width: 300px;
}

.table-cmn07 dl dd {
	border-top: 1px solid #d4e6ff;
	font-size: 14px;
	font-weight: 600;
	line-height: 2.5;
	padding: 20px 50px;
	width: calc(100% - 300px);
}

.table-cmn07 dl dd .box:first-child {
	border-right: 1px solid #d4e6ff;
}

.table-cmn07 dl dd .lead {
	color: #003d96;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 10px;
}

.table-cmn07 dl dd .lead02 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.table-cmn07 dl dd .lead02::before {
	background: url(../images/greeting/leaf.webp) no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 25px;
	margin-right: 10px;
	width: 16px;
}

.table-cmn07 dl dd .txt {
	font-size: 14px;
	line-height: 1.7;
}

.table-cmn08 {
	overflow-x: auto;
}

.table-cmn08 .table-box {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	padding: 40px;
}

.table-cmn08 .table-box+.table-box {
	margin-top: 50px;
}

.table-cmn08 table {
	border-collapse: collapse;
	width: 100%;
}

.table-cmn08 tr td,
.table-cmn08 tr th {
	white-space: nowrap;
}

.table-cmn08 tr td:first-child,
.table-cmn08 tr th:first-child {
	white-space: nowrap;
	width: 250px;
}

.table-cmn08 .head th {
	background: var(--bg-color02);
	padding: 20px;
}

.table-cmn08 .container.table-bg td {
	background: #f5f5f5;
}

.table-cmn08 .container td {
	background: #fff;
	border-bottom: 1px solid var(--bg-color02);
	padding: 30px;
	position: relative;
	text-align: center;
}

.table-cmn08 .container td span {
	border-bottom: 1px solid var(--color01);
	font-size: 14px;
}

.table-cmn08 .container td:first-child {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: left;
}

.table-cmn09 .left {
	background: #d4e6ff;
	border-bottom: 1px solid #fff;
	padding: 30px;
	width: 390px;
}

.table-cmn09 .left .lead {
	position: relative;
}

.table-cmn09 .left .lead::before {
	background: url(../images/greeting/leaf.webp) no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 25px;
	margin-right: 10px;
	vertical-align: middle;
	width: 16px;
}

.table-cmn09 .right {
	background: #fff;
	border-bottom: 1px solid #d4e6ff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: calc(100% - 390px);
}

.table-cmn09 .right dt,
.table-cmn09 .right dd {
	border-bottom: 1px solid #d4e6ff;
	border-right: 1px solid #d4e6ff;
	height: 100%;
	padding: 15px;
}

.table-cmn09 .right dt {
	width: 40%;
}

.table-cmn09 .right dd {
	width: 60%;
}

.table-cmn09 .right .sub-def {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

[class*=ttl-cmn] {
	--ttl-fz-xlarge: 44px;
	--ttl-fz-large: 40px;
	--ttl-fz-medium: 36px;
	--ttl-fz-small: 24px;
	--ttl-fz-xsmall: 20px;
	--ttl-mb-xlarge: 70px;
	--ttl-mb-large: 60px;
	--ttl-mb-medium: 50px;
	--ttl-mb-small: 40px;
	--ttl-mb-xsmall: 30px;
}

/* 共通タイトル１ */

[class*=ttl-cmn] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ttl-cmn01 {
	font-size: clamp(20px, 16px + 1.08vw, 30px);
	font-size: clamp(1.25rem, 1rem + 1.08vw, 1.875rem);
	padding-bottom: 2em;
}


.ttl-cmn01>* {
	position: relative;
	width: 100%;
}

.ttl-cmn01 .en {
	color: #fff;
	display: block;
	font-family: "Cormorant Garamond",
		serif;
	font-size: clamp(40px, 23.84px + 4.32vw, 80px);
	font-size: clamp(2.5rem, 1.49rem + 4.32vw, 5rem);
	left: 36%;
	line-height: 1.3;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ttl-cmn01 .en::first-letter {
	text-transform: uppercase;
}


.ttl-cmn01 .ja {
	display: block;
	font-family: "Noto Serif JP",
		serif;
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3.2em;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.ttl-cmn01 .ja::before {
	background: #fff;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 3em;
	position: absolute;
	-webkit-transform: translateY(50%) rotate(-40deg);
	transform: translateY(50%) rotate(-40deg);
	width: 1px;
}

[data-element-id].ttl-cmn01 .ja {
  margin-top: 5em
}

@media (max-width: 599px) {
  .ttl-cmn01 .ja {
    padding-top: 2.6em
  }
}

.ttl-cmn01.ttl-white .en {
	background: var(--white02);
}

.ttl-cmn01.ttl-white .ja {
	color: #fff;
}

.ttl-cmn01.ttl-small {
	font-size: clamp(14px, 12.32px + 0.43vw, 18px);
	font-size: clamp(0.875rem, 0.77rem + 0.43vw, 1.125rem);
}

.ttl-cmn01.ttl-small .en {
	font-size: clamp(24px, 21.6px + 0.65vw, 30px);
	font-size: clamp(1.5rem, 1.35rem + 0.65vw, 1.875rem);
}

.ttl-cmn01.ttl-left .en {
	left: 0;
	-webkit-transform: unset;
	transform: unset;
}

.ttl-cmn01.ttl-left .ja {
	margin-left: 30px;
	margin-right: auto;
}

.ttl-cmn02 {
	border-bottom: solid 1px var(--color01);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.ttl-cmn02>* {
	position: relative;
}

.ttl-cmn02>* .en {
	display: block;
	font-family: var(--raleway);
	font-size: 24px;
	line-height: 1.5;
}

.ttl-cmn02>* .ja {
	display: block;
	font-size: 12px;
}

.ttl-cmn03 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: var(--ttl-mb-xsmall);
}

.ttl-cmn03>* .ja {
	font-size: clamp(16px, 15.2px + 0.22vw, 18px);
	font-size: clamp(1rem, 0.95rem + 0.22vw, 1.125rem);
}

.ttl-cmn03>* .en {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--color01);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Cormorant Garamond",
		serif;
	font-size: clamp(20px, 18.4px + 0.43vw, 24px);
	font-size: clamp(1.25rem, 1.15rem + 0.43vw, 1.5rem);
}

.ttl-cmn03>* .en::before {
	background: var(--color01);
	content: "";
	display: inline-block;
	height: 1px;
	margin-right: 10px;
	width: 30px;
}

[data-element-id] .ttl--vertical {
	-ms-writing-mode: initial;
	-webkit-writing-mode: initial;
	writing-mode: initial;
}

.ttl--vertical {
	-ms-writing-mode: tb-rl;
	word-break: keep-all;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

.ttl-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.ttl-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ttl-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.ttl-fz-xlarge {
	font-size: var(--ttl-fz-xlarge) !important;
}

.ttl-fz-large {
	font-size: var(--ttl-fz-large) !important;
}

.ttl-fz-medium {
	font-size: var(--ttl-fz-medium) !important;
}

.ttl-fz-small {
	font-size: var(--ttl-fz-small) !important;
}

.ttl-fz-xsmall {
	font-size: var(--ttl-fz-xsmall) !important;
}

.ttl-mb-xlarge {
	margin-bottom: var(--ttl-mb-xlarge);
}

.ttl-mb-large {
	margin-bottom: var(--ttl-mb-large);
}

.ttl-mb-medium {
	margin-bottom: var(--ttl-mb-medium);
}

.ttl-mb-small {
	margin-bottom: var(--ttl-mb-small);
}

.ttl-mb-xsmall {
	margin-bottom: var(--ttl-mb-xsmall);
}

.ttl-mb-none {
	margin-bottom: 0 !important;
}

.footer {
	position: relative;
	background: #424242 url(/import/tenant_1/160.16.139.56/html/images/top/gray-bg.webp);
    background-size: cover;
    opacity: 1;
    background-blend-mode: hard-light;
}

.footer-copy {
	background: #3e3a39;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	margin-top: 35px;
	padding: 15px;
	text-align: center;
}

.footer-item a {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

.footer-menu li {
	color: #fff;
	letter-spacing: 0.02em;
	line-height: 2;
}

.footer-menu li a {
	display: block;
}


.footer-menu .ttl {
	border-bottom: 1px solid var(--color01);
	color: #282625;
	font-family: "Cormorant Garamond",
		serif;
	font-size: 16px;
	letter-spacing: 0.02em;
	line-height: 1.2;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.footer-menu .ttl::before {
	color: var(--color01);
	content: "●";
	display: inline-block;
	margin-right: 5px;
}

.footer-insta>* {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-insta span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 10px;
	position: relative;
}

.footer-insta span::before {
	background: var(--color01);
	content: "";
	display: inline-block;
	height: 1px;
	margin-right: 10px;
	width: 50px;
}

.footer-subMenu {
	margin-top: 10px;
}

.footer-subMenu a {
	font-size: 14px;
}

.footer-info .info-box {
	color: #fff;
}

.footer-wrap {
	margin-bottom: 30px;
}

/*トップへ戻る*/

.totop {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 20px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: bold;
	height: 60px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 60px;
	z-index: 200;
}

.totop:before {
	content: "";
	display: block;
	height: 15px;
	left: 50%;
	position: absolute;
	top: -15px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1px;
}

.fix-document {
	position: fixed;
	right: 0;
	top: 20%;
	z-index: 90;
}

.fix-document>* {
	-ms-writing-mode: tb-lr;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f2af5f;
	border-radius: 15px 0 0 15px;
	-webkit-box-shadow: -6.3px 3px 7px 0 rgba(225, 137, 32, .3);
	box-shadow: -6.3px 3px 7px 0 rgba(225, 137, 32, .3);
	color: #fefefe;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.08em;
	padding: 1.5em 1em;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
}

.fix-document>*::after {
	background: url(../images/top/pdf.webp) no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 32px;
	margin-top: 10px;
	width: 32px;
}

.test-b .fix-menu {
	background: var(--color01);
}


.fix-menu .item {
	font-size: 12px;
	padding: 0 10px;
	text-align: center;
}

.fix-menu .menu {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: 20px;
}

.fix-menu .menu li>* {
	color: #fff;
}

.fix-menu .menu .tel>*::before {
	content: "\f095";
	display: block;
	font-family: "Font Awesome 6 Free";
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.fix-menu .menu .mail>*::before {
	content: "\f0e0";
	display: block;
	font-family: "Font Awesome 6 Free";
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.fix-menu .web>*::before {
	content: "\f274";
	display: block;
	font-family: "Font Awesome 6 Free";
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.fix-menu .test-a {
	display: none;
}

h1 {
	color: #fff;
	font-size: 14px;
}

.header {
	position: relative;
	z-index: 90;
	background: #c7c7c7;
  /* mix-blend-mode: hard-light; */
}
.header-cmn {
  padding: 0 0 20px;
}
.header-cmn.fixed {
	display: block;
	left: 0;
	padding: 20px 0;
	position: fixed;
	top: 0;
	width: 100%;
	background: rgba(255,255,255,.8);
}
.header-cmn.fixed .header-menu li {
  color: #fff;
}
.header .top-inner {
	position: relative;
}

[data-element-id].header-inner {
  flex-wrap: wrap;
}

.header-address {
	font-size: 12px;
}

.header .left {
	position: relative;
}

.header .left::before {
	background: #fff;
	border-radius: 50%;
	content: "";
	height: 280px;
	position: absolute;
	right: -40px;
	top: -80px;
	width: 280px;
}

.header-logo {
	max-width: 190px;
	position: relative;
	z-index: 1;
}
.header-item {
  color: #fff;
}

.header-item a {
	display: block;
	text-align: center;
	width: 100%;
}

.menu li .ttl {
	display: block;
}

.mega-menu-trigger {
  color: #fff;
  overflow: hidden;
}

.mega-menu::before {
    content: "";
    width: 100%;
    height: 36px;
    display: block;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    position: absolute;
    top: 0;
    left: 0;
}


.mega-menu-trigger:hover .mega-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.mega-menu {
    width: 100%;
    visibility: hidden;
    padding: 20px;
    background: var(--black01);
   opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
}

.mega-menu .service-list .box {
  position: relative;
  display: block;
}
.mega-menu .service-list .tbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin-top: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mega-menu .service-list .pbox {
  background: #000;
}
.mega-menu .service-list .pbox img {
  opacity: .5;
  mix-blend-mode: difference;
}
.mega-menu .service-list .ttl {
  color: #fff;
  font-size: 20px;
  width: 100%;
  text-align: center;
  font-family: var(--ja)
  
} 
/* ハンバーガーメニュー  */

/* berger */

.berger-body {
	-webkit-overflow-scrolling: touch;
	-webkit-clip-path: inset(0 100% 0 0);
	background: url('/import/tenant_1/160.16.139.56/html/images/top/gray-bg.webp');
	clip-path: inset(0 100% 0 0);
	height: 100vh;
	left: 0;
	overflow-y: auto;
	pointer-events: none;
	position: fixed;
	top: 0;
	visibility: hidden;
	
}

.berger-body.active {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	pointer-events: all;
	transition: -webkit-clip-path 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-webkit-transition: -webkit-clip-path 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: clip-path 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: clip-path 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-clip-path 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	visibility: visible;
	z-index: 251;
}

.berger-body.active .berger-inner {
	opacity: 1;
}

.berger-body.active .berger-pic img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.berger-nav {
	padding: 40px;
}

.berger-inner {
	height: 100%;
	position: relative;
	z-index: 10;
}

.berger-main {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
	padding: 50px 40px 150px;
}

.berger-menu li {
	color: #fff;
	line-height: 2;
}

.berger-menu li a {
	display: block;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}

.berger-menu li a:hover {
	opacity: 1;
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.berger-menu li.ttl {
	border-bottom: 1px solid var(--color01);
	display: inline-block;
	font-family: "Cormorant Garamond",
		serif;
	line-height: 1.5;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.berger-menu .dropdown {
	font-weight: normal;
	padding-left: 1em;
}


#gnav {
	position: relative;
	z-index: 250;
}


.header-insta {

	padding: 10px;
}

.close-btn {
	position: fixed;
	right: 20px;
	top: 70px;
	z-index: 100;
}

.toggle-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #eee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px;
	display: none;
}

.toggle {
	background: unset;
	cursor: pointer;
	height: 20px;
	margin: 0 auto;
	position: relative;
	width: 30px;
	z-index: 250;
}

.toggle .bar {
	-webkit-transition: ease 0.4s;
	background-color: #3e3a39;
	height: 1px;
	left: 0;
	position: absolute;
	transition: ease 0.4s;
	width: 100%;
}

.toggle .bar:nth-of-type(1) {
	top: 0;
}

.toggle .bar:nth-of-type(2) {
	top: 50%;
}

.toggle .bar:nth-of-type(3) {
	bottom: 0;
}

.toggle.active .bar:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-45deg);
	transform: translateY(11px) rotate(-45deg);
}

.toggle.active .bar:nth-of-type(2) {
	opacity: 0;
}

.toggle.active .bar:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}

.toggle::after {
	border: 1px solid var(--color01);
	border-radius: 50%;
	content: "";
	display: block;
	height: 30px;
	left: 50%;
	margin: -16px 0 0 -16px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	width: 30px;
	z-index: 1;
}

.toggle.active::after {
	-webkit-animation: circle 0.4s;
	animation: circle 0.4s;
}

.info-box {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.7;
}

.logo {
  max-width: 170px;
}

/* 共通コンテンツ間隔 */

[class*=section-m],
[class*=section-p] {
	--section-xlarge: 150px;
	--section-large: 120px;
	--section-medium: 100px;
	--section-small: 80px;
	--section-xsmall: 60px;
}

.section-my-xlarge {
	margin-bottom: var(--section-xlarge);
	margin-top: var(--section-xlarge);
}

.section-mt-xlarge {
	margin-top: var(--section-xlarge);
}

.section-mb-xlarge {
	margin-bottom: var(--section-xlarge);
}

.section-my-large {
	margin-bottom: var(--section-large);
	margin-top: var(--section-large);
}

.section-mt-large {
	margin-top: var(--section-large);
}

.section-mb-large {
	margin-bottom: var(--section-large);
}

.section-my-medium {
	margin-bottom: var(--section-medium);
	margin-top: var(--section-medium);
}

.section-mt-medium {
	margin-top: var(--section-medium);
}

.section-mb-medium {
	margin-bottom: var(--section-medium);
}

.section-my-small {
	margin-bottom: var(--section-small);
	margin-top: var(--section-small);
}

.section-mt-small {
	margin-top: var(--section-small);
}

.section-mb-small {
	margin-bottom: var(--section-small);
}

.section-my-xsmall {
	margin-bottom: var(--section-xsmall);
	margin-top: var(--section-xsmall);
}

.section-mt-xsmall {
	margin-top: var(--section-xsmall);
}

.section-mb-xsmall {
	margin-bottom: var(--section-xsmall);
}

.section-py-xlarge {
	padding-bottom: var(--section-xlarge);
	padding-top: var(--section-xlarge);
}

.section-pt-xlarge {
	padding-top: var(--section-xlarge);
}

.section-pb-xlarge {
	padding-bottom: var(--section-xlarge);
}

.section-py-large {
	padding-bottom: var(--section-large);
	padding-top: var(--section-large);
}

.section-pt-large {
	padding-top: var(--section-large);
}

.section-pb-large {
	padding-bottom: var(--section-large);
}

.section-py-medium {
	padding-bottom: var(--section-medium);
	padding-top: var(--section-medium);
}

.section-pt-medium {
	padding-top: var(--section-medium);
}

.section-pb-medium {
	padding-bottom: var(--section-medium);
}

.section-py-small {
	padding-bottom: var(--section-small);
	padding-top: var(--section-small);
}

.section-pt-small {
	padding-top: var(--section-small);
}

.section-pb-small {
	padding-bottom: var(--section-small);
}

.section-py-xsmall {
	padding-bottom: var(--section-xsmall);
	padding-top: var(--section-xsmall);
}

.section-pt-xsmall {
	padding-top: var(--section-xsmall);
}

.section-pb-xsmall {
	padding-bottom: var(--section-xsmall);
}

.side {
	position: relative;
	z-index: 1;
}

.side .ttl .en {
	display: block;
	font-family: "Cormorant Garamond",
		serif;
	font-size: 24px;
	text-align: center;
}

.side .ttl .ja {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	text-align: center;
}

.side .ttl .ja::before {
	background: #3e3a39;
	content: "";
	display: inline-block;
	height: 1px;
	margin-right: 10px;
	width: 30px;
}

.side-box {
	border: 1px solid #3e3a39;
	padding: 20px;
}

.side-box+* {
	margin-top: 60px;
}

.side .list {
	margin-top: 30px;
	padding-left: 1.5em;
}

.side .list li {
	line-height: 1.5;
	position: relative;
}

.side .list li+li {
	margin-top: 20px;
}

.cat-box {
	background: #3e3a39;
	padding: 40px;
}

.cat-box .cat-ttl {
	color: #fff;
	font-family: "Noto Serif JP",
		serif;
	font-size: 24px;
	margin-bottom: 20px;
}

.cat-box ul li a {
	background: #fff;
	display: block;
	padding: 5px 10px;
}

.block-cmn01 .pbox {
	margin-left: auto;
	margin-right: calc(50% - 50vw);
	position: relative;
	width: 33vw;
}

.block-cmn01 .box:nth-of-type(odd) .pbox {
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}

.block-cmn01 .box:nth-of-type(even) {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-top: 50px;
}

.block-cmn01 .box:nth-of-type(even) .pbox {
	margin-bottom: 0;
	margin-left: calc(50% - 50vw);
	margin-right: auto;
	width: 46vw;
}

.block-cmn02 {
	position: relative;
}

.block-cmn02 .box:nth-of-type(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.block-cmn02 .box:nth-of-type(even) .pbox {
	margin-left: 0;
	margin-right: calc(50% - 50vw);
}

.block-cmn02 .box+.box {
	margin-top: 80px;
}

.block-cmn02 .tbox {
	width: 45%;
}

.block-cmn02 .tbox .lead-wrap {
	margin-bottom: 30px;
	position: relative;
}

.block-cmn02 .tbox .lead-wrap .num {
	color: rgba(255, 255, 255, .5);
	display: inline-block;
	font-family: "Cormorant Garamond",
		serif;
	font-size: 120px;
	font-weight: bold;
	line-height: 1;
	position: relative;
}

.block-cmn02 .tbox .lead-wrap .num::after {
	background: rgba(255, 255, 255, .5);
	bottom: 0;
	content: "";
	display: block;
	height: 0.5em;
	position: absolute;
	right: 0;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	width: 2px;
}

.block-cmn02 .tbox .lead-wrap .lead {
	color: #fff;
	font-family: "Noto Serif JP",
		serif;
	font-size: 24px;
	line-height: 1.8;
	position: relative;
	z-index: 1;
}

.block-cmn02 .pbox {
	margin-left: calc(50% - 50vw);
	width: 50vw;
}

.block-cmn03 .tbox {
  position: relative;
  z-index: 10
}

.block-cmn03 .tbox .txt {
	color: #fff;
	line-height: 2;
}


.block-cmn03 .bg {
	background: #3e3a39;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.block-cmn03 .bg img {
	-webkit-filter: blur(5px);
	filter: blur(5px);
	opacity: 0.4;
}

.block-cmn04--rev .block-cmn04 .box:nth-of-type(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.block-cmn04--rev .block-cmn04 .box:nth-of-type(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.block-cmn04 .box+.box {
	margin-top: 80px;
}

.block-cmn04 .box:nth-of-type(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.block-cmn04 .tbox {
	position: relative;
}

.block-cmn04 .tbox .lead {
	color: #fff;
	font-family: "Noto Serif JP",
		serif;
	font-size: 24px;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}
.block-cmn04 .tbox .lead span{
  border-bottom: 1px solid #fff;
}

.block-cmn04 .tbox .txt {
	color: #fff;
	line-height: 2;
}

.block-cmn04 .ttl-cmn06 {
	-webkit-box-ordinal-group: -2;
	-ms-flex-order: -3;
	order: -3;
}

.block-cmn04 .pbox {
	padding-top: 30px;
	position: relative;
	z-index: 1;
}

.block-cmn04 .pbox figure {
	position: relative;
}

.block-cmn04 .pbox figure::before {
	background: url('/import/tenant_1/160.16.139.56/html/images/top/gray-bg.webp') no-repeat;
	content: "";
	display: block;
	height: 100%;
	left: -30px;
	position: absolute;
	top: -30px;
	width: 100%;
}

.block-cmn05 {
	background: #fff;
	padding: 40px;
}

.block-cmn05.bg-negative {
	background: #3e3a39 url('/import/tenant_1/160.16.139.56/html/images/top/gray-bg.webp');
	background-blend-mode: screen;
}

.block-cmn05__box+.block-cmn05__box {
	border-top: 1px solid #000;
	margin-top: 20px;
	padding-top: 20px;
}

.block-cmn05__pbox {
	margin-bottom: 20px;
}

.block-cmn05__lead {
	font-family: "Noto Serif JP",
		serif;
	font-size: 18px;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}

.block-cmn06 .box {
	position: relative;
}

.block-cmn06 .pbox {
	position: absolute;
	width: 25vw;
}

.block-cmn06 .tbox {
	background: rgba(255, 255, 255, .5);
	padding: 100px 40px;
	position: relative;
	z-index: 1;
}

.block-cmn06 .pbox01 {
	left: 5%;
	margin-left: calc(50% - 50vw);
	top: -15%;
}

.block-cmn06 .pbox02 {
	bottom: 0;
	margin-right: calc(50% - 50vw);
	right: 10%;
}

.block-cmn06 .pbox03 {
	bottom: -15%;
	left: 5%;
	margin-left: calc(50% - 50vw);
	width: 15vw;
}

.block-cmn06 .pbox04 {
	margin-right: calc(50% - 50vw);
	right: 5%;
	top: 0;
	width: 15vw;
}

.faq .item+.item {
	position: relative;
}

.faq .item+.item::after {
	background: rgba(62, 58, 57, .5);
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	margin: 0 auto;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(100% - 50px);
}

.faq .question,
.faq .answer-box {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 25px;
}

.faq .question {
	color: var(--color01);
	position: relative;
}

.faq .question::after {
	color: var(--color01);
	content: "+";
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	right: 50px;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.faq .question.is-parent::after {
	content: "\f068";
}

.faq .question .content {
	letter-spacing: 0.02em;
	line-height: 1.5;
	padding-right: 50px;
}

.faq .answer-box {
	background: #3e3a39;
}

.faq .answer-box .content {
	color: #fff;
	font-size: 16px;
}

.faq .content {
	line-height: 1.8;
	width: calc(100% - 70px);
}

.faq-q,
.faq-a {
	color: #727171;
	font-family: "Noto Serif JP",
		serif;
	font-size: clamp(24px, 17.44px + 1.73vw, 40px);
	font-size: clamp(1.5rem, 1.09rem + 1.73vw, 2.5rem);
	line-height: 1;
}

.faq-a {
	color: rgba(255, 255, 255, .9);
}

.form form {
	background: #fff;
	padding: 40px;
}

.form .item+.item {
	border-top: 1px solid #000;
	margin-top: 15px;
	padding-top: 15px;
}

.form .item dt {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: bold;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px;
	width: 250px;
}

.form .item .require {
	background: #3e3a39;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	padding: 0.5em 1em;
}

.form .item .optional {
	background: #bfbfbf;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	padding: 0.2em;
}

.form .item dd {
	padding: 15px;
	width: calc(100% - 300px);
}

.form .item dd input[type=text],
.form .item dd input[type=email],
.form .item dd input[type=tel],
.form .item dd textarea {
	background: #f7f7f7;
	border: none;
	color: #191919;
	padding: 5px;
	width: 100%;
}

.form .item dd select {
	background: #f7f7f7;
	border: none;
	-webkit-box-shadow: 5px 5px 0 var(--color-primary);
	box-shadow: 5px 5px 0 var(--color-primary);
	color: #191919;
	padding: 15px 20px;
	width: 150px;
}

.form .item dd input[type=text],
.form .item dd input[type=email],
.form .item dd select {
	height: 60px;
}

.form .item dd textarea {
	height: 240px;
}

.form .item .zip input[type=text] {
	width: 200px !important;
}

.form .item .year input[type=text] {
	width: 100px !important;
}

.form .item .time {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.form .item .time input[type=text] {
	margin-right: 12px;
	width: 150px;
}

.form .radiobox li label {
	padding-left: 25px;
}

.form .radiobox input[type=radio],
.form .radiobox input[type=checkbox] {
	opacity: 0;
	position: absolute;
}

.form .radiobox label {
	cursor: pointer;
	font-size: 18px;
	padding-left: 45px;
	position: relative;
}

.form .radiobox label:before {
background: #fff;
    border: solid 1px #bfbfbf;
    border-radius: 50%;
    content: "";
    display: block;
    height: 15px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    width: 15px;
}

.form .radiobox label:after {
	background: var(--black01);
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 2.3px;
    opacity: 0;
    position: absolute;
    top: 8px;
    -webkit-transition: opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    visibility: hidden;
    width: 10px;
}

.form .radiobox input[type="radio"]:checked+label:after {
	opacity: 1;
	visibility: visible;
}

.confirm-box {
	border: 2px solid var(--color-primary);
	padding: 30px;
}

.top-hero {
	min-height: 440px;
	position: relative;
	
}
.top-hero .img {
  background: #000;
}
.top-hero .img .uk-slideshow {
  opacity: .8
}

.top-hero .hero-inner {
	height: 100%;
	position: relative;
}

.top-hero .hero-inner::before {
	background: rgba(0, 0, 0, .7);
	content: "";
	display: block;
	height: 100%;
	left: -2%;
	position: absolute;
	top: 8%;
	width: 36%;
	z-index: 1;
}

.top-hero .hero-inner::after {
	background: url('/import/tenant_1/160.16.139.56/html/images/top/gray-bg.webp');
	content: "";
	display: block;
	height: 100%;
	left: -16%;
	mix-blend-mode: screen;
	opacity: 0.4;
	position: absolute;
	top: 8%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 0;
}

.top-hero .tbox {
	left: 0;
	position: absolute;
	top: 24%;
	width: 90%;
	z-index: 3;
}

.top-hero .catch .ja {
	color: #fff;
	display: block;
	font-family: "Noto Serif JP",
		serif;
	font-size: clamp(24px, 19.2px + 1.3vw, 36px);
	font-size: clamp(1.5rem, 1.2rem + 1.3vw, 2.25rem);
	line-height: 1.45;
}

.top-hero .catch .en {
	color: #fff;
	display: block;
	font-family: "Cormorant Garamond",
		serif;
	font-size: clamp(65px, 55.68px + 2.49vw, 88px);
	font-size: clamp(4.0625rem, 3.48rem + 2.49vw, 5.5rem);
	font-weight: 500;
	line-height: 1.2;
	margin-top: 30px
}

.top-hero .img {
	margin-left: auto;
	margin-right: calc(50% - 50vw);
	width: 72vw;
	height: 85vh;
}


.sub-hero {
	position: relative;
}

.sub-hero .img {
	margin-right: calc(50% - 50vw);
	width: 70vw;
}

.sub-hero .img figure {
	height: 100%;
}

.sub-hero .img figure img {
	max-height: 500px;
	min-height: 250px;
}

.sub-hero .catch {
	position: relative;
	width: 40%;
	z-index: 2
}

.sub-hero .catch .ttl-cmn01 .en {
	white-space: nowrap;
}

.top-hero .uk-slidenav-position {
	height: 100% !important;
}

.top-hero .uk-slideshow {
	height: 100% !important;
}

.top-hero .uk-slideshow * {
	height: 100% !important;
}

.top-hero .uk-slideshow li >* {
  position: relative;
}

.top-hero .uk-slideshow img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home-post {
  overflow: hidden;
}
.home-post .post-list {
  position: relative;
  
}
.home-post .box:first-of-type .post-list::before {
  content: "";
    display: block;
    background: rgba(255,255,255,.3);
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    transform: translateX(-100%);
}

.home-post .box:last-of-type .post-list::before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255,255,255,.3);
  right: 0;
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  
}

.home-news {
	position: relative;
	z-index: 4;
}

.home-news .news-pbox {
	margin-top: -10%;
}

.home-news .news-section {
	background: #231815;
	margin-right: calc(50% - 50vw);
	padding: 30px;
}

.home-news .news-ttl {
	width: 110px;
}

.home-news .news-cont {
	width: calc(100% - 130px);
}

.home-news .news-cont dl dt,
.home-news .news-cont dl dd {
  color: #fff;
}

.home-news .news-cont dl dt {
  width: 130px;
}


.home-news .news-cont dl dd {
  width: calc(100% - 130px)
}

.home-news .news-item {
	color: #fff;
}

.home-news .news-item dt {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 30px;
}

.home-menu .tbox .ttl {
	color: #fff;
	font-family: "Noto Serif JP",
		serif;
	font-size: clamp(18px, 15.52px + 0.65vw, 24px);
	font-size: clamp(1.125rem, 0.97rem + 0.65vw, 1.5rem);
}

.home-menu .tbox .txt {
	color: #fff;
	font-size: 14px;
	line-height: 2;
}

.home-recruit::after {
	background: rgba(0, 0, 0, .7);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
}

.home-recruit .tbox {
	position: relative;
}

.home-recruit .tbox .txt {
	color: #fff;
}

.recruit-box {
  position: relative;
  z-index: 1
}

.tabBtn ul {
	overflow-y: auto;
}

.tabBtn ul li {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.tabBtn li a {
	background: #dfdfdf;
	border: 1px solid #dfdfdf;
	border-radius: 15px 15px 0 0;
	display: block;
	height: 100%;
	margin: 0 2px;
	padding: 10px 20px;
}

.tabBtn li.active a {
	background: var(--color01);
	border: 1px solid var(--color01);
	color: #fff;
}

.tabItem {
	display: none;
	/*はじめは非表示*/
	opacity: 0;
	/*透過0*/
}

[data-element-id].tabItem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

[data-element-id].tabItem {
	display: block;
	opacity: 1;
}

/*areaにis-activeというクラスがついた時の形状*/

.tabItem.active {
	/*表示*/
	-webkit-animation-name: displayAnime;
	/*ふわっと表示させるためのアニメーション*/
	-webkit-animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-name: displayAnime;
	display: block;
}

.application-box {
	background: #fff;
	border-radius: 20px;
	padding: 40px;
}

.interview .box {
	padding-bottom: 40px;
	position: relative;
}

.interview .en {
	font-size: 24px;
}

.interview .en .num {
	border-bottom: 1px solid var(--color01);
	color: var(--color01);
	display: block;
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
}

.interview .pbox figure {
	border-radius: 20px;
	overflow: hidden;
}

.interview .tbox {
	background: var(--bg-color02);
	border-radius: 20px;
	bottom: 0;
	padding: 40px;
	position: absolute;
	right: 0;
}

.interview .faq-list dl+dl {
	margin-top: 40px;
}

.interview .faq-list dt {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--color01);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	line-height: 2;
	margin-bottom: 20px;
	position: relative;
}

.interview .faq-list dt::before {
	background: var(--color01);
	content: "";
	display: inline-block;
	height: 1px;
	margin-right: 20px;
	width: 30px;
}

.section-greeting .tbox .txt {
	color: #fff;
	line-height: 2;
}

.section-greeting .tbox .rep-name {
	color: #fff;
	font-size: 18px;
	margin-top: 40px;
}

.section-access .tbox .txt {
	color: #fff;
	line-height: 2;
}

.section-access .map {
	padding-top: 70%;
}

@media (max-width: 599px) {
  .section-access .map {
    padding-top: 90%;
  }
}

.section-message .message-txt {
	font-family: "Noto Serif JP",
		serif;
	letter-spacing: 0.1em;
	line-height: 2;
}

@media (max-width: 1024px) {

	.btn-cmn01 {
		margin-top: calc(var(--btn-mt-medium) * 0.9);
	}

	.btn-mt-xlarge {
		margin-top: calc(var(--btn-mt-xlarge) * 0.85);
	}

	.btn-mt-large {
		margin-top: calc(var(--btn-mt-large) * 0.85);
	}

	.btn-mt-medium {
		margin-top: calc(var(--btn-mt-medium) * 0.85);
	}

	.btn-mt-small {
		margin-top: calc(var(--btn-mt-small) * 0.85);
	}

	.btn-mt-xsmall {
		margin-top: calc(var(--btn-mt-xsmall) * 0.85);
	}

	.btn-mt-none {
		margin-top: 0;
	}

	.flow-cmn01 .item:nth-of-type(even) {
		margin-top: 60px;
	}

	.pagenation ul {
		margin: 0 -5px;
	}

	.pagenation ul li {
		margin: 0 5px;
	}

	.table-cmn07 dl dd {
		padding: 20px 25px;
	}

	.ttl-cmn02 {
		margin-bottom: calc(var(--ttl-mb-xsmall) * 0.9);
	}

	.ttl-cmn03 {
		margin-bottom: calc(var(--ttl-mb-xsmall) * 0.9);
	}

	.ttl-cmn03>* {
		font-size: 24px;
	}

	.ttl-fz-xlarge {
		font-size: calc(var(--ttl-fz-xlarge) * 0.8) !important;
	}

	.ttl-fz-large {
		font-size: calc(var(--ttl-fz-large) * 0.8) !important;
	}

	.ttl-fz-medium {
		font-size: calc(var(--ttl-fz-medium) * 0.8) !important;
	}

	.ttl-fz-small {
		font-size: calc(var(--ttl-fz-small) * 0.8) !important;
	}

	.ttl-fz-xsmall {
		font-size: calc(var(--ttl-fz-xsmall) * 0.8) !important;
	}

	.ttl--horizontal\@tb {
		-ms-writing-mode: initial;
		-webkit-writing-mode: initial;
		writing-mode: initial;
	}

	.ttl-mb-xlarge {
		margin-bottom: calc(var(--ttl-mb-xlarge) * 0.8);
	}

	.ttl-mb-large {
		margin-bottom: calc(var(--ttl-mb-large) * 0.8);
	}

	.ttl-mb-medium {
		margin-bottom: calc(var(--ttl-mb-medium) * 0.8);
	}

	.ttl-mb-small {
		margin-bottom: calc(var(--ttl-mb-small) * 0.8);
	}

	.ttl-mb-xsmall {
		margin-bottom: calc(var(--ttl-mb-xsmall) * 0.8);
	}

	.ttl-mb-none\@tb {
		margin-bottom: 0;
	}

  
	.footer .map {
		padding-top: 50%;
	}

	.header .left::before {
		height: 240px;
		width: 240px;
	}

	.header-logo {
		max-width: 150px;
	}

	.section-my-xlarge {
		margin-bottom: calc(var(--section-xlarge) * 0.85);
		margin-top: calc(var(--section-xlarge) * 0.85);
	}

	.section-mt-xlarge {
		margin-top: calc(var(--section-xlarge) * 0.85);
	}

	.section-mb-xlarge {
		margin-bottom: calc(var(--section-xlarge) * 0.85);
	}

	.section-my-large {
		margin-bottom: calc(var(--section-large) * 0.85);
		margin-top: calc(var(--section-large) * 0.85);
	}

	.section-mt-large {
		margin-top: calc(var(--section-large) * 0.85);
	}

	.section-mb-large {
		margin-bottom: calc(var(--section-large) * 0.85);
	}

	.section-my-medium {
		margin-bottom: calc(var(--section-medium) * 0.85);
		margin-top: calc(var(--section-medium) * 0.85);
	}

	.section-mt-medium {
		margin-top: calc(var(--section-medium) * 0.85);
	}

	.section-mb-medium {
		margin-bottom: calc(var(--section-medium) * 0.85);
	}

	.section-my-small {
		margin-bottom: calc(var(--section-small) * 0.85);
		margin-top: calc(var(--section-small) * 0.85);
	}

	.section-mt-small {
		margin-top: calc(var(--section-small) * 0.85);
	}

	.section-mb-small {
		margin-bottom: calc(var(--section-small) * 0.85);
	}

	.section-my-xsmall {
		margin-bottom: calc(var(--section-xsmall) * 0.85);
		margin-top: calc(var(--section-xsmall) * 0.85);
	}

	.section-mt-xsmall {
		margin-top: calc(var(--section-xsmall) * 0.85);
	}

	.section-mb-xsmall {
		margin-bottom: calc(var(--section-xsmall) * 0.85);
	}

	.section-py-xlarge {
		padding-bottom: calc(var(--section-xlarge) * 0.85);
		padding-top: calc(var(--section-xlarge) * 0.85);
	}

	.section-pt-xlarge {
		padding-top: calc(var(--section-xlarge) * 0.85);
	}

	.section-pb-xlarge {
		padding-bottom: calc(var(--section-xlarge) * 0.85);
	}

	.section-py-large {
		padding-bottom: calc(var(--section-large) * 0.85);
		padding-top: calc(var(--section-large) * 0.85);
	}

	.section-pt-large {
		padding-top: calc(var(--section-large) * 0.85);
	}

	.section-pb-large {
		padding-bottom: calc(var(--section-large) * 0.85);
	}

	.section-py-medium {
		padding-bottom: calc(var(--section-medium) * 0.85);
		padding-top: calc(var(--section-medium) * 0.85);
	}

	.section-pt-medium {
		padding-top: calc(var(--section-medium) * 0.85);
	}

	.section-pb-medium {
		padding-bottom: calc(var(--section-medium) * 0.85);
	}

	.section-py-small {
		padding-bottom: calc(var(--section-small) * 0.85);
		padding-top: calc(var(--section-small) * 0.85);
	}

	.section-pt-small {
		padding-top: calc(var(--section-small) * 0.85);
	}

	.section-pb-small {
		padding-bottom: calc(var(--section-small) * 0.85);
	}

	.section-py-xsmall {
		padding-bottom: calc(var(--section-xsmall) * 0.85);
		padding-top: calc(var(--section-xsmall) * 0.85);
	}

	.section-pt-xsmall {
		padding-top: calc(var(--section-xsmall) * 0.85);
	}

	.section-pb-xsmall {
		padding-bottom: calc(var(--section-xsmall) * 0.85);
	}

	.side-box+* {
		margin-top: 60px;
	}

	.block-cmn06 .pbox {
		width: 60vw;
	}

	.block-cmn06 .tbox {
		background: rgba(255, 255, 255, .9);
	}

	.block-cmn06 .tbox .txt {
		color: #3e3a39;
	}

	.block-cmn06 .pbox01 {
		top: -8%;
	}

	.block-cmn06 .pbox03 {
		bottom: -8%;
	}

	.form .require,
	.form .optional {
		font-size: 12px;
	}

	.top-hero-catch {
		font-size: 36px;
	}

	.top-hero-tbox {
		max-width: 250px;
	}

	.top-hero-deco img {
		width: 50px;
	}
	
	.toggle-wrap {
	  display: flex;
	}
	.home-news .news-cont dl dt,
.home-news .news-cont dl dd {
  width: 100%;
}
}

@media (max-width: 599px) {

	.inner,
	.inner1100,
	.inner1200,
	.inner1250,
	.inner1300,
	.inner1400,
	.inner1500,
	.inner500,
	.inner600,
	.inner700,
	.inner800,
	.inner900,
	.inner950 {
		width: 92%;
	}

	.btn-cmn01 {
		margin-top: calc(var(--btn-mt-medium) * 0.8);
	}

	.btn-mt-xlarge {
		margin-top: calc(var(--btn-mt-xlarge) * 0.7);
	}

	.btn-mt-large {
		margin-top: calc(var(--btn-mt-large) * 0.7);
	}

	.btn-mt-medium {
		margin-top: calc(var(--btn-mt-medium) * 0.7);
	}

	.btn-mt-small {
		margin-top: calc(var(--btn-mt-small) * 0.7);
	}

	.btn-mt-xsmall {
		margin-top: calc(var(--btn-mt-xsmall) * 0.7);
	}

	.btn-mt-none {
		margin-top: 0;
	}

	.detail-box {
		padding: 40px 20px;
	}

	.flow-cmn01 .item:nth-of-type(even) {
		margin-top: 0;
	}

	.flow-cmn01 .item .lead-wrap .num {
		font-size: 40px;
		height: 60px;
		width: 60px;
	}

	.flow-cmn01 .item .lead-wrap .lead {
		font-size: 24px;
	}

	.flow-cmn02 .box+.box .pbox::before {
		bottom: 100%;
		height: 100%;
		right: 50%;
		top: auto;
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		width: 40px;
	}

	.swiper-area .swiper-button-prev {
		right: -50px;
	}

	.swiper-area .swiper-button-next {
		right: -100px;
	}
.swiper-slide {
  padding: 0 30px;
}
	.swiper-slide-active {
		-webkit-transform: unset !important;
		transform: unset !important;
	}

	.swiper-button-next,
	.swiper-button-prev {
		height: 40px;
		width: 40px;
	}
	.swiper-button-next {
	  right: 10px;
	}
	.swiper-button-prev {
	  left: 10px;
	}

	.table-cmn01 {
		padding: 40px 20px;
	}

	.table-cmn01 dl dd {
		margin-left: 1em;
	}

	.table-cmn01 dl dt {
		width: 100%;
	}

	.table-cmn01 dl dd {
		width: 100%;
	}

	.table-cmn02 dl dt {
		width: 100%;
	}

	.table-cmn02 dl dd {
		margin-top: 10px;
		width: 100%;
	}

	.table-cmn07 dl dt {
		padding: 20px;
		width: 100%;
	}

	.table-cmn07 dl dd {
		border-bottom: unset !important;
		width: 100%;
	}

	.table-cmn09 .left {
		padding: 15px;
		width: 100%;
	}

	.table-cmn09 .right {
		width: 100%;
	}

	.ttl-cmn02 {
		margin-bottom: calc(var(--ttl-mb-xsmall) * 0.8);
	}

	.ttl-cmn03 {
		margin-bottom: calc(var(--ttl-mb-xsmall) * 0.8);
	}

	.ttl-cmn03>* {
		font-size: 20px;
	}

	.ttl-fz-xlarge {
		font-size: calc(var(--ttl-fz-xlarge) * 0.7) !important;
	}

	.ttl-fz-large {
		font-size: calc(var(--ttl-fz-large) * 0.7) !important;
	}

	.ttl-fz-medium {
		font-size: calc(var(--ttl-fz-medium) * 0.7) !important;
	}

	.ttl-fz-small {
		font-size: calc(var(--ttl-fz-small) * 0.7) !important;
	}

	.ttl-fz-xsmall {
		font-size: calc(var(--ttl-fz-xsmall) * 0.7) !important;
	}

	.ttl--horizontal\@sp {
		-ms-writing-mode: initial;
		-webkit-writing-mode: initial;
		writing-mode: initial;
	}

	.ttl-center\@sp {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.ttl-mb-xlarge {
		margin-bottom: calc(var(--ttl-mb-xlarge) * 0.7);
	}

	.ttl-mb-xlarge {
		margin-bottom: calc(var(--ttl-mb-xlarge) * 0.7);
	}

	.ttl-mb-large {
		margin-bottom: calc(var(--ttl-mb-large) * 0.7);
	}

	.ttl-mb-medium {
		margin-bottom: calc(var(--ttl-mb-medium) * 0.7);
	}

	.ttl-mb-small {
		margin-bottom: calc(var(--ttl-mb-small) * 0.7);
	}

	.ttl-mb-xsmall {
		margin-bottom: calc(var(--ttl-mb-xsmall) * 0.7);
	}

	.ttl-mb-none\@sp {
		margin-bottom: 0;
	}

	.footer .map {
		padding-top: 80%;
	}

	.footer-right .list+.list {
		margin-top: 20px;
	}
	
	.footer-logo {
	  max-width: 180px;
	}


	.fix-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.header .left::before {
		height: 180px;
		width: 180px;
	}


.header-cmn.fixed {
  padding: 10px 0;
}
	.section-my-xlarge {
		margin-bottom: calc(var(--section-xlarge) * 0.7);
		margin-top: calc(var(--section-xlarge) * 0.7);
	}

	.section-mt-xlarge {
		margin-top: calc(var(--section-xlarge) * 0.7);
	}

	.section-mb-xlarge {
		margin-bottom: calc(var(--section-xlarge) * 0.7);
	}

	.section-my-large {
		margin-bottom: calc(var(--section-large) * 0.7);
		margin-top: calc(var(--section-large) * 0.7);
	}

	.section-mt-large {
		margin-top: calc(var(--section-large) * 0.7);
	}

	.section-mb-large {
		margin-bottom: calc(var(--section-large) * 0.7);
	}

	.section-my-medium {
		margin-bottom: calc(var(--section-medium) * 0.7);
		margin-top: calc(var(--section-medium) * 0.7);
	}

	.section-mt-medium {
		margin-top: calc(var(--section-medium) * 0.7);
	}

	.section-mb-medium {
		margin-bottom: calc(var(--section-medium) * 0.7);
	}

	.section-my-small {
		margin-bottom: calc(var(--section-small) * 0.7);
		margin-top: calc(var(--section-small) * 0.7);
	}

	.section-mt-small {
		margin-top: calc(var(--section-small) * 0.7);
	}

	.section-mb-small {
		margin-bottom: calc(var(--section-small) * 0.7);
	}

	.section-my-xsmall {
		margin-bottom: calc(var(--section-xsmall) * 0.7);
		margin-top: calc(var(--section-xsmall) * 0.7);
	}

	.section-mt-xsmall {
		margin-top: calc(var(--section-xsmall) * 0.7);
	}

	.section-mb-xsmall {
		margin-bottom: calc(var(--section-xsmall) * 0.7);
	}

	.section-py-xlarge {
		padding-bottom: calc(var(--section-xlarge) * 0.7);
		padding-top: calc(var(--section-xlarge) * 0.7);
	}

	.section-pt-xlarge {
		padding-top: calc(var(--section-xlarge) * 0.7);
	}

	.section-pb-xlarge {
		padding-bottom: calc(var(--section-xlarge) * 0.7);
	}

	.section-py-large {
		padding-bottom: calc(var(--section-large) * 0.7);
		padding-top: calc(var(--section-large) * 0.7);
	}

	.section-pt-large {
		padding-top: calc(var(--section-large) * 0.7);
	}

	.section-pb-large {
		padding-bottom: calc(var(--section-large) * 0.7);
	}

	.section-py-medium {
		padding-bottom: calc(var(--section-medium) * 0.7);
		padding-top: calc(var(--section-medium) * 0.7);
	}

	.section-pt-medium {
		padding-top: calc(var(--section-medium) * 0.7);
	}

	.section-pb-medium {
		padding-bottom: calc(var(--section-medium) * 0.7);
	}

	.section-py-small {
		padding-bottom: calc(var(--section-small) * 0.7);
		padding-top: calc(var(--section-small) * 0.7);
	}

	.section-pt-small {
		padding-top: calc(var(--section-small) * 0.7);
	}

	.section-pb-small {
		padding-bottom: calc(var(--section-small) * 0.7);
	}

	.section-py-xsmall {
		padding-bottom: calc(var(--section-xsmall) * 0.7);
		padding-top: calc(var(--section-xsmall) * 0.7);
	}

	.section-pt-xsmall {
		padding-top: calc(var(--section-xsmall) * 0.7);
	}

	.section-pb-xsmall {
		padding-bottom: calc(var(--section-xsmall) * 0.7);
	}

	.side-box+* {
		margin-top: 40px;
	}

	.block-cmn01 .pbox {
		margin-top: 30px;
		width: 100%;
	}

	.block-cmn01 .box:nth-of-type(odd) .pbox {
		-webkit-transform: unset;
		transform: unset;
	}

	.block-cmn01 .box:nth-of-type(even) .pbox {
		margin-top: 30px;
		width: 100%;
	}

	.block-cmn02 .box:nth-of-type(even) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.block-cmn02 .box+.box {
		margin-top: 40px;
	}

	.block-cmn02 .tbox {
		display: contents;
	}

	.block-cmn02 .tbox .lead-wrap {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.block-cmn02 .pbox {
		margin-bottom: 30px;
		width: 100%;
	}

	.block-cmn04--rev .block-cmn04 .box:nth-of-type(odd) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.block-cmn04 .box+.box {
		margin-top: 40px;
	}

	.block-cmn04 .box:nth-of-type(even) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.block-cmn04 .tbox .lead {
		font-size: 18px;
		-webkit-box-ordinal-group: -1;
		-ms-flex-order: -2;
		order: -2;
		width: 100%;
	}

	.block-cmn04 .tbox .txt {
		width: 100%;
	}

	.block-cmn04 .tbox {
		display: contents;
	}

	.block-cmn04 .pbox {
		margin-bottom: 30px;
	}

	.block-cmn05 {
		padding: 20px;
	}

	.block-cmn05__tbox {
		display: contents;
	}

	.block-cmn05__lead {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		width: 100%;
	}

	.faq .content {
		width: calc(100% - 50px);
	}

	.faq .question .content {
		font-size: 16px;
	}

	.faq .question::after {
		font-size: 20px;
	}

	.faq .faq-q,
	.faq .faq-a {
		font-size: 20px;
		height: 30px;
		width: 30px;
	}

	.form form {
		padding: 40px 20px;
	}

	.form .item {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.form .item dt,
	.form .item dd {
		padding: 10px;
		width: 100%;
	}

	.form .item dt {
		-webkit-box-pack: unset;
		-ms-flex-pack: unset;
		justify-content: unset;
		margin-bottom: 10px;
	}

	.form .require,
	.form .optional {
		margin-left: 10px;
	}

	.top-hero {
		height: 80vh;
	}

	.top-hero .img {
		width: 80vw;
	}

	.sub-hero .img {
		width: 100%;
	}

	.sub-hero .catch {
		width: 100%;
	}

	.home-news .news-ttl {
		width: 100%;
	}

	.home-news .news-cont {
		width: 100%;
	}

	.home-recruit::after {
		width: 100%;
	}

	.interview .box {
		padding-bottom: 0;
	}

	.interview .tbox {
		bottom: 40px;
		position: relative;
	}

	.interview .faq-list dt {
		font-size: 18px;
	}

	.section-greeting .tbox {
		display: contents;
	}

	.section-greeting .tbox .rep-name {
		-ms-grid-row-align: center;
		-ms-flex-item-align: center;
		align-self: center;
		width: 40%;
	}
	
.list-cmn02 {
    padding: 50px 20px;
  }
  
  .block-cmn06 .tbox {
    padding: 50px 20px;
  }
  
.header-btn-list {

	background: var(--bg-color03);
	bottom: 0;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 100;
	margin-left: 0;
}

.header-btn-list>* {
  width: 50%;
}
.header-btn-list .ab-test>* {
  height: 100%;
  
}

.header-btn-list .btn-cmn02>* {
  width: 100%;
  height: 100%;
}
.header-btn-list .btn-cmn02>*>* {
  height: 100%;
}


  .footer-copy {
    padding-bottom: 80px;
  }
.swiper::before {
  bottom: 40%
}

.block-cmn02 .box:nth-of-type(odd) .pbox,
.block-cmn02 .box:nth-of-type(even) .pbox {
    margin-left: 0;
    margin-right:0;
}
}

@-webkit-keyframes zoom {

	0% {
		opacity: 0;
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

}

@keyframes zoom {

	0% {
		opacity: 0;
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

}

@-webkit-keyframes fadeInRight {

	0% {
		opacity: 0;
		-webkit-transform: translate(20px, 30px);
		transform: translate(20px, 30px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

}

@keyframes fadeInRight {

	0% {
		opacity: 0;
		-webkit-transform: translate(20px, 30px);
		transform: translate(20px, 30px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

}

@-webkit-keyframes circle {

	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(4);
		transform: scale(4);
	}

}

@keyframes circle {

	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(4);
		transform: scale(4);
	}

}

@-webkit-keyframes displayAnime {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

@keyframes displayAnime {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

[data-element-id] [class*=up-hide] {
  display: block;
}

[data-element-id] .swiper-wrapper>* {
  display: flex;
  overflow-x: auto;
}
[data-element-id] .swiper-wrapper>*>* {
  width: 25%;
  margin-right: 20px;
}


[data-element-id] .berger-body {
	background: #000;
	height: auto;
	margin-left: auto;
	position: relative;
	-webkit-transform: none;
	transform: none;
	width: 100%;
	clip-path: unset;
	visibility: visible;
	pointer-events: all;
	padding-top: 100px
}

[data-element-id] .gnav::after {
	background: #fff;
	color: #000;
	content: "タブレット・スマホ版のメニューです。";
	display: inline-block;
	padding: 15px;
	top: 0;
	left: 0;
	position: absolute;
}
[data-element-id] #gnav {
  width: 100%;
  position: relative;
  border: 3px solid #fff;
}

[data-element-id] .header-insta {
  margin-top: 50px;
}

[data-element-id] .fead-blur img {
  opacity: 1;
  filter: unset;
}

[data-element-id] .block-cmn03 .bg img {
  opacity: 0.4;
}

[data-element-id] .mega-menu-trigger {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    overflow: unset;
    margin-top: 30px
}

[data-element-id] .mega-menu {
    width: 150%;
    visibility: visible;
    opacity: 1;
    position: relative;
    top: auto;
}

[data-element-id] .header-nav,
[data-element-id] .header-menu,
[data-element-id] .header-btn-list
{
  display: flex !important; 
  flex-wrap: wrap;
}

[data-element-id] .header-btn-list {
  width: 100%;
  margin-top: 40px;
}
[data-element-id] .ab-test::before {
  content: "ABテストです。";
    display: inline-block;
    background: #000;
    color: #fff;
}

/*# sourceMappingURL=style.css.map */

/* 2023/02/22 追記 */

.sns-flex {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: auto;
}

.sns-flex li{
      width: 48%;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.sns-flex li.insta .item-flex {
    height: 200px;
    padding: 0px 10px;
    justify-content: center;
    display: flex;
    align-items: center;
    background: linear-gradient(to top right, #7d2ace, #d43eaf, #e0525e, #e6a666);
}

.sns-flex li.line .item-flex{
    justify-content: center;
    height: 200px;
    display: flex;
    align-items: center;
    padding: 10px 10px;
    background: #37cf00;
}

.sns-flex li .icon-img img{
      width: 130px;
}

.sns-flex li.line .icon-img{
      margin-right: 30px;
}

.sns-flex li.line .icon-img img{
      width: 100px;
}

.sns-flex li .item-flex .head-txt {
    color: #fff;
    font-weight: bolder;
    font-size: 24px;
    margin-bottom: 15px;
}

.sns-flex li .item-flex .info-txt{
    color: #fff;
    font-weight: bolder;
    font-size: 16px;
}

.bg-white{
  background-color: #fff;
  padding: 50px 0px;
}

@media only screen and (max-width: 1024px){
  .sns-flex li.insta .item-flex {
    height: 180px;
}

.sns-flex li {
    width: 45%;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.sns-flex li .item-flex .head-txt {
    color: #fff;
    font-weight: bolder;
    font-size: 18px;
    margin-bottom: 15px;
}

.sns-flex li .item-flex .info-txt {
    color: #fff;
    font-weight: bolder;
    font-size: 14px;
}

.sns-flex li .icon-img img {
    width: 100px;
}

.sns-flex {
    display: flex;
    justify-content: space-around;
}

.sns-flex li.line .icon-img img {
    width: 80px;
}

.sns-flex li.line .item-flex {
    justify-content: center;
    height: 150px;
    display: flex;
    align-items: center;
    padding: 10px 10px;
    background: #37cf00;
}

.sns-flex li.insta .item-flex {
    height: 150px;
}
}

@media only screen and (max-width: 599px){
.sns-flex {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.sns-flex li {
    width: 80%;
    margin: 0 auto 25px;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.sns-flex li .icon-img img {
    width: 80px;
}

.sns-flex li .item-flex .head-txt {
    color: #fff;
    font-weight: bolder;
    font-size: 18px;
    margin-bottom: 15px;
}

.sns-flex li .item-flex .info-txt {
    color: #fff;
    font-weight: bolder;
    font-size: 14px;
}

.sns-flex li.line .icon-img img {
    width: 65px;
}

.sns-flex li.line .sns-txt{
  position: relative;
    left: -18px;
}

.sns-flex li {
    width: 90%;
    margin: 0 auto 25px;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
}

.link-txt{
  color: #fff;
    text-decoration: underline;
    font-size: 14px;
    font-weight: bold;
    margin-top: 3%;
}

@media only screen and (max-width: 599px){
  .link-txt{
    font-size: 10px;
}
}

video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}
.vjs-poster {
  z-index: 10;
}
.video-js .vjs-tech {
  z-index: 10;
}
