/*
Theme Name: 株式会社 FEAT.
Template: lightning
Author: 株式会社 FEAT.
Version: 0.6.1
*/

@font-face {
	font-family: "s";
  src:
    url("https://t-art.sai-soku.jp/wp-content/themes/lightning-child/font/Futura Condensed Medium.woff") format("woff");
}

/********************
 * 共通
 ********************/
:root {
	--main-color: #42949E;
	--sub-color: #DCBE46;
	--font-color: #3C3C3C;
	--bg-color: rgba(66,148,158,0.3);
	--sub-bo-color: rgba(66,148,158,0.5);
	--main-width: 560px;
}
html {
	font-size: 16px;
	scroll-behavior: smooth;
}

.josefin {
	font-family: "Josefin Sans", sans-serif !important;
	font-optical-sizing: auto;
	font-style: normal;
}
.kozuka {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-style: normal;
}
.futura {
	font-family: 's' !important;
}

body {
	background-color: var(--bg-color);
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #3C3C3C;
	font-size: 16px;
/* 	overflow: visible !important; */
}
.site_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0;
}
.header_logo_box,
header,
.site-header-container,
.header_logo {
	width: calc((100% - var(--main-width)) / 2) !important;
	height: 100vh;
}
.header_logo_box {
	order: 1;
}
.site_box {
	position: relative;
	z-index: 1;
	order: 2;
	width: var(--main-width);
	padding: 0 30px;
	background-color: #87bbc1;
}
header {
	order: 3;
	box-shadow: none !important;
}
.site-body {
	padding: 0;
	background-color: #fff;
}
.site-body-container.container {
	max-width: unset !important;
	padding: 0;
}
.main-section {
	margin-bottom: 0;
}
.content {
	padding: 0 26px;
}

@media screen and (max-width: 1300px) {
	.header_logo_box {
		display: none;
	}
	.header_logo_box,
	header,
	.site-header-container,
	.header_logo {
		width: calc((100% - var(--main-width)) / 1) !important;
		height: 100vh;
	}
}
@media screen and (max-width: 1024px) {
	:root {
		--main-width: 750px;
	}
	.site_wrap {
		display: block;
	}
	.site_box {
		max-width: var(--main-width);
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.header_logo_box,
	header,
	.site-header-container,
	.header_logo {
		width: 100% !important;
		height: auto;
	}
	.content {
		padding: 0 clamp(1.25rem, 5.33vw, 2.5rem);
	}
}
@media screen and (max-width: 800px) {
	.site_box {
		max-width: 100%;
	}
}

/********************
 * タイトル
 ********************/
.title_box {
	margin-bottom: 3.6rem;
}
.title {
	position: relative;
	font-size: 40px;
	font-weight: 400 !important;
	letter-spacing: 2.4px;
	width: max-content;
	margin-bottom: 0;
	line-height: 1.2;
    padding-bottom: 7px;
}
.title::before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: var(--font-color);
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 1.47;
}
.sub_title {
	font-size: 20px;
    letter-spacing: 1.2px;
    padding-top: 7px;
}

@media screen and (max-width: 1024px) {
	.title_box {
		margin-bottom: clamp(2.75rem, 11.73vw, 5.5rem);
	}
	.title {
		font-size: clamp(1.875rem, 8vw, 3.75rem);
		padding-bottom: clamp(0.281rem, 1.2vw, 0.563rem);
	}
	.sub_title {
		font-size: clamp(0.938rem, 4vw, 1.875rem);
		padding-top: clamp(0.281rem, 1.2vw, 0.563rem);
	}
}

/********************
 * ヘッダー
 ********************/
header {
	background-color: transparent !important;
	z-index: 0 !important;
}
.site-header-container,
.header_logo{
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	padding: 0;
}
.site-header-container::before,
.site-header-container::after {
	content: '';
    width: 18vw;
    height: 14.2vw;
    background: url(https://t-art.sai-soku.jp/wp-content/uploads/2024/08/concept_item3-1.png) center / cover no-repeat;
    position: absolute;
    top: 2.5vw;
    z-index: -1;
    right: -8vw;
	pointer-events: none;
}
.site-header-container::after {
	background: url(https://t-art.sai-soku.jp/wp-content/uploads/2024/08/pc_item2.png) center / cover no-repeat;
    top: unset;
    right: unset;
    left: -8.5vw;
    bottom: 5vw;
}
header .site-header-logo {
	display: none;
}
header .global-nav {
	margin: 0 auto;
/* 	max-width: 400px; */
/* 	width: 100%; */
}
header .global-nav ul {
	flex-direction: column;
	width: 100%;
}
.header_logo {
	right: unset;
	left: 0;
	height: auto;
	display: flex;
	justify-content: center;
}
.header_logo a {
	max-width: 350px;
	width: 90%;
}
header .global-nav li::before {
	display: none;
}
header .global-nav li a .global-nav-name {
	font-family: "Josefin Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 1.8px;
	color: var(--main-color);
	transition: color .3s;
	white-space: unset;
}
header .global-nav li a:hover .global-nav-name {
	color: var(--sub-color);
}
header .global-nav li a .global-nav-description {
	font-size: 16px;
	color: #3C3C3C;
	line-height: 1.2;
	opacity: 1;
	font-weight: 400;
}
header .global-nav li.contact_btn {
	margin-top: 40px;
}
header .global-nav li.contact_btn a {
	width: 260px;
	height: 70px;
	margin: 0 auto;
	background-color: var(--sub-color);
	clip-path: polygon(7% 0, 94% 0, 100% 24%, 100% 78%, 94% 100%, 7% 100%, 0 74%, 0 23%);
	transition: background-color .3s;
}
header .global-nav li.contact_btn a:hover {
	background-color: var(--main-color);
}
header .global-nav li.contact_btn a .global-nav-name {
	font-size: 16px;
	color: #fff;
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: 400;
	font-style: normal;
}
/* Lineバナー */
header .global-nav li:has(.line_banner) {
	margin-top: 40px;
}
header .global-nav li:has(.line_banner) a {
	max-width: 260px;
	margin: 0 auto;
	padding: 0;
	transition: opacity .3s;
}
header .global-nav li:has(.line_banner) a:hover {
	opacity: 0.6;
}
/* 終わり */
.vk-mobile-nav-menu-btn {
	top: clamp(0.5rem, 2.13vw, 1rem);
	width: clamp(2.5rem, 10.67vw, 5rem);
    height: clamp(2.5rem, 10.67vw, 5rem);
	border-radius: clamp(0.313rem, 1.33vw, 0.625rem);
	background: url('https://t-art.sai-soku.jp/wp-content/themes/lightning/_g3/inc/vk-mobile-nav/package/images/vk-menu-btn-white.svg') center 50% no-repeat var(--main-color);
	border: none;
}
.vk-mobile-nav-menu-btn.menu-open {
	background: url('https://t-art.sai-soku.jp/wp-content/themes/lightning/_g3/inc/vk-mobile-nav/package/images/vk-menu-close-white.svg') center 50% no-repeat var(--main-color);
	border: none;
}

.vk-mobile-nav {
	padding-top: clamp(0.5rem, 2.13vw, 1rem) !important;
	background-color: rgba(255,255,255,1);
}
.vk-mobile-nav nav>ul {
	display: flex;
    flex-wrap: wrap;
    gap: 3px;
	border-top: none;
}
.vk-mobile-nav nav ul li {
	width: 100%;
	border-radius: clamp(0.313rem, 1.33vw, 0.625rem);
	overflow: hidden;
}
.vk-mobile-nav nav ul li:last-child {
	display: none;
}
.vk-mobile-nav.vk-mobile-nav-right-in {
	left: 0;
	opacity: 0;
	pointer-events: none;
}
.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
	opacity: 1;
	pointer-events: auto;
}
.vk-mobile-nav nav ul li a {
	font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1.25rem);
	background-color: var(--main-color);
	color: #fff;
	font-family: "Josefin Sans", sans-serif !important;
	font-optical-sizing: auto;
	font-style: normal;
	border-bottom: none;
	padding: clamp(0.75rem, 0.25rem + 2.13vw, 1.25rem) clamp(0.75rem, 0.25rem + 2.13vw, 1.25rem) clamp(0.875rem, 0.25rem + 2.67vw, 1.5rem) !important;
}
.vk-mobile-nav nav ul li.contact_btn a {
	font-size: clamp(1rem, 0.5rem + 2.13vw, 1.5rem);
	background-color: var(--sub-color);
    clip-path: polygon(7% 0, 94% 0, 100% 24%, 100% 78%, 94% 100%, 7% 100%, 0 74%, 0 23%);
    max-width: 400px;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    margin-top: clamp(1.563rem, 6.67vw, 3.125rem);
	padding: clamp(1.25rem, 0.625rem + 2.67vw, 1.875rem) clamp(1.25rem, 0.625rem + 2.67vw, 1.875rem) !important;
	font-family: "noto-sans-cjk-jp", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}
.sp_logo {
	max-width: 350px;
	width: 80%;
}
.sp_logo.wp-block-image img {
	max-height: 70px;
    width: 100% !important;
    object-fit: contain;
    object-position: left;
}

.sp_jp {
	display: none;
	pointer-events: none;
}

.page_top_btn {
	background: rgba(66,148,158, .8);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .8), 0 0 0 2px rgba(66,148,158, .8);
	background-image: var(--ver_page_top_button_url);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 1300px) {
	.site-header-container {
		flex-wrap: wrap;
		flex-direction: column !important;
		justify-content: center;
	}
	header .site-header-logo {
		display: flex;
		justify-content: center;
	}
	header .global-nav {
		margin: 0;
		align-items: center !important;
		justify-content: center !important;
		margin-right: 50px;
	}
}
@media screen and (max-width: 1024px) {
	.site-header-container, .header_logo {
		position: static;
		transform: translateY(0);
	}
	.site-header-container::before,
	.site-header-container::after,
	header .global-nav {
		display: none !important;
	}
	.site-header {
		background-color: #fff !important;
	}
	.site-header-logo {
		padding: clamp(0.5rem, -0.563rem + 4.53vw, 1.563rem) 0;
		margin: 0;
	}
	.site-header-logo img {
		max-height: unset;
		height: clamp(2.813rem, 1.25rem + 6.67vw, 4.375rem);
	}
	.vk-mobile-nav-menu-btn {
		display: block !important;
	}
	.page_top_btn {
		bottom: clamp(4.375rem, 18.67vw, 8.75rem);
	}
	.sp_jp {
		display: block;
        font-family: "noto-sans-cjk-jp", sans-serif;
        font-weight: 400;
        font-size: clamp(0.75rem, 0.5rem + 1.07vw, 1rem);
        line-height: 1.2;
        margin-top: calc(-1 * clamp(0.125rem, -0.063rem + 0.8vw, 0.313rem));
	}
}


/********************
 * フッター
 ********************/
footer.site-footer {
	border-top: none !important;
	background-color: var(--main-color);
}
.site-footer-copyright {
	padding: 12px 26px;
}
.site-footer-copyright p {
	font-size: 16px;
	color: #fff;
	letter-spacing: 1.5px;
}

@media screen and (max-width: 1024px) {
	footer.site-footer {
		padding-bottom: clamp(3.75rem, 16vw, 7.5rem);
	}
	.site-footer-copyright {
		padding: clamp(0.781rem, 3.33vw, 1.563rem) 0;
	}
	.site-footer-copyright p {
		font-size: clamp(0.75rem, 3.2vw, 1.5rem);
		letter-spacing: 0.3vw;
	}
}

/********************
 * FV
 ********************/
.fv_content {
/* 	padding-top: 7rem; */
	padding-top: 0;
	padding-bottom: 1rem;
}
.fv_hero_box {
	position: relative;
	margin-bottom: 1em;
}
/* .fv_title {
	font-weight: 400;
    font-size: 28px;
    padding-left: 25px;
    line-height: 1.48;
    letter-spacing: 1px;
	margin-bottom: 21px;
}
.fv_slider_box {
	pointer-events: none;
}
.fv_slider_box > .wp-block-group__inner-container {
	margin: 0;
	transition-timing-function: linear;
	display: flex;
	flex-wrap: nowrap !important;
}
.fv_slider_box .swiper-slide {
	padding: 0;
}
.fv_sub_text {
	position: relative;
	font-family: 'Noto Serif JP';
    font-weight: 500;
    font-size: 24px;
    line-height: 1.1;
    margin-right: 30px;
    margin-top: 10px;
    letter-spacing: 1px;
	color: rgb(92, 153, 137) !important;
}
.fv_sub_text::before {
	content: '';
	width: 22px;
	height: 1px;
	background-color: rgb(92, 153, 137);
	position: absolute;
	top: -3px;
	right: 0;
} */

.fv_content {
    padding-top: 0;
    padding-bottom: 1rem;
}
.fv_pc {
    display: none;
}
.fv_slider_box .swiper-slide figure {
    margin-bottom: 0;
}
.fv_content .vk_outer_container {
    position: relative;
}
.fv_title_box {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 5;
}
.fv_title {
	font-weight: 600;
    padding: 0;
    z-index: 2;
    color: var(--main-color) !important;
    background: #fff;
    font-size: 24px;
    display: inline;
    box-decoration-break: clone !important;
    -webkit-box-decoration-break: clone !important;
    line-height: 2;
    letter-spacing: 2px;
    padding: 1.350px 5px 2.65px 10px;
}
.fv_sub_text {
	font-family: 'Noto Serif JP';
    font-weight: 500;
    position: absolute;
    bottom: 50px;
    right: 25px;
    z-index: 2;
    font-size: 17.35px;
    color: #fff !important;
    line-height: 1.3;
    margin: 0;
    letter-spacing: 2.8px;
}
.fv_sub_text::before {
    content: '';
	width: 16px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: -3px;
	right: 0;
}
.fv_slider_box {
    position: relative;
}
.fv_slider_box::before {
    content: '';
    width: 100%;
    height: 86.64px;
    background: rgb(53,115,100);
/* 		background: linear-gradient(0deg, rgba(53,115,100,1) 35%, rgba(53,115,100,0) 100%); */
    background: linear-gradient(0deg, rgba(66,148,158,1) 49%,rgba(66,148,158,0.9) 60%, rgba(66,148,158,0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.fv_bt_icon {
    position: relative;
    padding: 0 26.65px;
    margin-top: -38px;
    z-index: 3;
}
.fv_bt_icon > .row {
    margin: 0;
    gap: 5%;
}
.fv_bt_icon .wp-block-vk-blocks-grid-column-item {
    padding: 0;
    max-width: 30%;
}

@media screen and (min-width: 1025px) {
	.fv_sp {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	.fv_content {
		padding-top: 0;
		padding-bottom: clamp(0.75rem, 3.2vw, 1.5rem);
	}
	.fv_pc {
		display: none;
	}
	.fv_slider_box .swiper-slide figure {
		margin-bottom: 0;
	}
	.fv_content .vk_outer_container {
		position: relative;
	}
	.fv_title_box {
		position: absolute;
		top: clamp(2.5rem, 10.67vw, 5rem);
		left: 0;
		z-index: 5;
	}
	.fv_title {
		padding: 0;
		z-index: 2;
		color: var(--main-color) !important;
		background: #fff;
		font-size: clamp(1.125rem, -0.25rem + 5.87vw, 2.5rem);
		display: inline;
		box-decoration-break: clone !important;
		-webkit-box-decoration-break: clone !important;
		line-height: 2;
        letter-spacing: 2px;
        padding: clamp(0.063rem, 0.27vw, 0.125rem) 5px clamp(0.125rem, 0.53vw, 0.25rem) clamp(0.469rem, 2vw, 0.938rem);
	}
	.fv_sub_text {
		position: absolute;
        bottom: clamp(2.063rem, 0.063rem + 8.53vw, 4.063rem);
        right: clamp(1.25rem, 5.33vw, 2.5rem);
        z-index: 2;
        font-size: clamp(0.813rem, 3.47vw, 1.625rem);
        color: #fff !important;
        line-height: 1.3;
        margin: 0;
        letter-spacing: 2.8px;
	}
	.fv_sub_text::before {
		background-color: #fff;
		width: clamp(0.75rem, 3.2vw, 1.5rem);
	}
	.fv_slider_box {
		position: relative;
	}
	.fv_slider_box::before {
		content: '';
		width: 100%;
		height: clamp(4.063rem, 17.33vw, 8.125rem);
		background: rgb(53,115,100);
/* 		background: linear-gradient(0deg, rgba(53,115,100,1) 35%, rgba(53,115,100,0) 100%); */
		background: linear-gradient(0deg, rgba(66,148,158,1) 49%,rgba(66,148,158,0.9) 60%, rgba(66,148,158,0) 100%);
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 2;
	}
	.fv_bt_icon {
		position: relative;
        padding: 0 clamp(1.25rem, 5.33vw, 2.5rem);
        margin-top: -38px;
        z-index: 3;
	}
	.fv_bt_icon > .row {
		margin: 0;
		gap: 5%;
	}
	.fv_bt_icon .wp-block-vk-blocks-grid-column-item {
		padding: 0;
		max-width: 30%;
	}
}
/* FV下ボタン */
.line_btn {
	display: none !important;
	margin-bottom: 0;
}
.line_btn a {
	padding: 24px 15px !important;
}
.line_btn span {
	font-size: 20px;
	letter-spacing: 1.3px;
}
@media screen and (max-width: 1024px) {
/* 	.line_btn {
		display: block !important;
		position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        z-index: 100;
	}
	.line_btn a {
		padding: clamp(1.188rem, 5.07vw, 2.375rem) 15px !important;
	}
	.line_btn span {
		font-size: clamp(0.938rem, 4vw, 1.875rem);
	} */
	.line_banner_btn {
		display: block !important;
		position: fixed;
		bottom: 7px;
		left: 0;
		width: 100%;
		z-index: 100;
	}
	.line_banner_btn figure {
		margin-bottom: 0 !important;
		max-width: 450px;
		width: 75%;
	}
}
@media screen and (max-width: 500px) {
	.fv_bt_icon {
		margin-top: -19px;
	}
}


/********************
 * 会社コンセプト
 ********************/
.concept_content {
	padding-top: 7.75rem;
	padding-bottom: 6.5rem;
}
.concept_img {
	margin-bottom: 0;
	box-shadow: 7px 7px rgba(158,159,159,0.5);
}
.concept_title {
	margin: 40px 0 25px;
	font-size: 20px;
	letter-spacing: -1.2px;
	line-height: 1.6;
	text-align: justify;
}
.concept_text {
	text-align: justify;
    letter-spacing: -1.33px;
    line-height: 1.64;
    font-size: 17px;
}

@media screen and (max-width: 1024px) {
	.concept_content {
		padding-top: clamp(4.563rem, -0.063rem + 19.73vw, 9.188rem);
		padding-bottom: clamp(5.625rem, 24vw, 11.25rem);
	}
	.concept_img {
		box-shadow: clamp(0.313rem, 1.33vw, 0.625rem) clamp(0.313rem, 1.33vw, 0.625rem) rgba(158,159,159,0.5);
	}
	.concept_title {
		font-size: clamp(0.938rem, 4vw, 1.875rem);
		letter-spacing: -0.33vw;
		margin: clamp(1.938rem, 8.27vw, 3.875rem) 0 clamp(1.313rem, 5.6vw, 2.625rem);
	}
	.concept_text {
		font-size: clamp(0.813rem, 3.47vw, 1.625rem);
        line-height: 1.55;
        letter-spacing: -0.345vw;
	}
}


/********************
 * 私たちについて
 ********************/
.about_content {
	padding-top: 7.8rem;
	padding-bottom: 6.5rem;
/* 	overflow: visible !important; */
}
.about_content .title_box {
	margin-bottom: 3.2rem;
}
.about_text {
	text-align: justify;
    letter-spacing: -1.33px;
    line-height: 1.64;
    font-size: 17px;
/* 	margin-bottom: 54px; */
}
.about_content .about_item {
	flex-wrap: wrap !important;
	margin-bottom: 0;
}
/* .about_item + .about_item {
	margin-top: 24px;
} */
.about_item > .wp-block-column {
	flex-basis: unset !important;
	width: 100%;
}
.about_item > .wp-block-column:has(figure) {
	padding-right: 11px;
}
.about_item figure {
	margin-bottom: 0;
	box-shadow: 11px 11px rgba(158,159,159,0.5);
}
.about_item_title {
	font-size: 20px;
	letter-spacing: -1.2px;
	line-height: 1.6;
	text-align: justify;
	margin-bottom: 14px;
}
.about_item p {
	text-align: justify;
    letter-spacing: -1.33px;
    line-height: 1.64;
    font-size: 17px;
}
.about_bg_item {
	position: absolute;
	top: 86px;
    right: -53px;
	z-index: -1;
	pointer-events: none;
}

/* 横スライド */
.about_wrapper {
	position: relative;
}
.about_wrapper .wp-block-group__inner-container {
	display: flex !important;
	flex-wrap: nowrap;
	overflow: hidden;
	
}
.about_item {
/* 	position: ; */
	flex-shrink: 0;
	max-width: 485px;
	width: 485px;
	top: 0;
	padding-right: 37px;
	padding-top: 54px;
}


@media screen and (max-width: 1024px) {
	.about_content {
		padding-top: clamp(6.25rem, 26.67vw, 12.5rem);
		padding-bottom: clamp(5.625rem, 24vw, 11.25rem);
	}
	.about_content .title_box {
		margin-bottom: clamp(2.938rem, 0.563rem + 10.13vw, 5.313rem);
	}
	.about_text {
		font-size: clamp(0.813rem, 3.47vw, 1.625rem);
        line-height: 1.55;
        letter-spacing: -0.33vw;
/* 		margin-bottom: clamp(2.688rem, -0.063rem + 11.73vw, 5.438rem); */
	}
	.about_item > .wp-block-column:has(figure) {
		padding-right: clamp(0.563rem, 2.4vw, 1.125rem);
	}
	.about_item {
		gap: clamp(1.563rem, 6.67vw, 3.125rem);
		max-width: calc(clamp(20.938rem, 89.33vw, 41.875rem) + clamp(1.25rem, 5.33vw, 2.5rem) + clamp(0.563rem, 2.4vw, 1.125rem));
		width: calc(clamp(20.938rem, 89.33vw, 41.875rem) + clamp(1.25rem, 5.33vw, 2.5rem) + clamp(0.563rem, 2.4vw, 1.125rem));
		padding-right: clamp(1.25rem, 5.33vw, 2.5rem) + clamp(0.563rem, 2.4vw, 1.125rem));
		padding-top: clamp(2.688rem, -0.063rem + 11.73vw, 5.438rem);
	}
/* 	.about_item + .about_item {
		margin-top: clamp(1.731rem, 0.025rem + 7.28vw, 3.438rem);
	} */
	.about_item figure {
		box-shadow: clamp(0.563rem, 2.4vw, 1.125rem) clamp(0.563rem, 2.4vw, 1.125rem) rgba(158,159,159,0.5);
	}
	.about_item_title {
		font-size: clamp(0.938rem, 4vw, 1.875rem);
		margin-bottom: clamp(0.688rem, 2.93vw, 1.375rem);
	}
	.about_item p {
		font-size: clamp(0.813rem, 3.47vw, 1.625rem);
        line-height: 1.55;
        letter-spacing: -0.345vw;
	}
	.about_bg_item {
		top: clamp(3.688rem, 15.73vw, 7.375rem);
		right: -11vw;
	}
	.about_bg_item img {
		width: clamp(10.688rem, 45.6vw, 21.375rem) !important;
	}
}


/********************
 * 数字で見る○○
 ********************/
.number_content {
	padding-top: 8rem;
	padding-bottom: 6.4rem;
}
.number_content .title_box {
	color: #fff;
}
.number_content .title::before {
	background-color: #fff;
}
.number_item {
	padding: 22px 27px;
	gap: 20px;
}
.number_item_title {
	font-size: 17.3px;
	margin-bottom: 2.1rem;
	letter-spacing: 1px;
}
.number_result {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0 !important;
}
.number_result mark {
	font-family: 's';
	font-size: 94.5px;
	letter-spacing: 0px;
	font-weight: normal !important;
}
.number_result mark strong {
	letter-spacing: -8px;
	font-weight: normal !important;
}
.number_text {
	font-size: 17px;
	text-align: justify;
	letter-spacing: -1.4px;
    line-height: 1.55;
	margin-bottom: 0 !important;
}

@media screen and (max-width: 1024px) {
	.number_content {
		padding-top: clamp(6.25rem, 26.67vw, 12.5rem);
		padding-bottom: clamp(5.625rem, 24vw, 11.25rem);
	}
	.number_item_title {
		font-size: clamp(0.813rem, 3.47vw, 1.625rem);
		padding: clamp(0.375rem, 1.6vw, 0.75rem) 10px !important;
		margin-bottom: clamp(1.563rem, 6.67vw, 3.125rem);
	}
	.number_text {
		font-size: clamp(0.813rem, 3.47vw, 1.625rem);
        letter-spacing: -0.4vw;
        line-height: 1.5;
	}
	.number_result {
		font-size: clamp(0.938rem, 4vw, 1.875rem);
	}
	.number_result mark {
		font-size: clamp(4.438rem, 18.93vw, 8.875rem);
/* 		letter-spacing: 0.8vw; */
	}
	.number_result mark strong {
		letter-spacing: -1.8vw;
	}
	.number_item {
		padding: clamp(1.25rem, 5.33vw, 2.5rem) clamp(1.25rem, 5.33vw, 2.5rem) clamp(0.938rem, 4vw, 1.875rem);
		gap: clamp(0.875rem, 3.73vw, 1.75rem);
	}
	.number_content .vk_spacer-display-tablet {
		margin-top: clamp(1.875rem, 8vw, 3.75rem) !important;
	}
}


/********************
 * メンバー紹介
 ********************/
.member_content {
	padding-top: 7.7rem;
	padding-bottom: 6.4rem;
}
.member_bg1,
.member_bg2 {
	position: absolute;
	z-index: -2;
	pointer-events: none;
}
.member_bg1 {
	bottom: 42.7%;
    left: -223px;
}
.member_bg2 {
	top: 46px;
    right: -58px;
}
.member_content .title::before {
	background-color: var(--main-color);
}
.member_content .member_item {
	position: relative;
	flex-wrap: wrap !important;
	gap: 0;
	padding: 0;
	clip-path: polygon(7.4% 0, 92.5% 0, 100% 2.5%, 100% 97.2%, 91.5% 100%, 8.3% 100%, 0 97.2%, 0 2.5%);
/* 	background-color: #F7F7F7 !important; */
/* 	filter: drop-shadow(10px 10px 0 rgba(158,159,159,.5)); */
} 
.member_wrap {
	position: relative;
}
.member_wrap::before {
	content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(158, 159, 159, .5);
    clip-path: polygon(7.4% 0, 92.5% 0, 100% 2.5%, 100% 97.2%, 91.5% 100%, 8.3% 100%, 0 97.2%, 0 2.5%);
    position: absolute;
    top: 6px;
    left: 6px;
	z-index: -1;
}
.member_item > .wp-block-column {
	position: relative;
	width: 100%;
	flex-basis: unset !important;
}
/* .member_item > .wp-block-column::before,
.member_item > .wp-block-column::after {
	content: '';
    width: 33.3px;
    height: 33.3px;
    background: #fff;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    position: absolute;
    left: 0;
	top: 0;
}
.member_item > .wp-block-column::after {
	left: unset;
	right: -1px;
	rotate: 90deg;
}
.member_item > .wp-block-column:not(.member_img_box)::before {
	top: unset;
	bottom: 0;
	rotate: -90deg;
}
.member_item > .wp-block-column:not(.member_img_box)::after {
	top: unset;
	bottom: 0;
	rotate: -180deg;
} */
.member_item > .wp-block-column:not(.member_img_box) {
	padding: 26.6px 26.6px 64px;
}
.member_item figure {
	margin-bottom: 0;
}
.member_name {
	position: absolute;
    bottom: 33px;
    left: 31px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
    background: url(https://t-art.sai-soku.jp/wp-content/uploads/2024/08/member_name_bg.png) center / contain no-repeat;
    width: 198px;
    padding: 12px;
    text-align: center;
}
.member_addr {
	font-size: 17px;
	padding: 17px 19px;
	letter-spacing: -0.9px;
    line-height: 1.56;
	margin-bottom: 17px;
	text-align: justify;
}
.member_text {
	font-size: 17px;
    text-align: justify;
    letter-spacing: -1.1px;
    line-height: 1.6;
	margin-bottom: 2.2rem;
}
.member_time {
	margin-top: 2.7rem;
	pointer-events: none;
}

@media screen and (max-width: 1024px) {
	.member_content {
		padding-top: clamp(5.625rem, 24vw, 11.25rem);
		padding-bottom: clamp(5.625rem, 24vw, 11.25rem);
	}
	.member_wrap::before {
		top: clamp(0.344rem, 1.47vw, 0.688rem);
		left: clamp(0.344rem, 1.47vw, 0.688rem);
	}
	.member_name {
		font-size: clamp(0.938rem, 4vw, 1.875rem);
		bottom: clamp(1.438rem, -0.063rem + 6.4vw, 2.938rem);
		left: clamp(1.438rem, -0.063rem + 6.4vw, 2.938rem);
		width: clamp(9.313rem, 39.73vw, 18.625rem);
		padding: clamp(0.563rem, 0.063rem + 2.13vw, 1.063rem) 10px;
	}
	.member_item > .wp-block-column:not(.member_img_box) {
		padding: clamp(1.25rem, 5.33vw, 2.5rem) clamp(1.188rem, 5.07vw, 2.375rem) clamp(2.938rem, -0.063rem + 12.8vw, 5.938rem);
	}
	.member_addr {
		font-size: clamp(0.813rem, 3.47vw, 1.625rem);
		letter-spacing: -0.22vw;
		padding: clamp(0.719rem, 3.07vw, 1.438rem) clamp(0.938rem, 4vw, 1.875rem);
		margin-bottom: clamp(0.813rem, -0.063rem + 3.73vw, 1.688rem);
	}
	.member_text {
		font-size: clamp(0.813rem, 3.47vw, 1.625rem);
		letter-spacing: -0.27vw;
		margin-bottom: clamp(1.688rem, 7.2vw, 3.375rem);
	}
	.member_time {
		margin-top: clamp(1.938rem, -0.063rem + 8.53vw, 3.938rem);
	}
	.member_content .vk_spacer-display-tablet {
		margin-top: clamp(2.813rem, 12vw, 5.625rem) !important;
	}
	.member_bg2 {
		top: 66px;
    	right: -12vw;
	}
	.member_bg2 img {
		width: clamp(11.875rem, 50.67vw, 23.75rem) !important;
	}
	.member_bg1 {
		bottom: 42.9%;
    	left: -44.5vw;
	}
	.member_bg1 img {
		width: clamp(15.375rem, -0.062rem + 65.87vw, 30.813rem) !important;
	}
}


/********************
 * 募集職種
 ********************/
.job_content {
	padding-top: 8rem;
	padding-bottom: 7.5rem;
}
.job_content .title_box {
	margin-bottom: 4.6rem;
}
.job_label_wrap + .job_label_wrap {
	margin-top: 26px;
}
.job_label_wrap > .wp-block-group__inner-container {
	position: relative;
}
.job_label {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 13px;
	color: #fff;
	background-color: var(--sub-color);
	display: inline-block;
	position: absolute;
	top: -13.5px;
	left: 0;
	padding: 2.5px 5px;
	min-width: 103px;
	text-align: center;
	letter-spacing: 1.5px;
}
.job_item {
	border-bottom: none !important;
}
.job_item .wp-block-vk-blocks-accordion-trigger {
	position: relative;
	background-color: var(--main-color);
	padding: 23px 44px;
    letter-spacing: 1px;
}
.job_item .wp-block-vk-blocks-accordion-trigger::before,
.job_item .wp-block-vk-blocks-accordion-trigger::after {
	content: '';
    width: 20px;
    height: 20px;
    background: #f7f7f7;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    position: absolute;
    left: 0;
    top: -1px;
}
.job_item .wp-block-vk-blocks-accordion-trigger::after {
	left: unset;
	right: 0;
	rotate: 90deg;
}
.job_item .wp-block-vk-blocks-accordion-target.vk_accordion-target-open::before,
.job_item .wp-block-vk-blocks-accordion-target.vk_accordion-target-open::after {
	content: '';
    width: 32px;
    height: 32px;
    background: #f7f7f7;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    position: absolute;
    left: 0;
    bottom: 26px;
}
.job_item .wp-block-vk-blocks-accordion-target.vk_accordion-target-open::after {
	left: unset;
	right: 0;
	rotate: -90deg;
}
.job_item .wp-block-vk-blocks-accordion-trigger .vk_accordion-toggle::after {
	content: '';
	width: 32px;
	height: 32px;
	background: url('https://t-art.sai-soku.jp/wp-content/uploads/2024/08/job_item.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	right: 43px;
	transform: translateY(-50%);
	border: none !important;
}
.job_item .wp-block-vk-blocks-accordion-trigger .vk_accordion-toggle.vk_accordion-toggle-open::after {
	transform: translateY(-50%) rotate(135deg);
}
.job_title {
	display: flex;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 500 !important;
	font-style: normal;
	font-size: 25px;
	color: #fff;
	padding-right: 40px;
}
.job_item .wp-block-vk-blocks-accordion-target {
	padding: 0 28px;
	background-color: #fff;
}
.job_item .vk_accordion-target-open {
	padding: 24px 28px 69px;
	margin-bottom: 27px;
}
.job_sub_title {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 600 !important;
	font-style: normal;
	letter-spacing: 2px;
	font-size: 21px;
	color: var(--main-color);
	border-bottom: 1px solid var(--sub-color);
	padding-bottom: 5px;
	margin-bottom: 3.5rem;
}
.job_point_item + .job_point_item {
	margin-top: 2.56rem;
}
.job_point_title {
	display: flex;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 600 !important;
	font-style: normal;
	font-size: 18.6px;
	margin-bottom: 2px;
}
.job_point_title strong {
	display: inline-block;
	font-family: "Josefin Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 40px;
	font-weight: 400 !important;
	min-width: 65px;
}
.job_point_text {
	padding-left: 65.1px;
	font-size: 16.65px;
    text-align: justify;
    letter-spacing: -0.9px;
    line-height: 1.65;
	margin-bottom: 0 !important;
}
.job_table {
	margin-top: 9rem;
}
.job_table table,
.job_table tr,
.job_table td {
	border: none;
}
.job_table tr {
	border-bottom: 1px solid var(--sub-color);
}
.job_table td {
	font-size: 17.3px;
	padding: 14px 7px;
	line-height: 1.6;
	vertical-align: top;
}
.job_table td:first-child {
	width: 40%;
}
.job_table td:last-child {
	width: 60%;
}

@media screen and (max-width: 1024px) {
	.job_content {
		padding-top: clamp(6.25rem, 26.67vw, 12.5rem);
		padding-bottom: clamp(5.75rem, 24.53vw, 11.5rem);
	}
	.job_content .title_box {
		margin-bottom: clamp(3.438rem, 14.67vw, 6.875rem);
	}
	.job_label_wrap + .job_label_wrap {
		margin-top: clamp(1.188rem, 0.063rem + 4.8vw, 2.313rem);	
	}
	.job_item .wp-block-vk-blocks-accordion-trigger::before,
	.job_item .wp-block-vk-blocks-accordion-trigger::after {
		width: clamp(0.938rem, 4vw, 1.875rem);
		height: clamp(0.938rem, 4vw, 1.875rem);
	}
	.job_item .wp-block-vk-blocks-accordion-target.vk_accordion-target-open::before,
	.job_item .wp-block-vk-blocks-accordion-target.vk_accordion-target-open::after {
		width: clamp(1.5rem, 6.4vw, 3rem);
		height: clamp(1.5rem, 6.4vw, 3rem);
		bottom: clamp(1.313rem, 5.6vw, 2.625rem);
	}
	.job_item .wp-block-vk-blocks-accordion-trigger {
		padding: clamp(1.063rem, 4.53vw, 2.125rem) clamp(2rem, 8.53vw, 4rem);
	}
	.job_title {
		font-size: clamp(1.2rem, 5.12vw, 2.4rem);
		padding-right: clamp(2rem, 8.53vw, 4rem);
	}
	.job_item .wp-block-vk-blocks-accordion-trigger .vk_accordion-toggle::after {
		width: clamp(1.5rem, 6.4vw, 3rem);
		height: clamp(1.5rem, 6.4vw, 3rem);
		right: clamp(2rem, 8.53vw, 4rem);
	}
	.job_item .wp-block-vk-blocks-accordion-target {
		padding: 0 clamp(1.25rem, 5.33vw, 2.5rem);
	}
	.job_item .vk_accordion-target-open {
		padding: clamp(1.125rem, 4.8vw, 2.25rem) clamp(1.25rem, 5.33vw, 2.5rem) clamp(3.125rem, 13.33vw, 6.25rem);
		margin-bottom: clamp(1.313rem, 5.6vw, 2.625rem);
	}
	.job_sub_title {
		font-size: clamp(1rem, 4.27vw, 2rem);
		padding-bottom: clamp(0.25rem, 1.07vw, 0.5rem);
		margin-bottom: clamp(2.563rem, -0.063rem + 11.2vw, 5.188rem);
	}
	.job_point_item + .job_point_item {
		margin-top: clamp(1.938rem, -0.063rem + 8.53vw, 3.938rem);
	}
	.job_point_title {
		font-size: clamp(0.875rem, 3.73vw, 1.75rem);
	}
	.job_point_title strong {
		font-size: clamp(1.875rem, 8vw, 3.75rem);
		min-width: clamp(3.125rem, 13.33vw, 6.25rem);
	}
	.job_point_text {
		font-size: clamp(0.813rem, 3.47vw, 1.625rem);
		padding-left: clamp(3.125rem, 13.33vw, 6.25rem);
		letter-spacing: -0.32vw;
		line-height: 1.6;
	}
	
	.job_table {
		margin-top: clamp(6.938rem, -0.063rem + 29.87vw, 13.938rem);
	}
	.job_table td {
		font-size: clamp(0.813rem, 3.47vw, 1.625rem);
		padding: clamp(0.588rem, 2.51vw, 1.175rem) clamp(0.281rem, 1.2vw, 0.563rem);
		line-height: 1.62;
	}
	.job_table td:first-child {
		width: 41.5%;
	}
	.job_table td:last-child {
		width: 58.5%;
	}
	.job_label {
		font-size: clamp(0.625rem, 2.67vw, 1.25rem);
		min-width: clamp(4.844rem, 20.67vw, 9.688rem);
		top: -20.5px;
		padding: 4px 5px;
	}
}
@media screen and (max-width: 500px) {
	.job_label {
		top: -11.5px;
		padding: 2px 5px;
	}
}


/********************
 * 選考フロー
 ********************/
.flow_content {
	padding-bottom: 8.6rem;
}
body #flow.wp-block-vk-blocks-outer.flow_content .vk_outer_container {
	position: relative;
	background-color: #fff;
	padding: 60px 28px 67.2px !important;
}
.flow_content .vk_outer_container::before,
.flow_content .vk_outer_container::after {
	content: '';
    width: 33.3px;
    height: 33.3px;
    background: #f7f7f7;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    position: absolute;
    left: 0;
    top: 0;
}
.flow_content .vk_outer_container::after {
	left: unset;
	right: -1px;
	rotate: 90deg;
}
.flow_content > div {
	position: relative;
}
.flow_content > div::before,
.flow_content > div::after {
	content: '';
    width: 33.3px;
    height: 33.3px;
    background: #f7f7f7;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 2;
}
.flow_content > div::after {
	left: unset;
	right: -1px;
	rotate: -90deg;
}
.flow_content .title_box {
	margin-bottom: 3rem;
}
.flow_content .title::before {
	background-color: var(--main-color);
}
.flow_item .vk_flow_frame {
	position: relative;
	background-color: var(--main-color);
	border: none;
	color: #fff;
	padding: 14px;
/* 	clip-path: polygon(1.5% 0, 98.5% 0, 100% 13%, 100% 83%, 98.5% 100%, 1.5% 100%, 0 84.5%, 0 19%); */
}
.flow_item .vk_flow_frame::before,
.flow_item .vk_flow_frame::after,
.flow_item .vk_flow_frame_text::before,
.flow_item .vk_flow_frame_text::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #fff;
	border-right: 0;
	position: absolute;
}
.flow_item .vk_flow_frame::before {
	rotate: 135deg;
	left: -3px;
    bottom: -10px;
}
.flow_item .vk_flow_frame::after {
	rotate: 45deg;
	right: -3px;
    bottom: -10px;
}
.flow_item .vk_flow_frame_text::before {
	rotate: 225deg;
    left: -17px;
    top: -24px;
}
.flow_item .vk_flow_frame_text::after {
	rotate: -45deg;
	right: -17px;
    top: -24px;
}
.flow_item .vk_flow_frame_text {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	min-height: 50px;
	overflow: visible;
	margin-right: 0;
	margin-bottom: 0 !important;
	padding-right: 15px;
}
.flow_item .vk_flow_frame_text_title {
	position: relative;
	padding-bottom: 0;
	padding-top: 5px;
	margin-bottom: 0;
	border: none;
	font-size: 17.3px;
	font-family: "Josefin Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	width: 80px;
	height: 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	padding-right: 8px;
}
.flow_item .vk_flow_frame_text_title::before {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}

.flow_item .vk_flow_frame_text_title strong {
	font-size: 26px;
	font-weight: 400 !important;
}
.flow_item .vk_flow_frame_text_content {
	position: relative;
	width: 100%;
	font-family: kozuka-gothic-pr6n, sans-serif;
	letter-spacing: -1px;
	font-weight: 400;
	padding-left: 8px;
	font-size: 17.3px;
/* 	padding-right: 70px; */
	line-height: 1.5;
}
.flow_item .vk_flow_frame_text_content strong {
	font-weight: 400 !important;
	font-size: 13px;
}
.flow_item.vk_flow.vk_flow-arrow-on::after {
	background: url('https://t-art.sai-soku.jp/wp-content/uploads/2024/08/frow_arrow.png') center 50% no-repeat;
	background-size: cover !important;
	height: 26.6px;
    width: 30.6px;
    margin: 13.2px auto;
    margin-right: calc(50% - 41px);
}
.flow_item:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
	.flow_content {
		padding-bottom: clamp(6.25rem, 26.67vw, 12.5rem);
	}
	body #flow.wp-block-vk-blocks-outer.flow_content .vk_outer_container {
		padding: clamp(3.125rem, 13.33vw, 6.25rem) clamp(1.25rem, 0.063rem + 5.07vw, 2.438rem) !important;
	}
	.flow_content > div::before,
	.flow_content > div::after,
	.flow_content .vk_outer_container::before,
	.flow_content .vk_outer_container::after {
		width: clamp(1.563rem, 6.67vw, 3.125rem);
    height: clamp(1.563rem, 6.67vw, 3.125rem);
	}
	.flow_content .title_box {
		margin-bottom: clamp(2.344rem, 10vw, 4.688rem);
	}
	.flow_item .vk_flow_frame {
		padding: clamp(0.625rem, 2.67vw, 1.25rem);
	}
	.flow_item .vk_flow_frame_text {
		min-height: auto;
	}
	.flow_item .vk_flow_frame_text_title {
		font-size: clamp(0.813rem, 3.47vw, 1.625rem); 
		width: clamp(4.063rem, 17.33vw, 8.125rem);
		min-height: clamp(2.5rem, 10.67vw, 5rem);
		height: auto;
	}
	.flow_item .vk_flow_frame_text_title strong {
		font-size: clamp(1.25rem, 5.33vw, 2.5rem);
	}
	.flow_item .vk_flow_frame::before,
	.flow_item .vk_flow_frame::after,
	.flow_item .vk_flow_frame_text::before,
	.flow_item .vk_flow_frame_text::after {
		border-top: clamp(0.469rem, 2vw, 0.938rem) solid transparent;
		border-bottom: clamp(0.469rem, 2vw, 0.938rem) solid transparent;
		border-left: clamp(0.469rem, 2vw, 0.938rem) solid #fff;
	}
	.flow_item .vk_flow_frame_text::before {
/* 		left: -23px;
    	top: -30px; */
		top: calc(-1 * clamp(1rem, 4.27vw, 2rem));
		left: calc(-1 * clamp(0.719rem, 3.07vw, 1.438rem));
	}
	.flow_item .vk_flow_frame_text::after {
/* 		right: -23px;
    	top: -30px; */
		top: calc(-1 * clamp(1rem, 4.27vw, 2rem));
		right: calc(-1 * clamp(0.719rem, 3.07vw, 1.438rem));
	}
	.flow_item .vk_flow_frame::before {
		left: calc(-1* clamp(0.125rem, 0.53vw, 0.25rem));
    	bottom: calc(-1* clamp(0.344rem, 1.47vw, 0.688rem));
	}
	.flow_item .vk_flow_frame::after {
		right: calc(-1* clamp(0.125rem, 0.53vw, 0.25rem));
    	bottom: calc(-1* clamp(0.344rem, 1.47vw, 0.688rem));
	}
	.flow_item .vk_flow_frame_text_content {
		font-size: clamp(0.813rem, 3.47vw, 1.625rem); 
	}
	.flow_item.vk_flow.vk_flow-arrow-on::after {
		height: clamp(1.25rem, 5.33vw, 2.5rem);
		width: clamp(1.438rem, 6.13vw, 2.875rem);
		margin: clamp(0.631rem, 2.69vw, 1.262rem) auto;
		margin-right: calc(50% - clamp(2.188rem, 9.33vw, 4.375rem));
	}
	.flow_item .vk_flow_frame_text_content strong {
		font-size: clamp(0.625rem, -0.063rem + 2.93vw, 1.313rem);
	}
}


/********************
 * 会社概要
 ********************/
.company_content {
	padding-top: 5.1rem;
	padding-bottom: 6.9rem;
}
.company_content .title_box {
	margin-bottom: 2.8rem;
}
.company_content .title::before {
	width: 213px;
}
.company_table tr,
.company_table td {
/* 	border-color: #6e9a8f; */
	border: none;
}
.company_table tr {
	display: flex;
	border: 1px solid #d6ebee;
}
.company_table tr + tr {
	border-top: none;
}
.company_table td {
	display: flex;
	align-items: center;
	width: calc(100% - 140px);
	min-height: 78px;
	color: rgba(66,148,158,0.85);
	padding: 10px 15px;
	font-size: 17.3px;
    line-height: 1.6;
	letter-spacing: 1.1px;
}
.company_table td a {
	color: rgba(66,148,158,0.85);
}
.company_table td a:hover {
	color: var(--sub-color);
}
.company_table td:first-child {
	width: 140px;
	background-color: rgba(66,148,158,0.85);
	color: #fff;
}

@media screen and (max-width: 1024px) {
	.company_content {
		padding-top: clamp(4.063rem, 17.33vw, 8.125rem);
		padding-bottom: clamp(5.469rem, 23.33vw, 10.938rem);
	}
	.company_content .title_box {
		margin-bottom: clamp(2.188rem, 9.33vw, 4.375rem);
	}
	.company_content .title::before {
		width: clamp(10rem, 42.67vw, 20rem);
	}
	.company_table td {
		font-size: clamp(0.813rem, 3.47vw, 1.625rem);
		min-height: clamp(3.688rem, 0.031rem + 15.6vw, 7.344rem);
		padding: 10px clamp(0.844rem, 3.6vw, 1.688rem);
		letter-spacing: 0;
		width: calc(100% - clamp(7.438rem, 0.063rem + 31.47vw, 14.813rem));
	}
	.company_table td:first-child {
		width: clamp(7.438rem, 0.063rem + 31.47vw, 14.813rem);
	}
}

/********************
 * アニメーション
 ********************/
/* 上へふわっと */
.class_key.up {
	opacity: 0;
    transform: translateY(50px);
    transition: all .9s cubic-bezier(.25,1,.5,1);
}
.class_key.up.active {
	opacity: 1;
    transform: translateY(0);
}

/* 右へふわっと */
.class_key.left {
	opacity: 0;
    transform: translateX(-100px);
    transition: all .9s cubic-bezier(.25,1,.5,1);
	transition-delay: .5s;
}
.class_key.left.active {
	opacity: 1;
    transform: translateX(0);
}

/* 左へふわっと */
.class_key.right {
	opacity: 0;
    transform: translateX(100px);
    transition: all .9s cubic-bezier(.25,1,.5,1);
	transition-delay: .5s;
}
.class_key.right.active {
	opacity: 1;
    transform: translateX(0);
}

/* マスク */
.class_key.mask {
	mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    mask-size: 340% 340%;
    -webkit-mask-size: 340% 340%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: 130% 130%;
    -webkit-mask-position: 130% 130%;
}
.class_key.mask.active {
	animation: mask-animation 0.7s linear forwards;
}
@keyframes mask-animation {
	0% {
		mask-position: 130% 130%;
    	-webkit-mask-position: 130% 130%;
	}
	100% {
		mask-position: 0 0;
    	-webkit-mask-position: 0 0;
	}
}