/*
Theme Name: 株式会社 谷端紙器製作所
Template: lightning
Author: 株式会社 RECXT
Version: 0.6.1
*/


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

/* -----------------------------------------
	共通 
-----------------------------------------   */
body {
	--main-color: #14047C;
	--pink-color: #eb6877;
	--max-width: 1450px;
	--font-size: 16px;
	--header-img: 50px;
	--header-space: 15px;
	
	position: relative;
	color: #000;
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: var(--font-size);
	padding-top: calc(var(--header-img) + var(--header-space)*2);
}
body.home {
	padding-top: 0;
}
@media screen and (max-width: 1650px) {
	body {
		--max-width: 76vw;
	}
}
@media screen and (max-width: 1024px) {
	body {
		--max-width: 92vw;
		--font-size: 16px;
	}
}
@media screen and (max-width: 991px) {
	body {
		--header-img: 40px;
		--header-space: 10px;
	}
}
@media screen and (max-width: 767px) {
	body {
		--font-size: 14px;
		--content-top-space: 40px;
	}
}
/* コンテナ */
body .container,
body .container-lg,
body .container-md,
body .container-sm,
body .container-xl,
.vk_outer-width-full.vk_outer-paddingLR-none>div>.vk_outer_container {
	max-width: var(--max-width);
}
.vk_outer-width-full.vk_outer-paddingLR-none {
	padding-left: 0;
	padding-right: 0;
}
.alignfull, 
.alignfull:is(.swiper-container,
.vk_slider,
.wp-block-image,
.wp-block-cover-image,.wp-block-cover) {
	margin-left: calc(50% - 50cqw);
    margin-right: calc(50% - 50cqw);
}
.wp-block-vk-blocks-outer > div > .vk_outer_container > *:last-child {
	margin-block-end: 0 !important;
}

/* ヘッダー */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
}
.site-header .site-header-container {
	max-width: unset;
	padding: var(--header-space) 40px;
}
.site-header-logo {
	line-height: 1;
	padding-top: 0;
	margin-bottom: 0;
}
.site-header-logo > a {
	display: inline-block;
}
.site-header-logo img {
	height: var(--header-img);
	max-height: unset;
}
.global-nav-list {
	gap: 0 10px;
}
.global-nav-list>li:before {
	border-width: 2px;
	border-color: var(--main-color);
}
.global-nav-list>li .global-nav-name {
	color: var(--main-color);
	font-size: 16px;
}
.global-nav .global-nav-list > li > a {
	padding: 7px 1em;
	cursor: pointer;
}
.global-nav-list > li > a .global-nav-description {
	display: none;
}

.vk-mobile-nav-menu-btn {
	top: 8px;
	width: 45px;
	height: 45px;
	background-color: transparent !important;
	border: none;
}
.vk-mobile-nav-menu-btn.menu-open {
	background: url('../../../wp-content/themes/lightning/_g3/inc/vk-mobile-nav/package/images/vk-menu-close-white.svg') center 50% no-repeat rgba(255,255,255,.8);
	border: none;
}
.vk-mobile-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--main-color);
	padding-top: 75px;
	border: none;
}
.vk-mobile-nav nav>ul,
.vk-mobile-nav nav ul li a {
	color: #fff;
	font-size: 20px;
	text-align: center;
	border: none;
}
.page_top_btn {
	background-color: var(--main-color);
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--main-color);
}

/* フッター */
.site-footer {
	font-size: 20px;
	color: #fff;
	background-color: var(--main-color);
	padding: 5rem 1rem 0;
	border-top: none;
}
.widget_nav_menu>div>ul {
	display: flex;
	flex-wrap: wrap;
	gap: 3px 30px;
	width: max-content;
	max-width: 100%;
	margin: 0 auto;
}
.widget_nav_menu>div>ul li {
	font-size: 1em;
}
.widget_nav_menu>div>ul li a {
	font-size: 1em;
	color: #fff;
	padding: .1em .5em;
	border: none;
}
.site-footer-copyright {
	padding-top: 7rem;
}
.site-footer-copyright p {
	font-size: 16px;
}
@media screen and (max-width: 1024px) {
	.site-footer {
		font-size: 16px;
	}
	.site-footer-content {
		padding-top: 0;
	}
	.widget_nav_menu>div>ul {
		gap: 3px 15px;
	}
	.site-footer-copyright {
		padding-top: 4rem;
	}
}
@media screen and (max-width: 767px) {
	.site-footer {
		font-size: 14px;
		padding: 3rem 1rem 0;
	}
	.widget_nav_menu>div>ul {
		gap: 8px 0;
	}
	.widget_nav_menu>div>ul li {
		width: 100%;
		text-align: center;
	}
	.site-footer-copyright {
		padding-top: 2.5rem;
	}
	.site-footer-copyright p {
		font-size: 12px;
	}
}

/* インナー */
.bg_inner_box {
	padding: 5vw 5vw 4.2vw !important;
	border-radius: 30px;
}
.bg_inner_box > * {
	max-width: unset !important;
}
.bg_inner_box p {
	line-height: 1.5;
}
@media screen and (max-width: 1024px) {
	.bg_inner_box {
		padding: 6vw 6vw 6.2vw !important;
		border-radius: 20px;
	}
}
@media screen and (max-width: 767px) {
	.bg_inner_box {
		padding: 8vw 7vw 8.2vw !important;
		border-radius: 15px;
	}
}

/* メインタイトル */
.page_main_title {
	margin-bottom: 4rem !important;
}
.page_main_title > * {
	max-width: unset !important;
}
.page_main_title .page_main_title_big {
	font-size: 50px;
}
.page_main_title .page_main_title_small {
	display: inline-block;
	position: relative;
	font-size: 20px;
	line-height: 1.4;
	padding-right: 2em;
}
.page_main_title .page_main_title_small::before {
	content: '';
	display: block;
	position: absolute;
	top: .65em;
	right: 0;
	width: 1em;
	height: 1px;
	background-color: #333;
}
@media screen and (max-width: 1024px) {
	.page_main_title {
		margin-bottom: 2rem !important;
	}
	.page_main_title .page_main_title_big {
		font-size: 36px;
	}
	.page_main_title .page_main_title_small {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.page_main_title .page_main_title_big {
		font-size: 28px;
	}
	.page_main_title .page_main_title_small {
		font-size: 15px;
	}
}

/* タイトル */
.title_block {
	margin-bottom: 2.5rem !important;
}
.title_block > * {
	max-width: unset !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.title_block .title_block_ja {
	font-size: 50px;
}
.title_block .title_block_en {
	font-size: 20px;
	line-height: 1.4;
}
@media screen and (max-width: 1024px) {
	.title_block .title_block_ja {
		font-size: 36px;
	}
	.title_block .title_block_en {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.title_block {
		margin-bottom: 1.5rem !important;
	}
	.title_block .title_block_ja {
		font-size: 28px;
	}
	.title_block .title_block_en {
		font-size: 15px;
	}
}

/* サブタイトル */
.title_sub_block {
	margin-bottom: 2rem !important;
}
.title_sub_block > * {
	max-width: unset !important;
}
.title_sub_block .title_sub_block_big {
	font-size: 30px;
}
.title_sub_block .title_sub_block_small {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}
@media screen and (max-width: 1024px) {
	.title_sub_block {
		margin-bottom: 1.5rem !important;
	}
	.title_sub_block .title_sub_block_big {
		font-size: 26px;
	}
	.title_sub_block .title_sub_block_small {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.title_sub_block .title_sub_block_big {
		font-size: 22px;
	}
	.title_sub_block .title_sub_block_small {
		font-size: 18px;
	}
}

/* タイトル横並び */
.title_block.flex {
	display: flex;
	align-items: center;
}
.title_block.flex .title_block_en {
	position: relative;
	padding-left: 2.2rem;
}
.title_block.flex .title_block_en::before {
	content: '/';
	display: block;
	position: absolute;
	top: 0;
	left: 1rem;
}

/* サイドボタン */
.side_bar_btn.vk_button .vk_button_link.btn {
    display: inline-block;
    position: relative;
	font-weight: 700;
    line-height: 1.5;
	letter-spacing: .1em;
	text-indent: .1em;
    padding: .9em 3.6em;
	border: none;
	border-radius: 0;
	overflow: hidden;
}
.side_bar_btn.border_pink.vk_button .vk_button_link.btn {
	border: 1px solid var(--pink-color);
}
.side_bar_btn.vk_button .vk_button_link.btn:hover {
	opacity: 1;
	box-shadow: none;
}
.side_bar_btn.vk_button .vk_button_link.btn::before {
    content: '';
	display: block;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--pink-color);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-96%);
    transform: translateX(-96%);
}
.side_bar_btn.vk_button .vk_button_link.btn:hover::before {
	-webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.side_bar_btn.vk_button .vk_button_link.btn .vk_button_link_caption {
	position: relative;
}
@media screen and (max-width: 767px) {
	.top_product_container .side_bar_btn {
		text-align: center;
	}
	.side_bar_btn.vk_button .vk_button_link.btn {
		padding: .7em 2.6em;
	}
}


/* -----------------------------------------
	トップページ
-----------------------------------------  */
/* FV */
.fv_container {
/* 	height: 100vh; */
	padding: 0;
	overflow: hidden;
}
.fv_mv {
	width: 100cqw;
	margin: 0 calc(50% - 50cqw);
}
.fv_mv.sp {
	display: none;
}
.fv_mv video {
	width: 100%;
	object-fit: cover;
	height: 100vh;
}
@media screen and (max-width: 767px) {
	.fv_mv.pc {
		display: none;
	}
	.fv_mv.sp {
		display: block;
	}
}

/* MISSION */
.top_mission_container {
	padding-top: 8.1vw;
	padding-bottom: 4.9vw;
}
.top_mission_container > .vk_outer-background-area {
	background: linear-gradient(90deg, rgb(20, 28, 131) 0%, rgba(20, 28, 131, 0.396796218487395) 100%) !important;
}
.mission_text > * {
	max-width: unset !important;
}
.mission_text_img,
.mission_text_img img {
	width: 100%;
	vertical-align: bottom;
}
.mission_text_img {
	margin-bottom: .15vw;
}
.mission_text p {
/* 	font-size: 1.46vw; */
	font-size: 28px;
    font-weight: 500;
	line-height: 1.7;
    letter-spacing: -0.015em;
    text-indent: -0.015em;
}
.mission_logo {
	width: 4%;
	margin-block-start: 9.6vw !important;
}
.mission_logo img {
	width: 100%;
	vertical-align: bottom;
}
@media screen and (max-width: 1300px) {
	.mission_text p {
		font-size: 22px;
	}
}
@media screen and (max-width: 1024px) {
	.mission_text_img {
		width: 90%;
		margin-bottom: 3vw;
	}
	.mission_text p {
		font-size: 2.2vw;
	}
}
@media screen and (max-width: 767px) {
	.top_mission_container {
		padding-top: 12.1vw;
		padding-bottom: 10.9vw;
	}
	.mission_text_img {
		margin-bottom: 5vw;
	}
	.mission_text p {
		font-size: 3.6vw;
	}
	.mission_logo {
		width: 35px;
	}
}

/* PRODUCT */
.top_product_container {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.top_product_inner_title {
	font-size: 28px;
	letter-spacing: -0.04em;
	margin-block-end: 1rem !important;
}
.product_column {
	--gap: 4%;
	margin-block-start: 1.9rem !important;
	margin-block-end: 1.8rem !important;
}
.product_column > .row {
	gap: 3rem var(--gap);
	margin-left: 0;
	margin-right: 0;
}
.product_column > .row > .wp-block-vk-blocks-grid-column-item {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: calc((100% - var(--gap))/2);
	max-width: unset;
	padding: 0;
	margin: 0;
}
.product_column .product_column_img,
.product_column .product_column_img img {
	width: 100%;
	vertical-align: bottom;
}
.product_column .product_column_img {
	margin-bottom: .6rem;
}
.product_column .product_column_title {
	margin-top: 0;
	margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
	.top_product_container {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
	}
	.top_product_inner_title {
		font-size: 24px;
	}
	.product_column {
		margin-block-start: 2.9rem !important;
		margin-block-end: 2.8rem !important;
	}
}
@media screen and (max-width: 767px) {
	.top_product_inner_title {
		font-size: 18px;
	}
	.product_column > .row {
		gap: 2rem var(--gap);
	}
	.product_column .product_column_title {
		font-size: 14px;
	}
}

/* COMPANY */
.top_company_container {
	padding-top: 0;
	padding-bottom: 0;
}
.top_company_column {
	gap: 0;
/* 	width: 100cqw;
	margin: 0 calc(50% - 50cqw); */
}
.top_company_column.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
	flex-basis: auto;
    flex-grow: 0;
}
.top_company_column .top_company_column_text {
	position: relative;
	font-size: 24px;
	width: 100%;
	padding: 12rem 0;
/*     padding-left: 10.25vw; */
	padding-right: 0;
	z-index: 1;
}
.top_company_column .top_company_column_img {
	flex-shrink: 0;
	width: 60%;
}
.top_company_column .top_company_column_text > * {
	width: var(--max-width);
}
.top_company_column_text_title {
	font-size: 70px;
	line-height: 1.5;
	letter-spacing: -0.03em;
	margin-block-end: 1.8rem !important;
}
.top_company_column_text .side_bar_btn {
	margin-block-start: 6.1rem !important;
}
.top_company_column .top_company_column_img figure,
.top_company_column .top_company_column_img figure img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	vertical-align: bottom;
}
.top_company_column .top_company_column_img figure {
	width: calc(100% + (100cqw - var(--max-width))/2);
	max-width: unset;
}
.top_company_column .top_company_column_img figure {
	position: relative;
}
.top_company_column .top_company_column_img figure::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .3);
}
@media screen and (max-width: 1500px) {
	.top_company_column_text_title {
		font-size: 60px;
	}
	.top_company_column .top_company_column_text {
		font-size: 22px;
		padding: 9rem 0;
	}
	.top_company_column_text .side_bar_btn {
		margin-block-start: 5.1rem !important;
	}
}
@media screen and (max-width: 1300px) {
	.top_company_column_text_title {
		font-size: 50px;
	}
	.top_company_column .top_company_column_text {
		font-size: 20px;
		padding: 6rem 0;
	}
	.top_company_column_text .side_bar_btn {
		margin-block-start: 4.1rem !important;
	}
}
@media screen and (max-width: 1024px) {
	.top_company_container {
		padding: 4.5rem 0;
	}
	.top_company_column {
		flex-direction: column;
	}
	.top_company_column .top_company_column_text,
	.top_company_column .top_company_column_img {
		width: 100%;
		padding: 0;
	}
	.top_company_column .top_company_column_text {
		display: contents;
		font-size: 18px;
	}
	.top_company_column_text_title {
		font-size: 32px;
	}
	.top_company_column .top_company_column_img figure {
		width: 100%;
	}
	.top_company_column_text .side_bar_btn {
		order: 10;
		text-align: center;
		margin-block-start: 3.1rem !important;
	}
}
@media screen and (max-width: 767px) {
	.top_company_column_text_title {
		font-size: 28px;
	}
	.top_company_column .top_company_column_text {
		font-size: 16px;
	}
}

/* CONTACT */
.top_contact_container {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.top_contact_container .title_block {
	margin-bottom: 1rem !important;
}
.top_contact_column {
	font-size: 22px;
	justify-content: space-between;
	align-items: center !important;
}
.top_contact_column.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
	flex-basis: auto !important;
}
@media screen and (max-width: 1024px) {
	.top_contact_column {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.top_contact_container {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.top_contact_column {
		display: block !important;
		font-size: 16px;
		text-align: center;
	}
	.top_contact_container .title_block {
		justify-content: center;
	}
	.top_contact_container .side_bar_btn {
		text-align: center;
		margin-block-start: 2.5rem !important;
	}
}


/* -----------------------------------------
	取扱商品ページ
-----------------------------------------  */
.page_eco_container {
	padding-bottom: 6rem;
}
.eco_text_img,
.eco_text_img img {
	width: 100%;
	vertical-align: bottom;
}
.eco_text_img {
	width: 60%;
	max-width: 620px !important;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5rem;
}
.eco_title {
	font-size: 30px;
	margin-block-end: 20px !important;
}
.eco_service_box {
	padding: 30px 0 !important;
}
.eco_service_box > * {
	max-width: unset !important;
}
.eco_service_title {
	font-size: 26px;
}
.eco_service_box ul li {
	font-size: 18px;
}
@media screen and (max-width: 1024px) {
	.page_eco_container {
		padding-bottom: 4rem;
	}
	.eco_text_img {
		margin-bottom: 3rem;
	}
	.eco_title {
		font-size: 22px;
	}
	.eco_service_title {
		font-size: 20px;
	}
	.eco_service_box ul li {
		font-size: 16px;
	}
	.product_sub_column {
		gap: 10px;
	}
	.page_img_column > .row {
		margin-left: -5px;
		margin-right: -5px;
	}
	.page_img_column > .row > .wp-block-vk-blocks-grid-column-item {
		padding: 0 5px;
	}
}
@media screen and (max-width: 767px) {
	.eco_text_img {
		width: 95%;
	}
	.eco_service_box {
		padding: 20px 0 !important;
	}
	.eco_title {
		font-size: 18px;
	}
	.eco_service_title {
		font-size: 16px;
		margin-bottom: .8rem !important;
	}
	.eco_service_box ul li {
		font-size: 14px;
	}
	.product_sub_column {
		gap: 2cqw;
	}
	.page_img_column > .row {
		margin-left: -1cqw;
		margin-right: -1cqw;
	}
	.page_img_column > .row > .wp-block-vk-blocks-grid-column-item {
		padding: 0 1cqw;
	}
	.page_img_column figure {
		margin-bottom: 1cqw !important;
	}
}

/* サービス紹介 */
.page_servicce_container {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.product_sub_column {
	margin-block-start: 2rem !important;
	margin-block-end: 2rem !important;
}
.product_sub_column.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
	flex-basis: auto;
    flex-grow: 0;
}
.product_sub_column .product_sub_column_big {
	width: 100%;
}
.product_sub_column .product_sub_column_small {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 34%;
}
.product_sub_column figure,
.product_sub_column figure img {
	width: 100%;
	vertical-align: bottom;
}
@media screen and (max-width: 1024px) {
	.page_servicce_container {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.page_servicce_container.set_up {
		padding-bottom: 2rem;
	}
	.product_sub_column .product_sub_column_small {
		width: 34.6%;
	}
}
@media screen and (max-width: 767px) {
	.product_sub_column .product_sub_column_small {
		width: 34.1%;
	}
}

/* page_img_column */
.page_img_column figure,
.page_img_column figure img {
	width: 100%;
	vertical-align: bottom;
}
.page_img_column figure img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}


/* -----------------------------------------
	会社案内ページ
-----------------------------------------  */
body.page-id-29 .site-body {
	padding-bottom: 0;
}
body.page-id-29 .main-section {
	margin-bottom: 0;
}

.page_message_container {
	font-size: 20px;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.page_message_container > .vk_outer-background-area {
	background: linear-gradient(90deg, rgb(20, 28, 131) 0%, rgba(20, 28, 131, 0.396796218487395) 100%) !important;
}
.page_message_title {
	font-size: 40px;
}
.page_message_container .message_name {
	font-size: 30px;
}
@media screen and (max-width: 1024px) {
	.page_message_container {
		font-size: 16px;
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.page_message_title {
		font-size: 28px;
		margin-bottom: 1rem !important;
	}
	.page_message_container .message_name {
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.page_message_container {
		font-size: 15px;
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.page_message_title {
		font-size: 24px;
	}
	.page_message_container .message_name {
		font-size: 18px;
	}
}

/* 会社概要 */
.page_outline_container {
	padding-top: 6rem;
}
.outline_table,
.outline_table table,
.outline_table table tr,
.outline_table table tr th,
.outline_table table tr td {
	font-size: 16px;
	letter-spacing: .15em;
	line-height: 1.8;
	border: none;
}
.outline_table table tr th,
.outline_table table tr td {
	padding: 11px 0;
}
.outline_table table tr th,
.outline_table table tr td:first-child {
	font-size: 18px;
	font-weight: bold;
	vertical-align: top;
}
.outline_table table tr td:first-child {
	width: 25%;
}
@media screen and (max-width: 1024px) {
	.page_outline_container {
		padding-top: 4rem;
	}
}
@media screen and (max-width: 767px) {
	.outline_table,
	.outline_table table,
	.outline_table table tr,
	.outline_table table tr th,
	.outline_table table tr td {
		font-size: 14px;
		line-height: 1.7;
	}
	.outline_table table tr th,
	.outline_table table tr td,
	.outline_table table tr td:first-child {
		display: block;
		width: 100%;
	}
	.outline_table table tr th,
	.outline_table table tr td {
		padding: 8px 0;
	}
	.outline_table table tr th,
	.outline_table table tr td:first-child {
		font-size: 16px;
	}
	.outline_table table tr td:first-child {
		padding-bottom: 0;
	}
	.outline_table table tr td:last-child {
		padding-top: 0;
	}
}

/* マップ */
.page_map_container {
	position: relative;
}
.page_map_container::before {
	content: '';
	display: block;
	position: absolute;
	left: 55vw;
    top: -3vw;
    right: -30%;
	background-image: url('../../../wp-content/themes/lightning-child/svg/bglogo.svg');
	background-repeat: no-repeat;
	background-size: cover;
    width: 50%;
	aspect-ratio: 1 / 1;
    opacity: 0.5;
}
.page_map_container .title_sub_block  {
	margin-bottom: 1rem !important;
}
.map_box {
	position: relative;
	margin-block-start: 2rem !important;
}
.map_box .google_map {
	width: 100%;
	aspect-ratio: 289 / 114;
}
.map_box .google_btn {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}
.map_box .google_btn > .vk_button_link.btn {
	padding: 1.5rem 2rem;
    padding-right: 7.5rem;
}
.map_box .google_btn .vk_button_link_txt {
	font-size: 12px;
}
@media screen and (max-width: 1024px) {
	.map_box .google_btn > .vk_button_link.btn {
		padding: 1.1rem 2rem;
		padding-right: 4.5rem;
	}
}
@media screen and (max-width: 767px) {
	.map_box .google_map {
		aspect-ratio: 29 / 22;
	}
	.map_box .google_btn > .vk_button_link.btn {
		padding: .8rem 1rem;
        padding-right: 1rem;
	}
}

/* 沿革 */
.page_history_container {
	padding-top: 6rem;
	padding-bottom: 12.5rem;
}
.page_history_container > .vk_outer-background-area {
	background: linear-gradient(180deg, rgba(20, 28, 131, 1) 0%, rgba(0, 0, 0, 1) 100%) !important;
}
@media screen and (max-width: 1024px) {
	.page_history_container {
		padding-top: 4rem;
		padding-bottom: 5.5rem;
	}
}


/* -----------------------------------------
	FSCページ
-----------------------------------------  */
.bg_inner_box.fsc_box,
.bg_inner_box.work_box {
	position: relative;
}
.fsc_icon_box > .vk_icon {
	position: absolute;
	top: 0;
	right: 0;
}
.fsc_icon_box > .vk_icon .vk_icon_border {
	width: auto !important;
	height: auto !important;
}
.fsc_icon_box > .vk_icon i  {
	position: static;
	font-size: 60px;
	margin: 0;
	transform: none;
}
.fsc_icon_box > .vk_icon.icon_bird i  {
	font-size: 45px;
    margin-top: -47px;
    margin-right: 178px;
}
.fsc_icon_box > .vk_icon.tree1 i  {
	font-size: 65px;
    margin-top: -15px;
    margin-right: 120px;
}
.fsc_icon_box > .vk_icon.tree2 i  {
	font-size: 90px;
	margin-top: -40px;
    margin-right: 30px;
}
.fsc_icon_box > .vk_icon.icon_people i {
	font-size: 90px;
	margin-top: -30px;
    margin-right: 30px;
}
@media screen and (max-width: 1024px) {
	.fsc_icon_box > .vk_icon.icon_bird i  {
		font-size: 32px;
		margin-top: -30px;
		margin-right: 129px;
	}
	.fsc_icon_box > .vk_icon.tree1 i  {
		font-size: 52px;
		margin-top: -10px;
		margin-right: 89px;
	}
	.fsc_icon_box > .vk_icon.tree2 i  {
		font-size: 70px;
		margin-top: -25px;
		margin-right: 20px;
	}
	.fsc_icon_box > .vk_icon.icon_people i {
		font-size: 65px;
        margin-top: -26px;
        margin-right: 30px;
	}
}
@media screen and (max-width: 767px) {
	.fsc_icon_box > .vk_icon.icon_bird i  {
		font-size: 4.6cqw;
        margin-top: -6.5cqw;
        margin-right: 21cqw;
	}
	.fsc_icon_box > .vk_icon.tree1 i  {
		font-size: 8cqw;
        margin-top: -2.5cqw;
        margin-right: 15cqw;
	}
	.fsc_icon_box > .vk_icon.tree2 i  {
		font-size: 12cqw;
        margin-top: -6cqw;
        margin-right: 3cqw;
	}
	.fsc_icon_box > .vk_icon.icon_people i {
		font-size: 13.3cqw;
        margin-top: -6.2cqw;
        margin-right: 7cqw;
	}
}


/* -----------------------------------------
 	お問い合わせ
-----------------------------------------*/
.page_contact_box {
/* 	max-width: 713px; */
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.contact_form_list {
	list-style: none;
	padding-left: 0;
	margin: 0;
	margin-block-end: 0 !important;
}
.contact_form_list > li {
	margin: 0;
}
.contact_form_list > li.type {
	margin-bottom: 2.3rem;
}
.contact_form_list > li + li {
	margin-top: 1.35rem;
}
.contact_form_list .form_title {
	display: flex;
	align-items: center;
	font-weight: 600;
	letter-spacing: .03em;
	margin-block-end: .8rem !important;
}
.contact_form_list li.type .form_title {
	margin-block-end: 1.2rem !important;
}
.contact_form_list .form_title .imp {
	display: block;
	color: #fff;
	background-color: #e60012;
	font-size: .78em;
	font-weight: 500;
	line-height: 1;
	padding: .2em .45em .3em;
    margin-left: 1.6em;
	border-radius: 5px;
}
.contact_form_list .wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 3.2rem;
}
.contact_form_list .wpcf7-list-item {
	font-size: .89em;
	line-height: 1.5;
	letter-spacing: .025em;
	margin-left: 0;
}
.contact_form_list .wpcf7-list-item > label {
	display: flex;
	align-items: flex-start;
}
.contact_form_list .wpcf7-list-item input[type="radio"] {
	flex-shrink: 0;
	width: 1.6em;
	height: 1.6em;
	margin: 0;
	margin-top: .2em;
	margin-right: .9em;
}
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
	background-color: #f1f9fa;
	font-size: 1em;
	padding: 1.14em .8em;
	margin-bottom: 0;
	border: 1px solid #7d7d7d;
}
textarea {
	resize: none;
}
.wpcf7-not-valid-tip {
	font-size: .88em;
}
.privacy_policy {
	font-size: 13.5px;
	margin-top: 1.65rem;
	text-align: center;
}
.privacy_policy p {
	margin-bottom: 0;
	margin-block-end: 1.6rem !important;
}
.privacy_policy p:last-child {
	margin-block-end: 0 !important;
}
.privacy_policy .wpcf7-form-control-wrap {
	display: block;
}
.privacy_policy .wpcf7-acceptance {
	font-size: 18px;
}
.privacy_policy .wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}
.privacy_policy .wpcf7-acceptance .wpcf7-list-item > label {
	display: flex;
	align-items: flex-start;
	gap: .6em;
}
.privacy_policy .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
	width: 1.55em;
    height: 1.55em;
	margin: 0;
	border-radius: 0;
}
.privacy_policy .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
	line-height: 1;
}
.submit_btn {
	text-align: center;
	margin-top: 1rem;
}
.submit_btn input.wpcf7-submit {
	background-color: var(--main-color);
	font-size: 18px;
    font-weight: 300;
    letter-spacing: .07em;
    min-width: 14.3em;
	padding: .67em 1em;
	border: none;
	border-radius: 100px;
	transition: all .3s;
}
.submit_btn input.wpcf7-submit:not([disabled]):hover {
	background-color: var(--main-color);
	opacity: .7;
}
.submit_btn input.wpcf7-submit[disabled] {
	opacity: .3;
}
.submit_btn .wpcf7-spinner {
	display: none !important;
}

.grecaptcha-badge,
body.page-id-27 .page_top_btn {
	display: none !important;
}
body.page-id-27 .grecaptcha-badge {
	display: block !important;
}
@media screen and (max-width: 1024px){
	.white_box.contact_box {
		padding: 3.15rem 3.3rem 3.7rem;
	}
	input[type=date],
	input[type=email],
	input[type=number],
	input[type=password],
	input[type=tel],
	input[type=text],
	input[type=url],
	select,
	textarea {
		padding: .7em .8em;
	}
}
@media screen and (max-width: 767px){
	.page_contact_container {
		padding-bottom: 6rem;
	}
	.page_contact_box {
		padding: 0 15px;
	}
	.contact_form_list .form_title,
	.contact_form_list li.type .form_title {
		margin-block-end: .7rem !important;
	}
	.contact_form_list .form_title .imp {
		margin-left: .9em;
	}
	.contact_form_list .wpcf7-radio {
		flex-direction: column;
	}
}



/* -----------------------------------------
 	プライバシーポリシー
-----------------------------------------*/
.privacy_container {
	padding-top: 0;
}











